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

noscript-image-link is wrong #2490

Closed
anonymous-matomo-user opened this issue Jun 16, 2011 · 7 comments
Closed

noscript-image-link is wrong #2490

anonymous-matomo-user opened this issue Jun 16, 2011 · 7 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

hi,

the tracking-code from the SiteManager-Site looks like this:
http://your-url.../piwik.php?idsite=1

the Image-Only-Tag ends on:
....piwik.php?idsite=1&rec=1

It looks like that images with no &rec=1 were ignored maybe the default-js-code has to be fixed?

@robocoder
Copy link
Contributor

No, this is intentionally the default in order to not track bots. If you add rec=1, I suggest you try the third party plugin, BotTracker.

@anonymous-matomo-user
Copy link
Author

Replying to vipsoft:

No, this is intentionally the default in order to not track bots. If you add rec=1, I suggest you try the third party plugin, BotTracker.

i got both codes from the piwik-page: .../index.php?module=SitesManager&action=displayJavascriptCode

<noscript><p><img src="http://.../piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>

and with no js:
<img src="https://.../piwik.php?idsite=1&rec=1" style="border:0" alt="" />

the noscript-tag doesn't count for me with a non-JS-Browser :-(

rec - (required) The parameter &rec=1 is required to force the request to be recorded

@anonymous-matomo-user
Copy link
Author

Replying to matt:

but why is there a noscript-tag at all when it doesn't work ;)

[http://tinyurl.com/679uf8j]

schorsch

@anonymous-matomo-user
Copy link
Author

that's cool :) a link to forum . piwik . org doesn't pass akismet :)

@robocoder
Copy link
Contributor

in the future, we'll either include BotTracker (or similar), or allow plugins to override the javascript tag template, or provide an option in the (planned) tag builder.

@anonymous-matomo-user
Copy link
Author

thanx a lot ;) would be nice

@anonymous-matomo-user anonymous-matomo-user added this to the 1.5 - Piwik 1.5 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants