Affiliate tracking with anonymous ID | Community
Skip to main content
Anna_Bruning1
Level 3
September 22, 2015
Question

Affiliate tracking with anonymous ID

  • September 22, 2015
  • 3 replies
  • 3447 views

We're looking for a unique ID to pass over to our affiliate partners whenever affiliate leads fill out forms. Right now it is a very manual process to search for leads in Marketo or SFDC that our affiliate partners take credit for. It would be ideal to send a unique ID back to the affiliate at the point of form fillout so we can easily track what is coming in via affiliates.

My first thought was the Marketo ID but you can't run reports based on specific Marketo IDs so it's not a scalable solution. The key requirements is the ID can't have any identifiable details like email, name, phone, etc and needs to be available at the point of form fillout so it can automatically get bundled and sent back to our affiliate partner. We can't use our SFDC IDs because they won't be available immediately.

Has anyone found a good solution to this issue? I assume there has to be a decent work around to capture this data. Any suggestions are appreciated.

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

3 replies

SanfordWhiteman
Level 10
September 22, 2015

Using the Forms 2.0 JS API, add a randomly generated ID to the form as a hidden field.  That ID becomes a unique "job ID" for the form fillout.  Note that if you're not keeping a history of that field, then it will be overwritten if the same lead gets referred again, so you should block updates to it.

September 22, 2015

Hi Anna:

I would suggest using a hidden field in the form that is populated with the affiliates name.  Will something like that work for you?

Adobe Employee
September 22, 2015

Hi Jamie,

I think Anna's looking for a way to uniquely identify every single lead, so affiliate's name wouldn't work.

September 28, 2015

I have the same/very similar issue: Landing pages for a referral scheme

Essentially I want to generate a unique URL that multiple leads can use and share widely that then ties back form completions to a unique ID of the person that shared the lead. I hope to do this by sending out to the referrer leads this link in an email:

www.example.com/landing-page?=referring_company=marketo.lead.id

.... but it seems one can not set lead.id as a token in an email.

Any suggestions?

Lee

SanfordWhiteman
Level 10
September 28, 2015

{{Lead.Id}}