I use different platforms for mailing our contacts.
Is it possible to track those opens and clicks back to the Mautic contact (if existent) with a tracking pixel?
If so, what would the code look like?
Any comment would be much appreciated.
Regards,
I use different platforms for mailing our contacts.
Is it possible to track those opens and clicks back to the Mautic contact (if existent) with a tracking pixel?
If so, what would the code look like?
Any comment would be much appreciated.
Regards,
Yes you can. But there are limitations:
With this method you can add openers of another mailing to Mautic by adding the right info to the link:
http://example.com/mtracking.gif?email=email@domain.com&firstname=John&lastname=Doe&tags=LinkA
URL Encoded:
http%3A%2F%2Fexample.com%2Fmtracking.gif%3Femail%3Demail%40domain.com%26firstname%3DJohn%26lastname%3DDoe%26tags%3DLinkA
PS1: Make sure you are using the proper domain config for that (all mailing platforms use the same subdomain)
PS2: All custom fields must be publicly updatable
Thank you joeyk … just to be clear, I add:
<img height="1" width="1" src="https://mymautic.com/mautic/mtracker.gif?email=johndoe@domain.com"/>
… to the html of an email sent by another platform and I can track opens back to the contact in Mautic for that email? and subsequently score, etc.?
Would you please confirm if the following is correct?
It’s not reading the correct OPEN in Mautic for the contact.
Thanks,
Sorry to keep on with this …
But will the pixel tracking on third party email platforms NOT work if CORS is set to particular domains?
Would I need to set CORS to NOT restrict domains? to be able to track emails via the tracking pixel?
Thanks again.
Is this an email html? It seems printed quotable.
Regarding your second question: CORS should be off, NOT in restrict mode, but even better if you use a CNAME, so you have same domain tracking.
Thanks for feedback.
Thanks 1000x.
Sorry again:
I can successfully track messages emailed directly from Mautic, but NOT those mailed by third party platforms.
The automatically generated code from my Mautic creates what I believe is a tracking gif?
![]()
When I set my code to a static pixel and add the email address per above, the message doesn’t track back to the contact.
<img src="https://doamain.com/media/images/mtracker.gif?email=$contacts_email1" height="1" width="1" />
What am I doing wrong?
Thanks,
So after numerous hours … per a request below from years ago, I see that it is NOT possible? to track open emails via third-party platforms?
Would somebody please confirm?
I will look up how i did it and give you feedback.
Hello again Joey … were you able to take a look at this?
I confirm that I have:
Still not tracking the opens in the format previously shown:
l=3Dname@outlook.com" style=3D"display: none;" height=3D"1" w=
idth=3D"1">
Any further ideas would be great. Thanks!
Hey,
I checked how I did it back then.
I’m really sorry, that I my initial answer was it’s possible with the tracking img. It is not that simple, and I had to use a workaround.
Problems:
The workaround I used relied on the followings:
Is this solution acceptable for you?
Yes, your solution is understandable and acceptable.
Any idea is well received.
As you say, I’m trying to create Mautic campaigns on those people who open and/or click on emails sent via third party platforms - in this case, Mailchimp, Mandrill and Sendgrid - with the correct tags and calculated points, etc.
Let me know!
Hey,
I created a detailed blog post, including the script as well.
I hope I covered everything.
Joey
Hello Joey and forum members:
I confirm that the solution offered by Joey works successfully.
Thank you!
I’m needing help with the same issue.
On new setup of Mautic, we imported 2.2m contacts. Currently we use a different email sending process for our weekly newsletter.
I’d like to use that email sender, and include a mautic pixel to “plant the seed” for mautic tracking. The site has the javascript tracking code installed.
I’ve noticed in tests that when I send from mautic, I’m able to see opens and other tracking information attached to the contact. When I use a tracking pixel in emails sent from our external service, nothing tracks in mautic.
Here is the pixel URL we’re including in the emails: https://example.com/mtracking.gif?utm_source=email&utm_campaign=20230702_test&email=testemail@gmail.com
Any ideas?
@baanglife I’ve redacted the domain from your example URL (recommended best practice to avoid hacking attempts) - might be worth making a new post though rather than bumping a 2yr old thread ![]()