You can use the Manual Impression tag to collect marketing impressions for individual tracked Onside Marketing Links (Site Promotions or Real Estate), in cases where automatic impression tracking cannot function or is intentionally disabled.
Manual Impression tags are typically implemented in conjunction with a related Manual Link Click tag. One Impression tag is called for each related Site Promotion or Real Estate link object on a given page.
- Common Use Case
- Manual "Link Click" tags have been implemented to track JavaScript, Ajax, Silverlight, or other non-HTML/HREF link objects with Site Promotions and/or Real Estate parameters: equivalent "Manual Impression" tags must be implemented if impression tracking is desired for the related link objects.
- Key Reports Populated
- Marketing (Site Promotions optional "Impressions" column); Content (Real Estate or Site Promotions optional "Impressions" column).
Tagging function
To use the Manual Impression tag, a call is made to cmCreateManualImpressionTag (…) function with the appropriate parameters.
Note: The following values are automatically removed from Acoustic Digital Analytics tag parameter data and cannot be collected or reported:
- Single quote (')
- Double quote (")
- Carriage return (hex 0D; regular expression \r)
- Line feed (hex 0A; regular expression \n)
- Comma (,): replaced with a space character prior to data loading and reporting
- Backslash (\): this is a standard JavaScript escape character. In order to collect and report a "\" character, two "\" must be specified in sequence ("\\"). The 2nd "\"is reported.
Tags
- Page ID (Required): The unique Page ID value associated with this impression. This value should match the value sent with the Page View for this page/object. This should match the Page ID of the related 'Link Click' tag. Length: 256.
- Track Site Promotion (Optional): Required to track a Site Promotion Impression. This is a valid cm_sp= value: "group-_-promotion-_-link". Length: 256.
- Track Real Estate (Optional): Required to track a Real Estate Impression. This is a valid cm_re= value: "version-_-area-_-link". Length: 256.
Comments
0 comments
Article is closed for comments.