Analytics
Overview
The GamePush SDK provides analytics capabilities. You have methods available to notify you when a user has viewed a page. As well as alerts when certain events occur. For example, if the user has received any achievement.
GamePush uses Yandex Metrica and Google Analytics counters to operate its analytics functions. You can add counters in the Control Panel - Project Settings - Analytics Systems.
Supported Platforms
Please carefully review the requirements of the platforms for processing personal data. Not all platforms allow the installation of trackers. Consult directly with the platform before using a tracker on it. The explicitly allowed list of platforms where analytics systems can be added is provided here.
Platforms without support
Page hit
FREEYou can use the following method to send page hit or view:
- JavaScript
- Unity
gp.analytics.hit('/my-page/example?query=1');
GP_Analytics.Hit("URL");
Conversion
FREETo send the goal:
- JavaScript
- Unity
// Event/goal name
gp.analytics.goal('LEVEL_START');
// Event/goal name and value
gp.analytics.goal('LEVEL_START', 15);
// Yandex.Metrica converts as LEVEL_START_15
// Event/goal name and value
GP_Analytics.Goal('LEVEL_START', "Value");
GP_Analytics.Goal('LEVEL_START', 15);
// Yandex.Metrica converts as LEVEL_START_15
Stay in Touch
Other documents of this chapter available Here. To get started, welcome to the Tutorials chapter.
GamePush Community Telegram
: @gs_community.
For your suggestions e-mail
: [email protected]
We Wish you Success!