Versions Compared

Key

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

What is Tracking Preview Mode?

You can check any tracking URL (ad impression, click, conversion, CAD) calling it in preview mode. A preview tracking request will be processed as closely as possible to the regular one. Some processing parts like the spider treatment have to be are skipped. On the other hand, there are some additional checks such as the extended basket evaluation, especially in the preview mode.

No request processing results are stored or counted, so the same tracking URL can be called several times in preview mode. Processing results will be sent back as a JSON object containing all input parameters and calculated values like redirecting location URL or processing error information.

Working with Preview Mode

Preview mode is activated by adding of the query parameter preview_modeset to 1 or true to the regular URL .(…&preview_mode=1)

Preview response always has the HTTP status 200 (OK), regardless of whether a processing error occurs.

...

{ "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

You can let onpage clicks and conversions be called in Preview Mode using an internal preview cookie, which can be set manually before testing and should be removed afterwards. All tracking requests with this cookie set are called as in Preview Mode, so you can just load the landing page to check onpage clicks, or make a test purchase to see the attribution results immediately.

...