SOLVED

Re: Referral UTM not tracking?

Go to solution
BenCirillo
Level 2

Referral UTM not tracking?

I have a form set up with a hidden field to capture the utm_campaign on the referral link and write it to the Person Source. If its not present, it defaults to Gated Content. Here's how I have it set up: 

 

BenCirillo_0-1619647899704.png

I'm trying to test it with some ads we're running. The ads point to this URL: https://www.plasticsurgery.org/cosmetic-procedures/liposuction?utm_source=Dynadmic&utm_medium=Video-...

On that page, there's a CTA that leads to a Marketo landing page at https://pages.plasticsurgery.org/LiposuctionHandbook.html 

I've been trying to test it by pasting the link above into an Incognito browser, clicking on the CTA, then creating a fake account. But when I check the program member record of the fake account, it shows the Person Source set to the default, Gated Content. 

I had this set up and let it run for a few days, and I did catch the UTM parameter of a completely different campaign in the list (this is the only thing currently running that sets Person Source.) So the field is capturing something, just not when I do it. 

 

Do I need to set this up differently, or is this just something that isn't going to be captured (or maybe it is - but no one from the ads is filling out the forms)? 

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Referral UTM not tracking?

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Referral UTM not tracking?

You can't track Referrers like that anymore unless you have specifically configured the source site (your corporate site in this case) to pass full Referrer info.

 

When no specific policy is set, browsers now default to the Referrer Policy "strict-origin-when-cross-origin" which means that when you go from https://example.com?utm_whatever to https://pages.example.com the passed Referrer is stripped down to only https://example.com.

 

So you either need to:

  1. change your corp site's Referrer-Policy or
  2. have the corp site re-attach the original query string to all outbound links or
  3. because these two origins happen to share a parent private domain so can share a cookie, store the values in a cookie and pick them up on the LP
SanfordWhiteman
Level 10 - Community Moderator

Re: Referral UTM not tracking?

BenCirillo
Level 2

Re: Referral UTM not tracking?

Ok, so this clears things up. We're not wrong, the internet is wrong. 

Talked it over with my team, and we're going to attempt to pass the info in a cookie to see if that works out.