send unique url to each member of a list? | Community
Skip to main content
May 6, 2014
Solved

send unique url to each member of a list?

  • May 6, 2014
  • 4 replies
  • 2126 views
Can I send a unique URL to ecah member of a list?
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 Matt_Stone2
You can piece together a unique URL via tokens in an email. So if you want to send everyone in a list to http://www.yoursite.com/[unique-value] you would need to create a field in Marketo called Unique Value, then upload each member's respective string.

In your email, you'd just put: http://www.yoursite.com/{{lead.Unique Value}} and it would piece it together for you.

4 replies

May 6, 2014
Sweet, thanks for the answers. Going to give it a try now. 
Conor_Fitzpatri
New Participant
May 6, 2014
Terry,

You can absolutley put it behind a button. You would create the unqiue URL as Matt described and throw it in the href tag of your button image.
May 6, 2014
So I would not be able to but it behind a button?
Matt_Stone2
Matt_Stone2Accepted solution
New Participant
May 6, 2014
You can piece together a unique URL via tokens in an email. So if you want to send everyone in a list to http://www.yoursite.com/[unique-value] you would need to create a field in Marketo called Unique Value, then upload each member's respective string.

In your email, you'd just put: http://www.yoursite.com/{{lead.Unique Value}} and it would piece it together for you.