Referral Offer | Unique link | Community
Skip to main content
Andreia_Norsa
Level 3
October 6, 2020
Solved

Referral Offer | Unique link

  • October 6, 2020
  • 1 reply
  • 4780 views

Hi all, we have a campaign where people can refer it to friends using a unique URL. If the friend referred register to the campaign, the original refer gets a voucher. Here is the flow?

 

 

Can you please advise if I can do it with Marketo? Otherwise, what would you recommend?

Thanks. 

Andréia

 

 

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

Do you have any example of the logic you mentioned? For a developer, how long will take to JS code and make all tests with the Marketo webhook? Sorry, I'm not technical enough to answer those questions.


Well.... sort of an unwritten rule that a developer never estimates another developer's time. 🙂

 

The last project took < 8 hours but there may be nooks and crannies for your particular needs.

 

1 reply

SanfordWhiteman
Level 10
October 6, 2020

With questions like this it's vital to define what we mean by"with Marketo."

 

It's absolutely possible to set up a Referral program where each incoming Referral (Marketo Custom Object) is linked to the Referrer lead and the Referral lead(s). And the Referral connections can be updated if/when they convert. We just rolled out something like this on Monday.

 

Yet it's not possible to do it without some kind of auxiliary code because you need to use the Marketo REST API. In the above case it's a small amount of JS code (< 150 lines for what that's worth) run via a webhook for each form post. It's a completely headless app, there's no separate UI or anything, but code must run outside Marketo to in turn "loopback" and update Marketo.

Andreia_Norsa
Level 3
October 7, 2020

Hi, @sanfordwhiteman thanks for the information. What I meant "with Marketo" is: do we need an external partner to make that logic or create a JS code, as you mentioned, plus Marketo is enough. Now, I get it. 🙂

Do you have any example of the logic you mentioned? For a developer, how long will take to JS code and make all tests with the Marketo webhook? Sorry, I'm not technical enough to answer those questions.

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
October 7, 2020

Do you have any example of the logic you mentioned? For a developer, how long will take to JS code and make all tests with the Marketo webhook? Sorry, I'm not technical enough to answer those questions.


Well.... sort of an unwritten rule that a developer never estimates another developer's time. 🙂

 

The last project took < 8 hours but there may be nooks and crannies for your particular needs.