Type Library Revision Release 2024.3703 Keywords analytics, attribution, Kochava Free App Analytics Platforms Android, iOS
The Kochava Free App Analytics plugin allows you to integrate the Kochava SDK for leveraging hundreds of ad network and publisher partners.
This is a free service provided by Kochava which is limited in functionality compared to the full Kochava plugin. This plugin only allows the logging of
Check out new init parameters hasUserConsent
and intelligentConsentManagement
, also setHasUserConsent
method and new event type consent
to enable GDPR data collection restrictions.
Intelligent Consent Management is an opt-in feature and must be enabled both in the app and on the Edit App page of the Kochava Dashboard in order to function for this new functional to work.
Before using this plugin, you'll need to register with Kochava to receive a app GUID.
local kochavaFAA = require( "plugin.kochava.faa" )
To use this plugin, add the following entry into the plugins
table of build.settings
. When added, the build server will integrate the plugin during the build phase.
settings = { plugins = { ["plugin.kochava.faa"] = { publisherId = "com.coronalabs" }, }, }
For iOS, when submitting your app to the App Store, follow these guidelines:
For Android, the following permissions/features are automatically added when using this plugin:
"android.permission.INTERNET"
"android.permission.ACCESS_NETWORK_STATE"
"android.permission.ACCESS_WIFI_STATE"