SOLVED

Re: send unique url to each member of a list?

Go to solution
Anonymous
Not applicable
Can I send a unique URL to ecah member of a list?
Tags (1)
1 ACCEPTED SOLUTION
Matt_Stone2
Level 9
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.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable
Sweet, thanks for the answers. Going to give it a try now. 
Conor_Fitzpatri
Level 6
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.
Anonymous
Not applicable
So I would not be able to but it behind a button?
Matt_Stone2
Level 9
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.