Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Response content is a Json object containing

  • untracked_reason - object (in case of Untracked) containing code, alias and optional message

  • params - all request parameters like amc

  • validated parameter values like normalized basket

  • request specific calculated values like click channel or best matching voucher id on conversions

  • redirecting location URL

  • untracked_reason - object (in case of Untracked) containing code, alias and optional message

  • attribution information on conversions

  • explanation of why a click is filtered out due to custom click filters

...

Example CAD preview response:

Code Block
languagejson
{
	"params": {
		"cfd": "2020-12-14 17:26:49",
		"cfs": "cnf",
		"cid": "186125995",
		"ctg": "New Customer",
		"mkey": "061e6833-d3b6-4fd4-af49-e92e3d99406f",
		"preview_mode": "1",
		"trc": "Tous les supports publicitaires",
		"tst": "1607963209",
		"typ": "d",
		"uniqid": "1bec1888-d157-379e-809e-5757d18818ec"
	},
	"real_request_type": "ConversionAdditionalData",
	"request_subtype": "AdditionalData",
	"cfd": "14.12.20 17:26:49",
	"np_free": {
		"mkey": "061e6833-d3b6-4fd4-af49-e92e3d99406f",
		"preview_mode": "1"
	},
	"conversion_id": "186125995"
}

Preview Mode on onpage clicks / conversions

...