Anonymous info

So it’s been a few weeks using Mautic and I really see the potential to gather and build a quality lead list. I’m slowly but surely learning the system.



Can anyone help me or chime in on how the Anonymous info comes into play ? I have the pixel installed on website and getting a ton of information from visitors all around the world but all it shows is the time spent on site, IP address and where they are located.



Is that the way it should be ?



Please advise and thanks in advance :)



JC

So it’s been a few weeks using Mautic and I really see the potential to gather and build a quality lead list. I’m slowly but surely learning the system.

Can anyone help me or chime in on how the Anonymous info comes into play ? I have the pixel installed on website and getting a ton of information from visitors all around the world but all it shows is the time spent on site, IP address and where they are located.

Is that the way it should be ?

Please advise and thanks in advance :slight_smile:

JC

Those are the information Mautic can gather from a request provided by the tracking pixel. Then you have to place some forms to turn the anonymous leads to identified leads. Mautic will then join the lead’s browsing history with the form information and you can start the email marketing automation. Or if your website has a user area where your leads already filled some data, you can transfer those information via the tracking pixel URL query:

https://www.mautic.org/docs/leads/lead_monitoring.html

Or the API:

https://developer.mautic.org/#rest-api

Or the fake form submission:

https://medium.com/@jan_linhart/the-simplest-way-how-to-submit-a-form-data-to-mautic-1454d3afd005

Hey,

I studies all these and also came across one of your example of how to submit mautic form using ajax from another form. It was helpful but I am stuck.

My problem is:

  1. when user visits the page I need a refid set in the mautic which i was able to achieve with:
    https://www.mautic.org/blog/developer/tracking-visitor-data-by-smart-url
  2. A lead is identified and anonymous lead is created with custom flag(refid), again achieved with url above.
  3. When the form is submitted(which is not mautic form) the lead created in 1 and 2 should be identified with this form submission.

for 3. i tried using ajax form submission to mautic form when my actual form is submitted, also I tried api based contact creation but none worked, anonymous lead remains as is and new lead with form submitted data is created.

Can you please help ?

Thanks,
Mayank