Skip to main content
πŸŽ‰οΈ WEB Games Market Conference πŸ‘Ύ September 18, 2025 | details

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.

  • βœ…Google Play
  • βœ…PlayDeck
  • βœ…Yandex Games
  • βœ…VK Games
  • βœ…VK Play
  • βœ…OK Games
  • βœ…SmartMarket
  • βœ…Pikabu Games
  • βœ…Partner's platforms
  • Platforms without support
  • ❌CrazyGames
  • ❌GamePix
  • ❌GameDistribution
  • ❌GameMonetize
  • ❌WG Playground
  • ❌Kongregate
  • ❌Telegram
  • ❌beeline
  • ❌Fotostrana
  • ❌Y8
  • ❌CoolMathGames
  • ❌Android (alternative stores)
  • ❌Web (custom site)
  • 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: official@gamepush.com

    We Wish you Success!