Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
We are starting to use this solution due to the large amount of tracking protection showing up these days, Ghostery, the new Edge default settings etc. Any idea how often Marketo updates their code library? I maybe need to set an alert on this on the instances where we deploy. Thanks for the replies...
Ok, it was given to me and I guess they got it from the CodePen. Will switch to the newest version from your blog post and will make a note to do that in the future. Sorry about that.
@SanfordWhiteman One quick follow-up question if you don't mind. In the code that comes back from marketo (the default frame):if(message && message.mktoRequest && message.mktoRequest.ajaxParams){var p = message.mktoRequest.ajaxParams;var params = { type:"POST", dataType:"json", url:p.url, data:p.dat...
@SanfordWhiteman Okay I'll look into it again. It seemed that we were losing Referrer and Querystring/utms. Thanks for the reply.
Hi Sanford,This is great, thanks so much.When this approach is used, the Referrer is lost as well as the Querystring. Any ideas on preserving this data? I was going to work on this but thought I'd ask your thoughts first, since you really know this stuff inside an out. I'm thinking Querystring could...