SOLVED

Default landing page domain being inserted in URLs with tokens on Marketo landing page

Go to solution
Guitarrista82
Level 6

Default landing page domain being inserted in URLs with tokens on Marketo landing page

Hello Community,

 

I am working on a landing page in Marketo and have added three links to the footer using a token at the very front of the link: {{Lead.Brand Website}}. 

 

 

<li><a href="{{Lead.Brand Website}}term-pages/terms-of-use">Terms Of Use</a></li>
<li><a href="{{Lead.Brand Website}}term-pages/privacy-policy">Privacy Policy</a></li>
<li><a href="{{Lead.Brand Website}}term-pages/terms-and-conditions">Terms & Conditions</a></li>

 

 

I have sent a live email to myself that includes a link to the landing page.  When I open the landing page and then click on each of the links in the LP's footer, I am taken to our default landing page's fallback page: https://www.icerewardslifestyle.com/login-page/?utm_source=mkto-fallback

 

What should be happening is that I should be going to the brand website for each brand that I test. However, it appears that the default landing page domain (http://promos.ovstravel.com) is being attached to the URL for the brand website. The "new" link URL is not recognizable and so I am redirected to the fallback page.

 

Guitarrista82_1-1626734180613.png

 

I also noticed that when I look at the URLs using Inspect Element, the correct website appears on the right except when I hover over it, then I see the promos.ovstravel.com being added to the brand website.

 

Guitarrista82_2-1626734649944.png

 

Does anyone know why this is happening and how I can remove the default landing page domain from being added to the brand website URLs?

 

For reference, you can view the landing page here: http://promos.ovstravel.com/IM---Operational-Testing-Program_SMS-Test-Landing-Page.html

 

Thank you,

 

LK

 

1 ACCEPTED SOLUTION

Accepted Solutions
Guitarrista82
Level 6

Re: Default landing page domain being inserted in URLs with tokens on Marketo landing page

Hi Sanford,

 

It does not appear to be so:

 

Guitarrista82_0-1626735328525.png

 

This is the standard format for all of our brands.

 

Would I just need to add it to the footer URLs on the landing page, i.e.?

 

http://{{Lead.Brand Website}}term-pages/terms-of-use

 

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Default landing page domain being inserted in URLs with tokens on Marketo landing page

Does {{Lead.Brand Website}} include the protocol (http:// or https://)?

Guitarrista82
Level 6

Re: Default landing page domain being inserted in URLs with tokens on Marketo landing page

Hi Sanford,

 

It does not appear to be so:

 

Guitarrista82_0-1626735328525.png

 

This is the standard format for all of our brands.

 

Would I just need to add it to the footer URLs on the landing page, i.e.?

 

http://{{Lead.Brand Website}}term-pages/terms-of-use

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Default landing page domain being inserted in URLs with tokens on Marketo landing page

Yes.
Guitarrista82
Level 6

Re: Default landing page domain being inserted in URLs with tokens on Marketo landing page

Thank you Sanford...This worked!