Web tracking tag: definition web-tracking-tag-definition
A web tracking tag is simply a URL constructed with the appropriate parameters, sent to the redirection server via an HTTP query.
Format of the data to be sent format-of-the-data-to-be-sent
The format of a web-tracking URL is as follows: https://<name_of_redirection_server>
:<port>
/r/<random_number>
?<parameters>
The following table gives a list of special parameters supported by the redirection server.
A few web tracking URLs
-
Visit to a ‘home’ identifier page
https://myserver.adobe.com/r/9862?tagid=home
-
Collecting business volume data
https://myserver.adobe.com/r/4567?tagid=command&amount=100&article=2l
-
Specifying a field to find the recipient
https://myserver.adobe.com/r/2353?tagid=home&rcpid=saccount%3D10
A recipient whose account number is 10 is sent to the home page.
-
Using a default delivery
https://myserver.adobe.com/r/2456?tagid=home&jobid=e6
A recipient is sent to the home page. This information will be stored in the delivery with identifier 230 (e6 in database 16) unless a session cookie containing a delivery identifier is sent with this query.
Data transmission methods data-transmission-methods
The following methods are possible:
- Inserting the URL in the “src” attribute of an HTML
<img>
tag incorporated in the web page you wish to track. - Direct call to the redirection server when the web page you wish to track is generated.