Skip to main content

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.

info

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.

Page hit

You can use the following method to send page hit or view:

gp.analytics.hit('/my-page/example?query=1');

Conversion

To send the goal:

// 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

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!