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.

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.

  • Yandex Games
  • VK Games
  • VK Play
  • OK Games
  • SmartMarket
  • Platforms without support
  • CrazyGames
  • GamePix
  • GameDistribution
  • GameMonetize
  • WG Playground
  • Kongregate
  • Page hit

    FREE

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

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

    Conversion

    FREE

    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!