Hi Yanir Calisar,
I am about to try out your FT/LT UTM cookie script. Thanks for sharing this!! (MarTech/UTM-Tracking at master · yanirclsr/MarTech · GitHub )
I have two questions, if you could please provide some advice.
Thank you very much in advance!
Cheers,
Sean
Solved! Go to Solution.
Hey Sean Richards
I am happy to hear that you are planning to use it
I cannot share specific examples but if you'll search for __ft_utm_content or __lt_utm_campaign on google you might find some.
In any case, I'd recommend installing the code first on some test page and test it with your web team before implementing it or any other code on your production website.
For your 2nd question: the __ft fields are being written only once, and the __lt fields being overridden every session. This is true for all UTM fields and referrers. The information for the referrer field is captured by the javascript from the document object (document.referrer).
In most of the cases I helped customers implementing this code we've configured a smart campaign to operate the data like that:
1. All the FT & LT fields are created first in SFDC so the data will be visible there as well.
2. Upon a form fill out AND the lead source is empty >
Let me know if you have further questions.
Yanir.
Hey Sean Richards
I am happy to hear that you are planning to use it
I cannot share specific examples but if you'll search for __ft_utm_content or __lt_utm_campaign on google you might find some.
In any case, I'd recommend installing the code first on some test page and test it with your web team before implementing it or any other code on your production website.
For your 2nd question: the __ft fields are being written only once, and the __lt fields being overridden every session. This is true for all UTM fields and referrers. The information for the referrer field is captured by the javascript from the document object (document.referrer).
In most of the cases I helped customers implementing this code we've configured a smart campaign to operate the data like that:
1. All the FT & LT fields are created first in SFDC so the data will be visible there as well.
2. Upon a form fill out AND the lead source is empty >
Let me know if you have further questions.
Yanir.
Hi Yanir,
Thanks for writing back! Appreciate it.
I have all the fields setup (FT, LT, MT) I didn't have a field for the referrer though as all the guides and conversations in the community I have seen, never had a field for Referrer.
I see how this is useful data though as a means to populate lead source. I'll aim to build this into our implementation.
Thanks.
Sean