Using Anchors | Community
Skip to main content
August 22, 2014
Question

Using Anchors

  • August 22, 2014
  • 2 replies
  • 5690 views
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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

August 23, 2014
Let’s say your landing page name is:
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 🙂  
May 7, 2015
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