Find duplicate values of different data points | Community
Skip to main content
Travis_Schwartz
New Participant
September 23, 2021
Solved

Find duplicate values of different data points

  • September 23, 2021
  • 1 reply
  • 1743 views

My team setup a referral campaign where they used a unique ID as a referral promo code to signup new members. I'm just curious if there is a way of connecting those records in a streamlined fashion.

 

I have the two fields that match: unique id, and promo code, but is there a way to match those back to each other in Marketo? I'm not seeing a way of saying if promo code = unique id (without physically putting the unique id into Marketo), add to list or anything. 

 

It feels like this should be doable because the data exists... I'm just not seeing a way of comparing the two values.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman
A webhook call.

There‘s even a strange way to do it using a Marketo LP as webhook, no 3rd-party involved (which I’ve never doc’d) but it’s safer and less ridiculous to use another service.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
September 23, 2021
A webhook call.

There‘s even a strange way to do it using a Marketo LP as webhook, no 3rd-party involved (which I’ve never doc’d) but it’s safer and less ridiculous to use another service.
Travis_Schwartz
New Participant
September 23, 2021

Thanks, 

 

that is what I was seeing I my digging. We don't use them currently so I wanted to see if there was another solution before I suggested that route.