You can track if someone opened an email by adding email into the tracking pixel. You can also add a multi-select field listing which email someone opened. Contact tracking | Mautic
With this method you can add openers of another mailing to Mautic by adding the right info to the link:
You can use UTM parameters and once the link is clicked, and the landing is a Mautic tracked page, you understand, that someone arrived from your email and what link they clicked.
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
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.
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:
Firing this tracking image you are not saying what email you are trying to track. So the tracking img tries to read the header of the page, but can’t since it’s confined to an email reader.
Sometimes you don’t have this email registered in Mautic at all, so how do you make the tracking then?
The workaround I used relied on the followings:
Custom tracking pixel (10-15 lines of code) was placed on my server and by adding email id and email address an API call would be initiated, that added UTM tags OR Mautic to the contact by utilizing
Based on the tags further campaigns could be launched. If the person is not in Mautic, a new person would be created.
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.
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.
@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