Jaime Servaes Grégoire Michel Josh HillCheck out this UTM Builder for Marketo extension: UTM Builder for MarketoOnce you install it - whenever you're editing a url on the email ...
George RobertsonTry this code (insert it at the bottom of the HTML code):<script>$('.btn').click(function(){ var url = $(this).attr("href"); if(url.length > 0 && url != undefined)...
Natasha Dolginsky / Tiffany Gourdin could you please provide a link to this LP and the name of campaign?I'd be happy to take a look, there might be some javascript/css conflicts ...
Unless they changed it recently - you do need asterisks (before and after) to make sure it would match whenever your parameter exists in the url.*source=email* === anywhere in the ...
The reason why there is a note that it's not recommended to use GTM for implementing RTP is because you cannot control the timing of the script injection and RTP should load before...
Hi,See this script I developed: MarTech/UTM-Tracking at master · yanirclsr/MarTech · GitHub Besides storing the original and last UTM params, it also stores the original and last r...
I wrapped all the wait steps with a new score field I created - "Wait Steps".Before the wait step I increased this field (+1) and after I decreased it (-1).If a lead has +2 it mean...
Could you send me a link to your website? I'll take a look.Basically you need to wrap this script with some function that waits for the rtp.userContext object to be ready and only ...