If I use a redirect rule, does Marketo know the URL I originally used? | Community
Skip to main content
Robb_Barrett
Level 10
March 17, 2016
Question

If I use a redirect rule, does Marketo know the URL I originally used?

  • March 17, 2016
  • 2 replies
  • 1836 views

Trying to simplify something here. We have an ad that's used by multiple sources so I would like to use one LP. If I redirect many URLs to the one Master do I have a record of the referring URL?  This would help me know the source so I could write the lead to the appropriate list.

I know there are other ways to do this but I'd like to keep the URL parameter free if possible.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

March 17, 2016

I'd recommend using the original page URL and tag it with UTM. Very intuitive with Marketo. This is the best practice.

Grégoire_Miche2
Level 10
March 17, 2016

Hi Robb,

I am afraid you will have to test it with a clean browser to know if it works

I am also afraid you would loose many referrers, though, so I would rather use a URL shortener, but a good one. See Sanford's recommendation here: Re: Can you hide UTM parameters in URLs using Link Shorteners?

-Greg

SanfordWhiteman
Level 10
March 18, 2016

You wouldn't lose any referrers per se, which is actually the reason you won't see the original URL to which the user navigated.

The original referrer remains in place on a 301 redirect. So the Master page will see the referrer that brought you to the Alias (2 hops away, if you will).

There's no way to feed information to the Master page unless the Alias appends info before redirecting.  If you use a URL param (which Robb doesn't want to) it will be appended.  Otherwise, in the absence of a server programming language, you could have an LP that acts as a redirector, using a JS redirect (document.location) and appending the Alias URL.