Re: Using Anchors

Anonymous
Not applicable

Using Anchors

I would like to use an anchor from an email to a landing page. I would like to have the link in the email take the reader directly to the area of the landing page where the information is at.

Is this possible within Marketo? If so, is there a document on how to properly do this?
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Using Anchors

Let’s say your landing page name is:
http://pages.yoursitename.com/Landing_Page.html
 
You would need this HTML code on that landing page (AKA where you want the person to land):
<a name="Anchor">Anchor</a>
 
This is the example of what HTML code you would need in your email to go to that anchor Link:
<a href="http://pages.yoursitename.com/Landing_Page.html#Anchor">Anchor</a>

Good luck 🙂  
Anonymous
Not applicable

Re: Using Anchors

Hey,
I did this but the marketo muchkin tracking gets in the road.

I end up getting a link like this where the anchor moves to after the tracking: 

https://www.visioncritical.com/resources/jay-baer-webinar/?mkt_tok=3RkMMJWWfF9wsRomrfCcI63Em2iQPJWpsrB0B%2FDC18kX3RUvI7WcbAfind1SFJk7a8C6XFVCRt1D7SYVSrbG#Video?utm_campaign=Jay+Baer+Webinar&utm_medium=Email&utm_source=Campaign&utm_content=In-text&utm_term=Invite+2


Bec