appendToTrackingUrl

The appendToTrackingUrl() method adds a query string to the tracking request.

Syntax

appendToTrackingUrl(appendToUrl)
Not available
Not available
Not available
Not available
Not available
Not available

Parameters

appendToUrl (string, required)

A custom query string that’ll be attached to each tracking request. Parameter names and values need to be URL encoded. Example: dimension1=landing%20page

Examples

To add dimension1=landing%20page parameter to each request:

_paq.push(["appendToTrackingUrl", "dimension1=landing%20page"]);
Not available
Not available
Not available
Not available
Not available
Not available