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

Hotmail emailtracking not working in webmail #3946

Closed
simonschaufi opened this issue May 21, 2013 · 5 comments
Closed

Hotmail emailtracking not working in webmail #3946

simonschaufi opened this issue May 21, 2013 · 5 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@simonschaufi
Copy link
Contributor

I sent out HTML Emails with a piwik tracking pixel which works very fine exept for everybody that uses outlook.com as webmail.

the problem is that outlook.com uses a proxy to fetch the piwik image and changes the url slightly:

working:

piwik.php?idsite=1&rec=1&idgoal=2&_rcn=CampainName&_rck=example@hotmail.com&_cvar=%7B%221%22%3A%5B%22email%22%2C%22example%40hotmail.com%22%5D%7D

not working (this is what outlook.com creates):

piwik.php?idsite=1&rec=1&idgoal=2&_rcn=CampainName&_rck=example@hotmail.com&_cvar=%7B%221%22%3A%5B%22email%22%2C%22example%40hotmail.com%22%5D%7D
@simonschaufi
Copy link
Contributor Author

the not working part should look like this:

piwik.php?idsite=1&rec=1&idgoal=2&_rcn=CampainName&_rck=example@hotmail.com&_cvar=%7B%221%22:%5B%22email%22,%22example%40hotmail.com%22%5D%7D

@simonschaufi
Copy link
Contributor Author

simonschaufi commented May 22, 2013

when i call this "not working" url directly in the browser, piwik still tracks the visit. i don't know where the problem is hidden but it is definitely not working when i open the email in webmail.

@mattab
Copy link
Member

mattab commented May 23, 2013

Please ask in the forums: http://forum.piwik.org/

PS: both URL look the same

@simonschaufi
Copy link
Contributor Author

simonschaufi commented May 23, 2013

hi matt, please have a look at comment 1!

i corrected the not working url there.

@simonschaufi
Copy link
Contributor Author

please reopen!

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

2 participants