CUse this This template has been developed to work with Alterian Email Manager allowing our Email Manager customers to track email clicks and opens and clicks using Alterian CX . The Input identifies whether the request is an “Open” where it provides back the tracking beacon or a “Link” being tracked where it allows the user to control the redirect being used. The key difference between this and the Realtime Input template is that in this Template the data is passed via the URL querystring instead of the body of a HTTP POST. This allows it to be embedded into links contained in an email, social media post or web page without any requirement for JavaScriptwith no customer email content changes.
This template is rarely used on its own. Read through its use in the track-email-manager-email Public Rule for more information.
Input data
Field | Description | Example |
---|---|---|
ClientIP | IP address of the individual opening or clicking on the email. This is automatically populated by Alterian CX so does not need to be manually added. | 109.151.137.25 |
recipient | Recipient email address, this is normally easily provided by using the personalisation options your ESP provides. | someone@isp.com |
redirect | Where the link should redirect to and defines whether we track as a open or click - Should be URL encoded. | https://www.alterian.com/real-time-customer-experience-platform/forrester-wave-leader/ |
campaign | Campaign name | Newsletter Jan 2021 |
link | Name of the link which maps to position in the tracking | forrestor_wave_leader |
channel | Channel utilising this Rule. This will default to Email if this is not provided in the input data or changed in the parameter |
...