I’m trying to update lead fields using the tracking pixel. It is passing the value to Mautic as they show in the anonymous visitors history, but they don’t populate the leads fields. I am passing firstname and email to Mautic.
I’m using javascript via google tag manager.
Code:
They appear in Mautic as:
Quote:
Time on page: Unknown
Referrer: www.example.url
Page URL: www.example.url
email: email@example.com
firstname: Mautic Test
So i guess there are two questions:
1. Can I populate the lead fields using the tracking pixel? If so then are there extra things I need to add prior to calling the fieldss?
2. What are the field names I should be using?
I’m trying to update lead fields using the tracking pixel. It is passing the value to Mautic as they show in the anonymous visitors history, but they don’t populate the leads fields. I am passing firstname and email to Mautic.