Hello,
I've read all the referral program threads that I could find. However, I still don't quite understand how that works as I'm not a developer and have very limited knowledge about html codes.
Here's what I'm trying to achieve in Marketo:
I think I need to create custom fields to capture Referrer's information. Otherwise, I won't be able to tokenize the email. However, that also means I need to manully upload/update Referrer's information. Any suggestions?
Thanks so much!
I'm not a developer and have very limited knowledge about html codes.
Not so much HTML, but JavaScript. The way to create a successful bidirectional referral-referrer program is by using the Forms JS API.
On the database side, you receive 2 Filled Out Form activities:
You then can use history and score fields to maintain a trail of referral activities.
I think I need to create custom fields to capture Referrer's information. Otherwise, I won't be able to tokenize the email.
You've described the Referrer concept well, but you will need a developer to implement it for you.
Still need a developer after all... Thank you Sanford Whiteman!