Creating an embed code for any email service provider (ESP) is a fairly simple process. With just a few steps, you can create a evergreen timer that is unique to the individual recipient.
Before you get started, you must understand the role of the id parameter in the embedded code. This id must be unique for each recipient, as it is what the evergreen timer is based on. When the recipient opens an email with an evergreen timer, our server will save the opening time and start the evergreen timer from that date.
To create an embed code for your ESP, you need to find the unique tag for each recipient. If you do not know the personalized tags for your ESP or your editor does not have the option to insert personal data into the email, you need to find them in your ESP guides. To do this, go to Google and search something like "{name your ESP} personalization merge tags, custom field list". This should provide you with a link to the help center of your ESP, where you can find a list of all available personal fields. Look for a field that is unique to each subscriber and use this as your {uniq id}.
Now that you have the personalized tags, you can create your embed code. To do this, copy the timer embed code for Other ESP and replace {uniq id} with the unique tag you found.
Once you have created the embed code, you will want to test it to make sure it works properly. Simply send a test email with the evergreen timer to yourself and see if the timer works as expected.
To find out the unique tag for each recipient, we need to go to Google and search something like "SalesLoft personalization merge tags, custom field list". Google gives us a link to the SalesLoft help center where there is a list of all available personal fields. The {{email_address}} suits us because this single field is unique for each recipient. Now, knowing the name of the unique field, we can create an embed code for SalesLoft.
In code for embedding our timer for other ESPs:
<img src="http://i.countdownmail.com/[email protected]/kf/{uniq id}" border="0" alt="countdownmail.com"/>
Replace {uniq id} with the unique tag {{email_address}}
<img src="http://i.countdownmail.com/[email protected]/kf/{{email_address}}" border="0" alt="countdownmail.com"/>
And it's all! With these simple steps, you will now be able to generate an embed code for any ESP.