...
Name (JS tag) | Name (img tag) | Explanation | Format | Example | ||
---|---|---|---|---|---|---|
|
| This parameter identifies the conversion target. The value of the parameter corresponds with the target you selected in the configuration panel. Attention: Uniqueness of conversions is determined by the combination of the | Alphanumeric | AddBasket | ||
|
| This parameter identifies the tracking category. The value of the parameter corresponds with the category you selected in the configuration panel. Tracking category
Attention: Uniqueness of conversions is determined by the combination of the | Alphanumeric | default | ||
|
| For security reasons, this parameter identifies the page on which the conversion is made. | Alphanumeric |
| ||
|
| This parameter identifies the the conversion and therefore should be unique. In case the ID contains sensitive information such as an email address, it can be replaced by an alternative ID on the platform. Attention: Uniqueness of conversions is determined by the combination of the | Alphanumeric, max length 255 chars |
| ||
|
| This parameter transmits the net value of the conversion. If the conversion does not contain a value, the transmitted value should be If the conversion is based on positions (basket parameter), the value should not be transmitted. Attention: Any other format than ##############.#### (Scale 20, Precision 4) is not allowed. | Numeric: Max-Value: |
| ||
|
| This parameter transmits the currency following ISO 4217. The currency should always correspond with the currency used on the advertiser's website. | Alphabetic |
| ||
|
| The complete Browser-URL on which the tag was fired. Used to prevent accuracy issues in
| This parameter can transmit click IDs and enable attribution even when no cookie was dropped. | Alphanumeric, comma-separated or JSON array |
| |
|
| The complete Browser-URL on which the tag was fired. Used to prevent accuracy issues in case of strict referrer browser policy. Please don’t change the default value | URL | Result of | ||
|
| This parameter transmits the request time for this Conversion. Following the format in ISO 8601. The value must not be older then three months ago. | YYYY-MM-DDTHH:mm:ss.sss+00:00 |
|
Adding advanced parameters
Before you start
...
Adding advanced parameters
Before you start
Apart of the mandatory parameters that are added to the tag automatically, you can add advanced parameters. Please note that in order for these parameters to work properly, the data they are designed to transmit need to be available. Parameters marked with an asterix (*) in the description can also be used without the underscore (_). For example, you can use ‘commissionfix’ instead of ‘commission_fix’.
...
Name (JS tag) | Name (img tag) | Explanation | Format | Example | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
| This parameter transmits any discount values (net amounts) related to the conversion. | Numeric: #.# |
| |||||||
|
| This parameter transmits any discount tags related to the conversion. | Alphanumeric |
| |||||||
|
| This parameter transmits the total order value of a conversion, i.e. including shipping costs and VAT. | Numeric: #.# |
| |||||||
|
| This parameter transmits the status of the conversion. If it is not used, conversions will be registered with an open status. Therefore, you should only use this parameter when you want to confirm or cancel conversions automatically. | Numeric |
|
|
| This parameter is needed when you want to automate your validation process. For more information, please read this article. | Universally unique identifier (UUID) | this parameter when you want to confirm or cancel conversions automatically. | Numeric |
|
|
| This parameter is needed when you want to automate your validation process. For more information, please read this article. | Universally unique identifier (UUID) |
| |||||||
|
| For security reasons, this parameter identifies the page on which the conversion is made. | Alphanumeric | ||||||||
|
| This parameter transmits the request time for this Conversion. Following the format in ISO 8601. The value must not be older then three months ago. | YYYY-MM-DDTHH:mm:ss.sss+00:00 |
|
Custom values
The parameters in this section can transmit custom values related to the conversion or the customer, such as points given for a loyalty program. The content can be alphanumeric.
...
Name (JS tag) | Name (img tag) | Explanation | Format | Example | ||||||
---|---|---|---|---|---|---|---|---|---|---|
|
| This parameter transmits the complete ad media tag of the click URL via which the conversion was generated. | foo.bar.
| foo.bar. | ||||||
| Alternatively to | Numeric adspace id |
| |||||||
|
| This parameter replaces any sub IDs added to the click URL via which the conversion was generated. | Alphanumeric, max length 255 chars |
|
|
| This parameter can transmit click IDs and enable attribution even when no cookie was dropped. | Alphanumeric, comma-separated or JSON array | Alphanumeric, max length 255 chars |
|
(In JS tag, use clickIds to transmit this value) |
| Awin click checksum. | String |
| ||||||
(In JS tag, use clickIds to transmit this value) |
| Google Ads click ID. | String |
| ||||||
(In JS tag, use clickIds to transmit this value) |
| Facebook Ads click ID. | String |
| ||||||
(In JS tag, use clickIds to transmit this value) |
| Microsoft Bing Ads click ID | String |
| ||||||
(In JS tag, use clickIds to transmit this value) |
| Tune partner click ID | String |
|
...
The on-page tag is quite simple to implement, there are only few parameters to be taken care of.
...
Tag parameters
If you look at panel below the configuration section, you will find that the on-page tag already contains five parameters, that you may work with. The parameter siteId is mandatory.
Name | Explanation | Format | Example | |||||
---|---|---|---|---|---|---|---|---|
| Mandatory: | This parameter defines the placement of the tag. It should be filled with the path of the page or the URLAlphanumeric |
| only on product pages: This parameter is the product ID, e.g. EAN or SKU | Alphanumeric |
| URL | Result of |
| This parameter transmits any ID given to the customer. Use this for implementing cross-device and cookieless tracking. | Alphanumeric, max length 255 chars |
| |||||
| This parameter transmits any ID given to the session of the customer. Use this for implementing cross-device and cookieless tracking. | Alphanumeric, max length 255 chars |
| Alphanumeric, max length 255 chars |
| |||
| only on product pages: This parameter is the product ID, e.g. EAN or SKU | Alphanumeric |
| |||||
| optional parameter, you are free to put in any additional information that may be needed | Alphanumeric | ||||||
| optional parameter, you are free to put in any additional information that may be needed | Alphanumeric | ||||||
| The complete Browser-URL on which the tag was fired. Used to prevent accuracy issues in case of strict referrer browser policy. Please don’t change the default value | URL | Result of
| This parameter defines the placement of the tag. It should be filled with the path of the page or the URL | Alphanumeric |
Implementing the tracking tags
...