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

1x1 pixel tracking not working #1688

Closed
anonymous-matomo-user opened this issue Sep 10, 2010 · 3 comments
Closed

1x1 pixel tracking not working #1688

anonymous-matomo-user opened this issue Sep 10, 2010 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@anonymous-matomo-user
Copy link

We've been trying to use the 1x1 pixel to track the success of our email campaign (javascript is not available in most email clients):

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

but this didn't work. Looking at the source code we found out the parameter rec is necessary:

<img src="http://.../piwik.php?idsite=6**&rec=1**" style="border:0" alt="" />

However, this parameter is missing in the tracking code displayed in the control panel (Settings -> Websites -> show tracking tags).

@robocoder
Copy link
Contributor

The tracking code displayed in "Settings | Websites" is intended for JavaScript-enabled browsers. If we added "&rec=1", users would get a lot of false hits from bots (discussed in #365, #653, ...)

Using the pixel image tracker is already documented here: http://piwik.org/docs/tracking-api/

@anonymous-matomo-user
Copy link
Author

... not working in YouTube's Brand Channel.

http://www.youtube.com/peterhelp70

  • pixel is in source code (with &rec=1)
  • apache logfile shows the request
  • but nothing happens in the database

@anonymous-matomo-user
Copy link
Author

Replying to No5251:

... not working in YouTube's Brand Channel.

http://www.youtube.com/peterhelp70

  • pixel is in source code (with &rec=1)
  • apache logfile shows the request
  • but nothing happens in the database

Plz forget it ... now there are some entries in 'piwik_log_visit'

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.1 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. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants