I use the latest version of Piwik on my website and I am quite happy with it.
I would like to add a pixel tracker to my gmail signature, so that I know when someone has opened my email.
It is possible to do so with Piwik? Like embedding a pixel that redirects to the piwik folder of my website?
Actually I was able to find out how to insert a html tag in the gmail signature.
May I ask you on more question, please?
When I use the tracker gif, and someone opens my email I see a visit on my website coming from Google.
This is normal as Google opens any image on its servers first, and the shows the content on one’s user screen.
Still, it is possible to distinguish between two different emails? That is, if I use the gif TAG for two different emails, how can I know which one has been opened first?
The implementation of email open tracking seems straightforward. But does anybody have it actually working, on all email clients including Gmail?
What I am seeing currently is Piwik’s tracking works everywhere except on Gmail. Something about Gmail’s image caching is throwing a wrench in the gears, and it does not track at all, not even once.
Advice appreciated from anyone who might have solved the Piwik Gmail issue. Thank you.
Gmail caches the images on the google servers. Could you try to add a URL parameter eg. &rand=RANDOM_VALUE_HERE to the Piwik image tracker? maybe this will bypass Google caching, but not sure.
This issue is solved. We already had a ‘rand’ parameter, but we also needed to add a ‘bots’ parameter. Gmail image caching is a bot. Piwik and Gmail do not work together without bots=1.