Adjust
17 min
summary official websites site url website https //www adjust com https //www adjust com/ documentation https //help adjust com https //help adjust com/en developer integrations platform url android https //github com/adjust/android sdk https //github com/adjust/android sdk ios https //github com/adjust/ios sdk https //github com/adjust/ios sdk web \<font color="#ff6900">not supported\</font> tracking service event support matrix overview of the supported events and their configuration templates parameter \<font color="#2166ae">actions\</font> \<font color="#3b9f0f">token android token ios\</font> \<font color="#ff6900">not supported\</font> \<font color="#2166ae">purchases\</font> \<font color="#3b9f0f">token android token ios\</font> \<font color="#ff6900">not supported\</font> \<font color="#2166ae">views\</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">adjust\</font> " general structure { "adjust" { "eventsenabledbydefault" true, "viewsenabledbydefault" false, "purchasesenabledbydefault" true, "attributesenabledbydefault" false, "events" { // your configured list of events }, "views" {}, "purchases" { // your configured list of events }, "attributes" {} } } event configuration actions adjust supports action events action event "action event key" { "templates" { "token android" "insert your android adjust token for this event", "token ios" "insert your ios adjust token for this event" } } example "issue downloaded" { "templates" { "token android" "abc123", "token ios" "def456" } } templates adjust tracks events using tokens events and their tokens are configured in the adjust frontend purple recommends configuring the distinction per platform at adjust so that there is a separate token for each platform these are then stored in the " \<font color="#3b9f0f">token android\</font> " and " \<font color="#3b9f0f">token ios\</font> " templates views adjust does not support view events purchases adjust supports purchase events purchase event "purchase event key" { "templates" { "token android" "insert your android adjust token for this event", "token ios" "insert your ios adjust token for this event" } } example "storefront subscription purchased" { "templates" { "token android" "abc123", "token ios" "def456" } } templates adjust tracks events using tokens events and their tokens are configured in the adjust frontend purple recommends configuring the distinction per platform at adjust so that there is a separate token for each platform these are then stored in the " \<font color="#3b9f0f">token android\</font> " and " \<font color="#3b9f0f">token ios\</font> " templates attributes adjust does not support attributes additional supported functionality deeplinking deeplinking url android https //help adjust com/en/article/deep linking android sdk https //help adjust com/en/article/deep linking android sdk ios https //help adjust com/en/article/deep linking overview ios sdk https //help adjust com/en/article/deep linking overview ios sdk how to configure native purple app any native tracking service is configured in the \<font color="#2166ae">purple manager \</font> enable sdk settings location " \<font color="#2166ae">your app\</font> " => " \<font color="#2166ae">consent/push/analytics\</font> " => " \<font color="#2166ae">analytics (general/ios/android/web)\</font> " setting description enable adjust to enable the adjust sdk in your app, activate this checkbox adjust app token the app token is provided by adjust apple privacy / att settings location " \<font color="#2166ae">your app\</font> " => " \<font color="#2166ae">consent/push/analytics\</font> " => " \<font color="#2166ae">privacy\</font> " consent management settings location " \<font color="#2166ae">your app\</font> " => " \<font color="#2166ae">consent/push/analytics\</font> " => " \<font color="#2166ae">consent management\</font> " setting description vendor id for adjust the vendor id is provided by the consent management platform web integration adjust does not provide any web integration