ESP - Constant Contact

A guide to generating UUIDs with Constant Contact

Constant Constant offers a wide variety of tags which dynamically generate contact data. By using combinations of these tags we can dynamically pass unique values (UUIDs) into the "key" parameter without the need for any javascript. For example:

[[FirstName]] pulls in the contact's first name
[[LastName]] pulls in the contact's last name

By combining these tags we can successfully create a dynamic UUID and our "key" parameter would therefore look something like this:

<a href="https://revmail.revcontent.com/click/?id=1234&key=[[FirstName]][[LastName]]...
<img src="https://revmail.revcontent.com/?id=1234&key=[[FirstName]][[LastName]]...

NOTE: the same tags should be passed into the "key" parameter values of both the click and image URLs