|
|
Impression TrackingFrom $1What Is Impression TrackingImpression tracking allows you to track the performance of emails that contain content built by AMPscript or selected by the dynamic content feature. When you create an email using AMPscript or dynamic content, you can give each region in the email a unique identifier. The system can use the unique identifier to track, segment, and report against data for each region. Four reports are available to show the performance data gathered through impression tracking:
Defining an Impression Region with AMPscriptYou define an impression region in an email by using AMPscript functions:
AMPscript Code ExampleThe following sample includes an offer for a holiday sale within the body of an email based on the state of residence of the subscriber. %%[if emailaddr == emailaddr then ]%%
%%[
var @URL1,
set @URL1 = "https://3sixty.exacttarget.com/"
]%%
%%= BeginImpressionRegion("Banner Placement") =%%
To visit 3sixty
<a href="%%=RedirectTo(@URL1)=%%" alias="3sixty">go here to login</a><br />
<br />
<br />
Check out the Wiki page
<a href="http://wiki.memberlandingpages.com" alias="wiki">here</a><br />
%%= EndImpressionRegion("Banner Placement") =%%
%%[ else ]%%
This is the Default content!
%%[
endif
]%%
Note: Also IF Banner Placement is a string literal instead of an Attribute/DE Column value, it needs to be quoted: %%=BeginImpressionRegion("Banner Placement")=%% The names of impression regions used in the sample must be fixed (constant strings or numbers). Impression area names are case-sensitive and are stored in the case of their first occurrence. There is not a limit on the number of unique regions that can be tracked. If an impression region is not explicitly closed, it's closed at the end of the message being built. An impression region opened in the HTML version of an email will not remain open when the text version of the message is built. Impression regions can be nested. If three regions are opened without any EndImpressionRegion() calls, all three remain open and the final one opened is the active one returned for resolving the related personalization strings. If one EndImpressionRegion() call is issued, the second region will become the active region and so on. Issuing EndImpressionRegion(true) will close all open regions. Two personalization strings are supported for impression regions. The %%_ImpressionRegionID%% personalization string will return the active region ID or 0 if none is active. Also supported is an %%_ImpressionRegionName%% personalization string that will resolve to the currently active impression region for content that contains the personalization string. This will evaluate to an empty string if no impression region has been set. How to Define an Impression Region with the Dynamic Content WizardOnce your account has been configured with the Impression Tracking capabilities, building an email that contains Dynamic Content functions is the same as usual. The names of the stored content areas used within your email will be names used for the Impression Regions. There is no additional setup of work that has to be done. The steps for a Dynamic Content based email are as follows:
This page was last updated by Adam Evans on Tue, 08 Nov 2011 13:16:58 GMT. If you require assistance with the ExactTarget application, please contact Global Support. If you wish to send Adam direct feedback, fill out the form below:
Tags: (Edit tags)
|
Powered by MindTouch 2010 |