Type Library Revision 2017.3060 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
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"