Skip to main content

resource_event

NameTypeDescriptionExample
event_dtdateDate of the events2022-01-01
event_client_tstimestampTimestamp for which the event occurred2022-01-01 00:01:01 UTC
event_arrival_tstimestampTimestamp for which the event arrived at GA (discrepancy might be for users being offline, for example)2022-01-01 00:01:01 UTC
game_idintgame's unique identifier123456
user_idstringdevice identifier of the player (note the same user_id might be linked to multiple game_ids)01234abc-999z-a1a1-b2b2-dcba98765432
player_idstringplayer's unique identifier related to a single game, combination of game_id and user_id (note the same player_id will only be linked to a single game_id)0a1b1c2d3e5f8g13h21i34j55k89l144
session_idstringSession's unique identifier8xxxxxxx-4xxx-4xxx-4xxx-12xxxxxxxxxx
flow_typestringeither Sink (virtual currency lost) or Source (virtual currency gained)Sink
currencystringname of the virtual currency used, e.g. GemsGems
amountfloatAmount of virtual currency for that particular event id (event_id e.g. "Sink:Gems:Armour:IronArmour")-20
item_typestringitem type, depending on the game, e.g. "Armour"Armour
item_idstringitem id, depending on the game, e.g. "IronArmour"IronArmour
custom_01stringCustom field 1online
custom_02stringCustom field 2multiplayer
custom_03stringCustom field 3coop
valuefloatCustom value33
custom_fieldsstringJSON string{"ball_color": "red"}