3rd party integrations
...
Purple Tracking
Tracking Services

Kilkaya

14min
summary official websites site url website https //www kilkaya com/ documentation provided as google docs developer integrations platform url android not supported not supported ios not supported not supported web provided as google docs tracking service event support matrix overview of the supported events and their configuration templates parameter actions actions title type section title type section not supported not supported views views title type section title type section not supported not supported purchases purchases and attributes attributes are not supported ( ) ( ) actions actions and views views contains special handling regarding url tracking more detailed information can be found below in the description of the event configuration for actions and views general structure in tracking config json tracking service key name in " tracking config json " is " kilkaya kilkaya " general structure { "kilkaya" { "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 kilkaya supports action events action event "action event key" { "templates" { "title" "value of template", "type" "value of template", "section" "value of template" } } example "issue downloaded" { "templates" { "title" "value of template", "type" "value of template", "section" "value of template" } } kilkayas special behavior for url tracking as mentioned in the official documenation of kilkaya an action event must send the values for " url url " and " tourl tourl " both of them are added automatically in purple experience for the case that an action event will not change the view the value of "url" and "tourl" will be the same views kilkaya supports view events view event "view event key" { "templates" { "title" "value of template", "type" "value of template", "section" "value of template" } } example "storefront feed" { "templates" { "title" "value of template", "type" "value of template", "section" "value of template" } } kilkayas special behavior for url tracking as mentioned in the official documenation of kilkaya a view event must send the value for " url url " this is added automatically in purple experience purchases kilkaya does not support purchase events attributes kilkaya does not support attributes additional supported functionality no additional functionality is currently supported how to configure native purple app kilkaya does not provide any native integration web integration enable sdk kilkaya is not explicitly enabled if a valid configuration of kilkaya is present in the " experience config json ", the sdk is integrated into the html document structure in experience config json plugin configuration { "purple" { "analytics" { "kilkaya" { "configuration" { "cdnhost" "provided by kilkaya", "installationid" "provided by kilkaya" } } } } } consent management if you use one of the cmps supported by purple, you must specify the cmp specific vendor id for kilkaya, which you can get from your cmp frontend additionally, the iab vendor id for kilkaya can also be added structure in experience config json plugin configuration with consent { "purple" { "analytics" { "kilkaya" { "configuration" { "cdnhost" "provided by kilkaya", "installationid" "provided by kilkaya" }, "consent" { "vendorid" "", "iabvendorid" "" } } } } }