Skip to content

To Link Miracle Play

Overview

  • In order to integrate Miracle Play, it is essential to build an Open API that can query the game's data and provide the necessary data.
    • The Miracle Play guide can be found here.
  • By using the 'Analytics Log Query API', this process can be integrated with Miracle Play quickly and easily, and a guide for this is provided.

Integration Method

Prerequisites

  • You must sign up for the Hive console and use the Hive SDK when developing games.

Integration Structure

Integration Process

  • Hive Integration: After signing up for the Hive console and integrating the Hive SDK, the game and appid are issued in the app center.
  • Select the log table where data will be stored: Use predefined logs or define new ones.
    1. How to use the Analytics Content Log: It can be used without any additional work as it is a predefined log.
    2. How to create a new log definition: You can create a table where logs will be stored using the Analytics Log Definition Function.
  • Issue Log Query API: Issue an API for the selected log table.

    1. Location: Analytics > Log Definition > Select the chosen log table
    2. Click the 'Register' button for the log query API
    3. Confirm the 2 generated log query APIs and 2 access keys
  • API provided for Miracle Play: Both the generated log retrieval API (2) and access keys (2) are required.

  • Log transmission: Transmit in real-time from the game's server or client to Analytics. (Guide for log transmission)
  • Data retrieval from Miracle Play: Retrieve data through the 'Log Retrieval API' in Miracle Play.

Notes

  • Access Key Renewal/Expiration
    • Two access keys that can perform the same function will be issued.
    • In case of security issues, the two access keys can be renewed or expired individually.