Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You certainly need to add a link in your email, otherwise there will be nowhere for recipients to click!When you add the link (standard ) Marketo will rewrite that link so that it goes to their click tracking domain first before going to your landing page, allowing for tracking that first click as well as subsequent page view tracking.
You SPF also has no meaning at all for Marketo emails that come from username@*.mktomail.com It will not be looked up by the receiving server.
What's the URL of the test LP?The code assumes the name of your Lead Source Detail field is, literally, "Lead Source Detail".You don't want to (don't need to) add this field to the form at all. An you definitely don't want to set it to retrieve from the Referrer, because that's not what you're cons...
Not instead of the form, in addition to the form.In freeform LP Editor, drag the "HTML" icon onto the page. Then click the gear icon and click Edit.
The pathname is different for each document, yes -- and we can always read the current document's pathname from any web page using the built-in variable document.location.pathname. When viewing /example1.html, document.location.pathname is "/example1.html". When viewing /any-page-you-want.html, do...
Dan, please post a link to your form as embedded on a page.
Yep, copying the last token of the pathname (the "page name" in lay terms) into a field isn't an automatic function, so it needs to be done as I noted. Did you try my code?
But is it a query param, or a REST route (thus part of the path)?
No reason to expect any problems, as people intermix analytics packages (particularly Mkto and GA) all the time.That said, I doubt your combo's been extensively tested. In general, too, don't forget that the more tracking code you expect to execute for every action/view, the more tolerance you need ...
Michelle, the "Not You" link is essentially the same as a standard form reset. You can do some pretty slick stuff by simply adding a reset button onto the form. In this demo, I prefill the email address but let the user clear the email address if they want input fresh info. (Since neither First n...