Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Okay, point taken. I look forward to your solution.
Hi Sanford,I'm confused. I want to use '_mkto_trk'. I don't want to pass anything in the email link, like a lead id, so the email link performance stats can be aggregated within marketo. Therefore I think the lead has to be associated or else the cookie id won't return any data. Is that right?I'm aw...
Hi,I'd like to implement prefill on external landing pages using the method described here:http://developers.marketo.com/blog/external-page-prefill/Since Lead Association is supposed to occur after a user clicks on an email link that is tracked, has the mkt_tok parameter, and goes to a page with the...
Hi Justin,I would like to enable this feature, but I have to check with my team first. Just to be clear, these changes will not affect emails that have already been created, is that right? I just want to make sure we don't have to verify that old emails still look good after enabling these new featu...
It looks like marketo has since allowed for comments to stay in the email, but the image size fix that your code should fix doesn't work now because marketo is stripping out the xmlns attributes from the html tag. When validating the html marketo gives this warning:line 2 column 1 - Warning: propri...
Okay, just to be clear, the error on this page is irrelevant to what I was trying to show Jim. The point of this page was to show that after Jim had disabled jquery from loading, rtp was still loading jquery-ui, which I would also like to disable since it might cause another conflict with my code, a...
Thanks Yanir,I'll continue to work with Jim on this issue. Can you tell me what page you checked out where you ran into an error with my code?Thanks again,Eben
Hi Yanir,Thank you for your reply. I think that would be okay, but before I do that I'd like to understand a little more about it. How will jquery be disabled from loading? Would it be done in a new loading script? Would I have the option to re-enable the jquery loading on different pages?Thanks aga...
Hello,I want to use RTP on a page that's already using jQuery. The RTP embed code loads jquery too, and it looks like sometimes it conflicts with the jquery object that I'm loading in my code. In production, the error was only happening on Internet Explorer 8, but then I wrote a test script that sho...
Hi Chris,I replaced the list with a table designed to look like a list and the error disappeared. I was able to discover what was causing the problem by deleting parts of the email until marketo no longer threw an error. Maybe that method might help you to discover what marketo's objecting to. Altho...