Kilkaya
14 min
summary official websites site url website https //www kilkaya com/ https //www kilkaya com/ documentation provided as google docs https //docs google com/document/d/1eona7niwwqitvapewkoxakimaszdaqzfvq8dgm0dfrs developer integrations platform url android \<font color="#ff6900">not supported\</font> ios \<font color="#ff6900">not supported\</font> web provided as google docs https //docs google com/document/d/18hev5xj0qrdvpgwsa4ahf5htkypmnmhtb0ghpzt1uok tracking service event support matrix overview of the supported events and their configuration templates parameter \<font color="#2166ae">actions\</font> \<font color="#3b9f0f">title type section\</font> \<font color="#ff6900">not supported\</font> \<font color="#2166ae">views\</font> \<font color="#3b9f0f">title type section\</font> \<font color="#ff6900">not supported\</font> \<font color="#2166ae">purchases\</font> and \<font color="#2166ae">attributes\</font> are not supported \<font color="#9900ef">( )\</font> \<font color="#2166ae">actions\</font> and \<font color="#2166ae">views\</font> 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 " \<font color="#2166ae">kilkaya\</font> " 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 " \<font color="#3b9f0f">url\</font> " and " \<font color="#3b9f0f">tourl\</font> " 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 " \<font color="#3b9f0f">url\</font> " 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" "" } } } } }