Skip to main content

payment_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
is_convertingbooleanFlag indicating whether it's the first time the player is making a paymenttrue
first_paid datedateDate for which the event occurred2022-01-01
currencystringCurrency code (e.g. GBP) in which the payment was madeUSD
amountfloatAmount of the transaction, in local currency cents199.0
amount_usdfloatAmount of the payment transaction, in USD199.0
cart_typestringe.g IAPiap
item_typestringItem type bought, depending on the gameLivesPack
item_idstringItem id bought, depending on the gamelife_x48
transaction_numintNumber of the transaction1
receipt_validbooleanWhether the transaction receipt has been validated or not (might not be available at the time of the event)true
custom_01stringCustom field 1online
custom_02stringCustom field 2multiplayer
custom_03stringCustom field 3coop
valuefloatCustom value33
custom_fieldsstringJSON string{"ball_color": "red"}