Re: Is there a way to carry over the UTM Parameters in the URL from the LP to TY page?

Sarin
Level 3

Is there a way to carry over the UTM Parameters in the URL from the LP to TY page?

We already have have a  script implemented to carry forward the utms to other links on the LP but that doesn't seem work for the TY Page.

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Is there a way to carry over the UTM Parameters in the URL from the LP to TY page?

Use the code from the JS pane here:

 

MktoForms2 :: Append current querystring to TY URL v1.0.2

 

As always, on a Marketo LP, place just before the closing </body> tag; on a non-Marketo page, place anywhere after the embed code.

Sarin
Level 3

Re: Is there a way to carry over the UTM Parameters in the URL from the LP to TY page?

Thanks @SanfordWhiteman