ESP - Nuevo

A guide to generating UUIDs with Nuevo

Nuevo offers personalization tags which dynamically pull in personalized user data. By using combinations of these tags we can generate and pass unique values (UUIDs) into the key parameter without the need for any javascript. For example:

[sub_email]   pulls in the recipient's email address

You could then follow the instructions here to create additional custom variables to use in conjunction with the one above to ensure every email sent out generates a unique key, or you could simply add a static value before or after the "[sub_email]" tag such as the campaign ID. For example, if we wanted to use the recipient's email plus the campaign ID, our key value would look something like this: 

key=[sub_email]+123

If using the example above, just be sure to update "+123" with the appropriate campaign ID each time a new newsletter is sent out.

NOTE: the same UUID must always be passed into the key parameter of both the anchor and image tag