I'm curious how folks are attributing leads back to non-lead gen activities. For instance, if we wanted to track the impact of our PR, how could we trace these back? Press releases...
Thanks, Murtza. That worked.I used a slightly different version that doesn't rely on the form submission, in case anyone else wants to do the same:<script>function delete_cookie( n...
What I decided to do was utilize some javascript and a token on the webinar program to automatically push the user to the on-demand page. If anyone is curious, here's what I did:Pl...
I'm attempting to expire the Marketo tracking cookie (_mkto_trk) with javascript in order to detach a user's history prior to submitting a kiosk form. This is the code I have set:<...
I was curious what people do with event landing pages after the event is over. In particular, for webinar landing pages.I've never really paid much attention to them and just left ...
Like Josh said above, you basically want to delete that entire section of code that was in your template by default and then paste the code you got from Google Analytics in its pla...
If you're using iFrames, I would recommend having a separate landing page template where you leave off the GA code. Otherwise you risk double-counting.