Skip to content

webstore_access

This is an event that occurs when a web store page is accessed, and can be used to create metrics such as the number of web store accesses, number of accessing users, and number of sessions.


Attribute name Data type Description
dateTime TIMESTAMP Indicates the date and time when the event occurred. It is recorded based on the time of event occurrence, and can be used as a basis for period unit (day/week/month/hour/minute) aggregation and date range searches. (Example: 2023-05-09 19:30:35)
eventName STRING Indicates a name that identifies the event. Since all events are loaded together in one source log, this value identifies which event it is and can be used as a standard for searching data on an event-by-event basis. (Example: app_login)
userId STRING Indicates the user identifier based on the account that triggered the event. It is recorded based on the unique user ID in the game, and can be used to count the number of unique users such as AU by deduplicating the number.
identifierProvider STRING Indicates the user identifier issuance system, and "hive" is fixed.
deviceId STRING Indicates the user identifier based on the terminal that generated the event. Each time an app is installed, it is recorded based on the instance value issued for each device, and can be used to count the number of unique devices (the number of terms and conditions agreed, etc.) by deduplicating the number. (Example: 33333333)
appIdGroup STRING Indicates the project where the event occurred. Hive is recorded based on the GAMEID value registered in the console app center, and can be used to compare indicators by dividing them by project when viewing multiple projects together. (Example: com.sample.analytics)
appId STRING Indicates the unique ID of the app where the event occurred. Hive is recorded based on APPID registered in the console app center, and can be used to distinguish indicators for each app. (Example: com.sample.analytics.google.global.android.common)
clientIp STRING Indicates IP of the user terminal where the event occurred. It is recorded based on the masked value of the last section of IP, and can be used to query data such as the number of terminals for a specific IP band. (Example: 127.0.0.x)
userId_origin STRING Indicates the non-authenticated identifier of the user who generated the Hive event. It is recorded based on an identifier used separately from userId in Hive authentication, such as the user identifier used in the community, web shop, or game itself, and can be used to count the number of unique users by deduplicating and counting.
sessionId STRING Indicates the client session identification key of the event. It is recorded based on the key value that recognizes one client session, and can be used to count the number of sessions by deduplicating the number of sessions. (Example: 123)
url STRING Indicates URL information when accessing a web store. It is recorded based on the value of the accessed web store URL, and can be used to compare indicators for each accessed page.