3rd party integrations
...
Purple Tracking
Tracking Services
INFOnline (IVW)
13min
summary available since pxp 3 8 infonline measurement tracking (required for ivw tracking) official websites site url website https //www infonline de/ https //www infonline de/ https //www ivw\ de/digital/digital https //www ivw\ de/digital/digital documentation https //docs infonline de/infonline measurement/ https //docs infonline de/infonline measurement/ developer integrations platform url android https //docs infonline de/infonline measurement/integration/lib/android/android/ https //docs infonline de/infonline measurement/integration/lib/android/android/ ios https //docs infonline de/infonline measurement/integration/lib/ios/ios/ https //docs infonline de/infonline measurement/integration/lib/ios/ios/ web https //docs infonline de/infonline measurement/integration/web/checkliste web allgemein/ https //docs infonline de/infonline measurement/integration/web/checkliste web allgemein/ tracking service tracking with infonline supports app and web, but must be configured with different properties per platform it is recommended to do the event configuration as follows app /default/tracking config json web /web/default/tracking config json event support matrix overview of the supported events and their configuration templates parameter views (web) views (web) code comment code comment pixeltype pixeltype not supported not supported views (android/ios) views (android/ios) eventtype eventtype category comment category comment supported supported general structure in tracking config json tracking service key name in " tracking config json " is " infonline infonline " general structure { "infonline" { "eventsenabledbydefault" false, "viewsenabledbydefault" true, "purchasesenabledbydefault" false, "attributesenabledbydefault" false, "events" {}, "views" { // your configured list of events }, "purchases" {}, "attributes" {} } } views (web) infonline supports view events for web view event "view event key" { "templates" { "code" "value of template", "comment" "value of template", "pixeltype" "value of template" } } example 1 "storefront home" { "templates" { "code" "home view", "comment" "desktop" } } templates templatey key required template value code code no a code set by the provider for content identification, associated with the ivw category system 2 0 in the infonline customer center comment comment no an optional field used for adding comments or additional information about the event pixeltype pixeltype no the values need to be one of " cp cp " (default) " sp sp " " xp xp " views (android/ios) infonline supports view events for android and ios view event "view event key" { "templates" { "eventtype" "value of template", // tbd "category" "value of template", // tbd "comment" "value of template" // tbd } } example 1 "storefront home" { "templates" { "eventtype" "value of template", // tbd "category" "value of template", // tbd "comment" "value of template" // tbd } } templates templatey key required template value eventtype eventtype yes yes represents the state or type of event, such as download started, cancelled, successfully completed, or ended with an error category category yes yes a code set up by the provider for content identification, associated with the ivw category system 2 0 in the infonline customer center comment comment no an optional field used for adding comments or additional information about the event how to configure native purple app details for the configuration in apps will be added soon web integration enable sdk infonline is not explicitly enabled if a valid configuration of infonline is present in the " experience config json ", the sdk is integrated into the html document structure in experience config json plugin configuration { "purple" { "analytics" { "infonline" { "configuration" { "site" "your site identifier", "domainservicename" "provided by infonline", "country" "de or at", "distributionchannel" "web, hyb, app or ctv", "debug" true or false, } } } } } consent management if you use one of the cmps supported by purple, you must specify the cmp specific vendor id for infonline, which you can get from your cmp frontend additionally, the iab vendor id for infonline can also be added structure in experience config json plugin configuration with consent { "purple" { "analytics" { "infonline" { "configuration" { "site" "your site identifier", "domainservicename" "provided by infonline", "country" "de or at", "distributionchannel" "web, hyb, app or ctv", "debug" true or false, }, "consent" { "vendorid" "provided by your cmp", "iabvendorid" "730" } } } } }