SOLVED

Re: How is Original Referrer Populated?

Go to solution
Anonymous
Not applicable

How is Original Referrer Populated?

What information is used to populate Marketo's "Original Referrer?" It looks like it is using the Referrer Header from the form fill out event. Any ideas?

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: How is Original Referrer Populated?

All browsers (forever) have supported the document.referrer property, which represents the previous page or referring document.

What's present in the document.referrer varies based on what the previous page agrees to send. By default, in modern browsers, it will show the hostname (but not path or query string) of the previous page.

View solution in original post

7 REPLIES 7
Kenny_Elkington
Marketo Employee

Re: How is Original Referrer Populated?

Hi Courtney,

That is partially correct.  The Original Referrer will be captured from the first web activity associated to a record, such as a Clicks Link, Visits Web Page, or Form Fillout.

Anonymous
Not applicable

Re: How is Original Referrer Populated?

Is it possible to populate this field on a list import? I have a lead vendor that can give me the referrer URL, would love to post it to the original referrer field

Anonymous
Not applicable

Re: How is Original Referrer Populated?

Hi Dexter,

Original referrer is a system Managed field and cannot be updated through list import.

Anonymous
Not applicable

Re: How is Original Referrer Populated?

Hi Kenny,

Does the lead have to be known before the original referrer can be captured or is Marketo able to pull most recent browsing activity based on the first on-site engagement?

SanfordWhiteman
Level 10 - Community Moderator

Re: How is Original Referrer Populated?

The lead doesn't have to be associated before their Original Referrer is recorded, exactly.  But you're on the right track. To be precise, the lead's OR is recorded simultaneously with an associating web activity such as a Filled Out Form.  So if they visit Page 1 and Page 2, and fill out a form on Page 2, their OR is Page 2.  (Page 1 will also be in their Activity Log.)

The problem with the implementation of OR, as you probably see, is that true first touch is not attributed under many circumstances. And the use of the word "referrer" can be confusing as well (it makes you think of the document/page referrer, but it's more like the "association context." But as long as you know what it signifies (and what it doesn't) you can work with it.

joy-freshtracks
Level 1

Re: How is Original Referrer Populated?

I have many "Original Referrer" web sites that are not my own. Yet the inbound UTM fields have captured nothing. Does this mean the lead came from these sites? How would Marketo have this information if there was no UTM tracking link?

SanfordWhiteman
Level 10 - Community Moderator

Re: How is Original Referrer Populated?

All browsers (forever) have supported the document.referrer property, which represents the previous page or referring document.

What's present in the document.referrer varies based on what the previous page agrees to send. By default, in modern browsers, it will show the hostname (but not path or query string) of the previous page.