How does tracking work?

Is there any documentation? All I can see is that you put a link to a gif file on website.

Filling out a form is one way to tie email to browers, however can they be tracked when they click on links within emails that have been sent out through Mautic?

Can emails sent from Outlook be tied to a lead in Mautic?



Thanks

Glenn

Is there any documentation? All I can see is that you put a link to a gif file on website.
Filling out a form is one way to tie email to browers, however can they be tracked when they click on links within emails that have been sent out through Mautic?
Can emails sent from Outlook be tied to a lead in Mautic?

Thanks
Glenn

Hi Glenn,

The documentation we have written right now is at http://docs.mautic.org/leads/lead_monitoring.html

Currently only emails sent through Mautic are supported for tracking opened stats. If a lead opens the email, it’s noted in the lead’s timeline and email stats. (Email tracking also uses an image which means it will not track if the user’s client has images disabled).

You can also add external URLs to emails in Mautic. If you use the builder, just drag and drop the External URL token. If you are using custom HTML, you can add the token {externallink=http://google.com}. That will get translated into a Mautic “click through” URL so that Mautic knows what lead clicked on what link through what email, then redirects the lead to the external URL. For landing pages built through Mautic, you can use the token {pagelink=1} where 1 is the ID of the page.

Does that help?

Thanks!
Alan

Thanks Alan,

I read the docs but I guess it is early stages because they are very sparse.

I see emails can only be sent in batch mode via lists or campaigns and not individually from the contact.
I understand the image, however I was just wondering what is tagged onto the image in order to relate that email to a contact?
Also what are the steps to setting up the email server. Is that via API or …?

Thanks
Glenn

Hi Glenn,

Yes, right now emails are batched and/or automated. We don’t have a feature to email a lead directly. Were you thinking of basically clicking on their email and writing a custom email? Or did you want to choose form the list of prepared emails and send it to the individual lead?

So when an email is sent from Mautic, it stores the email id and lead id in a table along with a uniquely generated string. When the lead opens the email and the image loads, Mautic extracts that unique string from the URL, searches for it, and then marks the email as being opened and the date opened. Then fires whatever tasks are associated with the opening of that email.

Setting up an email server is outside the scope of Mautic. In Mautic’s configuration, you can choose who to send mail through. By default, it uses PHP’s mail function. But you can also choose Mandril, Amazon SES, Sendgrid, Postmark, Gmail, or some other SMTP server (this is assuming you’re using the downloaded version).

Thanks,
Alan

Hi Alan,

Would it be possible to use Segment.com to send data to mautic?

Thanks.

Not right now. But would you be willing to add it as a feature request to https://github.com/mautic/mautic/issues and we’ll investigate integration possibilities.

Thanks!
Alan

Done

Alan,
I’m trying to implement e-mail tracking. My test campaign sends out messages OK, but although I have an open e-mail event, it’s not recording the action when e-mail is opened . I don’t see “opened” tracking in the manage e-mail and not in the campaign section either. I believe this is due to not having a tracking image in the e-mail content. But I haven’t seen anywhere in Mautic documentation (or here) how this is needs to be done exactly. In theory yes, I understand, but details… no.

You said in your post above “(Email tracking also uses an image …)”, would you explain how this image is placed in the message? Adding a tracking image is not part of the e-mail editor (I think it needs to be). E-mail tracking is crucial part of any campaign, I think more attention is needed in Mautic to either document implementing this feature with details, or add a tool that helps people select and upload an image, and embed it in their message, in a practical way. You’ve also mentioned " If you use the builder, just drag and drop the External URL token…" which builder are you referring to? E-mail editor doesn’t seem to have that feature and neither does Campaign builder …

Lead monitoring documentation (https://www.mautic.org/docs/leads/lead_monitoring.html) refers mostly to website monitoring.

To make it short, I’m simply looking for specific instructions/steps to add “e-mail tracking image” to the e-mails or campaigns…

Thanks for all your hard work and help.

Kurt

@alanhartless

Is this correct then?