tracking emails

hey there,

I am looking fo a way to split my list depending weather or not a contact ends up buyin a product on my wp online store. Unfortunately i can not use woo commerce and i need to use a different plugin (marketpress) which doesn’t have any typo of integration with mautic… is there any workaround?

Would i be able to add any kind of code to the email that is sent to every buyer? maybe using the mautic pixel to trigger a segmentation?

idk… just thinking about a way and i can’t seem to find anything feasable.



I would love any and all suggestions!

Thanks




hey there,
I am looking fo a way to split my list depending weather or not a contact ends up buyin a product on my wp online store. Unfortunately i can not use woo commerce and i need to use a different plugin (marketpress) which doesn’t have any typo of integration with mautic… is there any workaround?
Would i be able to add any kind of code to the email that is sent to every buyer? maybe using the mautic pixel to trigger a segmentation?
idk… just thinking about a way and i can’t seem to find anything feasable.

I would love any and all suggestions!
Thanks

Zapier would be the easiest way to go, by updating a contact field or tag on purchase. I had a quick look to see if it works with marketpress (still not sure) and found this example for mailchimp, might give you some ideas: https://www.google.com.au/url?sa=t&source=web&rct=j&url=https://premium.wpmudev.org/forums/topic/sync-order-emails-to-mailchimp&ved=0ahUKEwiGhtT2uvnPAhVBuBoKHezkA6QQFggeMAE&usg=AFQjCNEcT2rCpQVB21vvXR6yH2VLiwQl6A&sig2=K2w_gr-T9TAPzY_BnaBWhQ

You can use the js tracking script or the tracking pixel on the confirmation/checkout page to modify the contact, e.g. add a tag.
(https://mautic.org/docs/en/contacts/contact_monitoring.html)

You could also just use the visit of confirmation/checkout page to create a segment of converted leads.

I’ve proposed an enhancement of tracking contacts via email links (issue #2854 - https://github.com/mautic/mautic/issues/2854), which ensures correct identification of contact from email to page visits