eTracker
14 min
summary official websites site url website https //www etracker com/ https //www etracker com/ documentation https //www etracker com/docs/ https //www etracker com/docs/ developer integrations platform url android \<font color="#ff6900">not supported\</font> ios \<font color="#ff6900">not supported\</font> web https //www etracker com/en/docs/integration setup 2/tracking code sdks/tracking code integration/function purpose/ 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 \<font color="#2166ae">actions\</font> \<font color="#3b9f0f">object\</font> \<font color="#3b9f0f">category\</font> \<font color="#3b9f0f">action\</font> \<font color="#3b9f0f">type\</font> \<font color="#ff6900">not supported\</font> \<font color="#2166ae">views\</font> \<font color="#3b9f0f">object\</font> \<font color="#3b9f0f">type\</font> \<font color="#ff6900">not supported\</font> \<font color="#2166ae">purchases\</font> and \<font color="#2166ae">attributes\</font> are not supported general structure in tracking config json tracking service key name in " tracking config json " is " \<font color="#2166ae">etracker\</font> " 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" "" } } } } }