SOLVED

send unique url to each member of a list?

Go to solution
Anonymous
Not applicable

send unique url to each member of a list?

Can I send a unique URL to ecah member of a list?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Matt_Stone2
Level 9

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

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
Matt_Stone2
Level 9

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

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.
Anonymous
Not applicable

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

So I would not be able to but it behind a button?
Conor_Fitzpatri
Level 6

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

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

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

Sweet, thanks for the answers. Going to give it a try now.