Each page of the site that you wish to track must be referenced in your Adobe Campaign platform. This referencing can be performed in two ways:
This method lets you manually define the pages to be tracked and then generate an example of the associated web tracking tag. This operation is defined in the Campaign execution>Resources>Web tracking tags node of the client console.
To generate the HTML code to be inserted in the page:
Then copy the generated code and paste it into the page to be tracked.
You can create the web tracking URLs on the fly by adding information to the value of the tagid parameter:
These two pieces of information must be concatenated with the identifier of the tracked page by adding the character ‘|’:
tagid=<identifier>|<type>|<foldername>
Remember to encode the value of the tagid parameter when it is used as a URL parameter.
Example: creation of a transaction-type web tracking URL.
http://myserver.adobe.com/r/a?tagid=home%7Ct%7CMyFolder