3rd party integrations
...
Purple Tracking
Tracking Services

eTracker

14min
summary official websites site url website https //www etracker com/ documentation https //www etracker com/docs/ developer integrations platform url android not supported not supported ios not supported not supported web https //www etracker com/en/docs/integration setup 2/tracking code sdks/tracking code integration/function purpose/ tracking service event support matrix overview of the supported events and their configuration templates parameter actions actions object object category category action action type type not supported not supported views views object object type type not supported not supported purchases purchases and attributes attributes are not supported general structure in tracking config json tracking service key name in " tracking config json " is " etracker etracker " general structure { "etracker" { "eventsenabledbydefault" true, "viewsenabledbydefault" true, "purchasesenabledbydefault" false, "attributesenabledbydefault" false, "events" { // your configured list of events }, "views" { // your configured list of events }, "purchases" {}, "attributes" {} } } event configuration actions etracker supports action events action event "action event key" { "templates" { "object" "value of template", "category" "value of template", "action" "value of template", "type" "value of template" } } example "issue downloaded" { "templates" { "object" "value of template", "category" "value of template", "action" "value of template", "type" "value of template" } } views etracker supports view events view event "view event key" { "templates" { "name" "value of template", "object" "value of template", "type" "value of template" } } example "storefront feed" { "templates" { "name" "feed", "object" "value of template", "type" "value of template" } } purchases etracker does not support purchase events attributes etracker does not support attributes additional supported functionality no additional functionality is currently supported how to configure native purple app etracker does not provide any native integration web integration enable sdk etracker is not explicitly enabled if a valid configuration of etracker is present in the " experience config json ", the sdk is integrated into the html document structure in experience config json plugin configuration { "purple" { "analytics" { "etracker" { "configuration" { "datasecurecode" "provided by etracker" } } } } } consent management if you use one of the cmps supported by purple, you must specify the cmp specific vendor id for etracker, which you can get from your cmp frontend additionally, the iab vendor id for etracker can also be added structure in experience config json plugin configuration with consent { "purple" { "analytics" { "etracker" { "configuration" { "datasecurecode" "provided by etracker" }, "consent" { "vendorid" "", "iabvendorid" "" } } } } }