...
Simply copy the track-email Rule from the Public Client into your Client to start using it.
Tile | Customer Created or Public Template | Purpose | More Information | |
---|---|---|---|---|
1 | Email and Social Input | Public Template | Allows the creation of a Rule that either tracks the email open or tracks the click of a link depending on the data provided. The key difference between this and the Realtime Input template is that 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 JavaScript | |
2 | Get CXID | Public Template | Identifies the individual | |
3 | Redirect Ouput | Public Template | Simply provides a output back to the calling system that a redirect has occurred | |
5 | Update Engagement Score | Public Template | Increments the Engagement score. By default it is incremented by 1 each time this Rule is run by a user. Those clicking on multiple links will quickly increase engagement. | |
6 | Track Location | Public Template | ||
7 | Write to Log | Public Template | Provides logging to ensure the rule is working correctly. |
Configuration
The same Rule can be used to track email opens and clicks. The parameters passed through control this.
...
Info |
---|
|
Open Tracking | Required | Description | Maps to… |
---|---|---|---|
| Mandatory | Alterian CX Rule URL | |
| Mandatory | Campaign name. With eventtype “Open” or “Click” this automatically maps to AlterianQueue_Location | AlterianQueue_Location |
| Mandatory | Recipient or other identifier, for example Twitter handle. Often Email Address is used when tracking emails. This outputs as the field AlterianCX_channelagentid1 by the Email and Social Input to allow automatic mapping. | AlterianCX_channelagentid1 |
Tracking links
This Rule can track any type of link. For simplicity we’ll talk about tracking email links but the same logic can be applied to social media posts or other channels.
Info |
---|
|
Link&channel=email Tracking | Required | Description | Maps to… |
---|---|---|---|
| Mandatory | Alterian CX Rule URL | |
| Mandatory | Campaign name. With eventtype “Open” or “Click” this automatically maps to AlterianQueue_Location | AlterianQueue_Location |
| Mandatory | Recipient or other identifier, for example Twitter handle. Often Email Address is used when tracking emails. This outputs as the field AlterianCX_channelagentid1 by the Email and Social Input to allow automatic mapping. | AlterianCX_channelagentid1 |
&link=hotelscaribbean | Optional | Identification of the link in the email being clicked upon. This allows you to differentiate between multiple links with the same redirect URL. | AlterianQueue_Position |
&channel=email | Optional | This will default to email via a parameter called defaultChannel in the Email and Social Input. If you are calling the same rule via multiple channels the channel can be supplied as a parameter in the querystring. | |
| Mandatory | This is is the location that the person clicking will be redirected to. The existence of this parameter informs the Rule that this is NOT a request for open tracking. The redirect URL should be URL encoded. |
|