3rd party integrations
...
Tracking Services
INFOnline (IVW)
13 min
summary available since pxp 3 8 infonline measurement tracking (required for ivw tracking) official websites true false 162false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type developer integrations true false 160false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type 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 true false 163,262false left unhandled content type false unhandled content type false unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type false left unhandled content type 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 true false 161,96false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type 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 true false 161,96false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type 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" } } } } }