You can use the Manual Page View tag when you need manual control of collected destination and referral URL values.
Referring and destination URL are normally collected automatically when the standard Page View tag is called (from document.referrer
and window.location.href
, respectively). You should use the Manual Page View tag only upon specific recommendations from Acoustic Support.
- Key Reports Populated
- Dashboards; Site Metrics; Marketing; Content (Page Categories, * Pages, On-Site Search); Paths; Demographics (Geography, Languages, Profile Segments); Report Segments
Tagging function
In order to use the Page View tag, a call is made to cmCreateManualPageviewTag
(…) function with the appropriate parameters.
Note: The following values are automatically removed fromDigital 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): Uniquely identifies the given 'page' in Digital Analytics. This can be any alphanumeric string and should be set according to the agreed-upon page naming conventions. Length: 256.
- Category ID (Optional): Category ID for the leaf node to which this page belongs. This should match with a category ID sent in the CDF file. Length: 256.
- Destination URL (Required): The destination URL value. Length: 1024.
- Referring URL (Optional): The referring URL value. If this is not provided and the pageview is the first in the session, the session is attributed to Digital Analytics Marketing "Direct Load" channel. Length: 1024.
- Attribute String (Optional): Up to 50 "-_-" delimited 'attribute' values accessible in Explore reporting. Length: 256 per value.
- Search Term (Optional): On-site search term used to get to the Search Results page. This should only be populated on the first Search Results page. Length: 256.
- Search Results (Optional): Number of results returned by the keyword search. This is typically "1". Only sent if an onsite keyword search redirects the visitor to a standard product detail page. Length: 10.
- Extra Fields (Optional): Up to 15 "-_-" delimited 'extrafield' values accessible through optional Standard Data Export. It is possible to copy the first 15 values from the first 15 Attribute String values by calling cmSetupOther ({"cmAutoCopy Attributes ToExtraFields":true}); on the page prior to tag function calls. Length: 100 per value.
Comments
0 comments
Article is closed for comments.