Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

img tag no tracking #6345

Closed
joubertredrat opened this issue Sep 30, 2014 · 1 comment
Closed

img tag no tracking #6345

joubertredrat opened this issue Sep 30, 2014 · 1 comment
Labels
worksforme The issue cannot be reproduced and things work as intended.

Comments

@joubertredrat
Copy link
Contributor

Hi guys,

Recently I updated my Piwik to 2.7.0 and works fine, but a possible bug appeared here.

I use img tag because I inject tag img before body with apache mod_substitute or mod_sed and works fine.

Since I updated to 2.7.0, img tag not working, then I was comparing with another img tag that I have other pages.

Now on admin panel is displayed tag img in this format:

<!-- 
Piwik 2.7.0
idsite 12 is example 
-->
<img src="//yourdomain.com/piwik/piwik.php?idsite=12" style="border:0;" alt="" />

But in older formats had another get variable called rec and received the value 1.

<!--
Piwik < 2.6.1
idsite 12 is example
-->
<img src="//yourdomain.com/piwik/piwik.php?idsite=12&rec=1" style="border:0;" alt="" />

In my case, all new img tags only worked when I manually insert "&rec=1" on my new img tag.
This issue is only with me or another have this problem?

Thanks

@mattab
Copy link
Member

mattab commented Sep 30, 2014

Hi there! in 2.7.0 the code behind "Image tracker" title is:

<!-- Piwik Image Tracker-->
<img src="https://demo.piwik.org/piwik.php?idsite=1&rec=1" style="border:0" alt="" />
<!-- End Piwik -->

Looks like it's working?

@mattab mattab closed this as completed Sep 30, 2014
@mattab mattab added the worksforme The issue cannot be reproduced and things work as intended. label Sep 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants