Tip
Besides the analytics provide by the Gamedock SDK, the SDK also includes additional external analytics tools that can be enabled when implementing the Gamedock SDK.
The following modules can be enabled for additional analytics:
- AppsFlyer
- Firebase
In order to enable the additional analytics modules do the following:
The additional analytics module can be enabled through the Configuration window in the Unity Editor.
By default the modules are automatically included when importing the Gamedock SDK Cordova Plugin.
No additional code implementation is required in order to track events in these specific external analytics providers.
In the case of AppsFlyer the event tracking happens in two parts: the install tracking is done at the SDK level and the rest of the events are server-to-server based on the events tracked with Gamedock. In order to fully configure in the Gamedock Console AppsFlyer or Adjust so that server-to-server can happen, do the following:
- Access the AppsFlyer Gamedock Console page from here.
- Create/Edit your AppsFlyer appId. The appId documentation for AppsFlyer can be found here.
- Make sure to Publish your changes (this includes also Step 4/any time you make changes to your AppsFlyer configuration).
- Add your desired events that will be forwarded from AppsFlyer from the Gamedock Tracking.
In the case of Firebase, make sure to have all the proper keys setup in the SDK Config section of the Gamedock Console. If you have the Firebase module enabled, all tracking done through the Gamedock SDK will also be forwarded to Firebase as well, keeping all the custom parameters that you tracked.
Additional features that are included with the Gamedock Firebase module are:
- Crashlytics
- Remote Config
- Dynamic Linking
- Push Notifications (using the Gamedock Console)