Gaming (Poker Texas Hold'em)

These are the events specially designed to track the behavior of Gaming sites/apps, with a special emphasis on the Texas Hold'em poker game. These events cover most of the events that you will need to use. You can change the existing events by changing their properties and add your own events with custom events.

In the app

  • player_register
  • player_login
  • player_logout (leave app)
  • claim_bonus
  • tutorial_action (open, close prematurely, end)
  • update_profile
  • cashier_action
  • player_deposit
  • player_cashout
  • promotion_reaction
  • side_game_reaction
  • popup_reaction
  • in-app_purchase
  • rate_app
  • refer_friend
  • redeem_promo_code
  • send/get_gift
  • social_share

During the game

  • started_game
  • blinds_action
  • betting_round_pre-flop
  • betting_round_flop
  • betting_round_turn
  • betting_round_river
  • betting_round_outcome
  • showdown
  • tip_dealer
  • stand_up
  • leave_game (to lobby)
  • change_table
  • user_comment
  • user_chat
  • invite_friend_to_table
  • be_invited_to_table
  • join_event

General

  • ui_interaction

In the app

player_register event

Trigger this event when a new player registers to play a game. In case there is no need to register, the event should be triggered the first time a player opens a game. This event is the first event that is triggered by a user.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
user_registered true Indicates whether the user joined as a guest or registered user.
facebook_id jimmy.drake The ID that identifies the user on Facebook
google_id jimmy.drake The ID that identifies the user on Google
apple_app_store jimmy.drake The ID that identifies the user on apple's app store

player_login event

Trigger this event when a player logs-in to the app.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
user_registered true Indicates whether the user joined as a guest or registered user.
wallet_balance 100000 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet hold actual currency or game currency.

player_logout (leave app) event

Trigger this event when a player logs-out of the app.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
user_registered true Indicates whether the user joined as a guest or registered user.
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet hold actual currency or game currency.

claim_bonus event

Trigger this event when a player claims a gift bonus.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
user_registered true Indicates whether the user joined as a guest or registered user.
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
claim_location lobby Where in the UI was the bonus collected by the user.
bonus_amount 1000 The amount of the bonus.
bonus_currency USD The currency of the bonus that was collected.
bonus_origin device notification The way the user got informed of the bonus

tutorial_action event

Trigger this event when a player interacts with the in-app tutorial. Interactions can be opening, interacting inside, advancing and closing the tutorial.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
tutorial_id 14 The unique ID of the tutorial in the app.
tutorial_name All you need to know to play "poker devil"! The name describing the tutorial.
tutorial_action open The actions a user can perform with the tutorial like: opening, interacting inside, advancing and closing the tutorial.

update_profile event

Trigger this event when a player makes changes to her profile like adding a picture, changing name etc.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
name_change PokerBonkers The name the user changed to.
picture_url www.PokerD.com/p/pro/153.png The URL of the image that that user changed to.

cashier_action event

Trigger this event when a player interacts with screens related to the cashier.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
screen_id 12 The unique ID that identifies the screen
screen_name cashier tab The amount the user deposits.
screen_element special offer: $8.25M! The UI element the user interacted with.
user_action click The action the user performed on the screen element.

player_deposit event

Trigger this event when a player makes a money deposit to buy chips for the game.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
deposit_amount 300 The amount the user deposits.
deposit_currency USD The currency of the user deposit.

player_cashout event

Trigger this event when a player is withdrawing money from her account.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
cashout_amount 300 The amount the user deposits.
cashout_currency USD The currency of the user deposit.

promotion_reaction event

Trigger this event when a player is interacting with the different in-app promotions like for buying extra chips.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
promotion_id 214 The unique ID of the promotion in the app.
promotion_name Mega summer tournament The name describing the promotion.
promotion_action open The action the user performed when seeing the promotion like: close, accept etc.
promotion_cost 99 The amount of money the promotion costs
promotion_cost_currency USD The currency of amount of money the promotion costs
promotion_reward 1000 The amount received in the promotion
promotion_currency chips The currency of the amount received in the promotion

side_game_reaction event

Trigger this event when a player is clicking an in-app promotion game. Poker apps often offer additional games a user can play to collect bonuses or chips she can use in the main poker game. Examples: side games, jackpot, etc.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
side_game_id 9 The unique ID of the side game in the app.
side_game_name Slot and win a-lot! The name describing the side game.
wallet_balance 103010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
side_game_action open The action the user performed when seeing the side_game, like: close, play etc.
amount_won 5500 The amount won in the side game
amount_currency USD The currency won in the side game.

popup_reaction event

Trigger this event when a player is interacting with the different popups presented to her in the game. This event is meant for "administrative" popups like requests to up-vote the app or system notifications. For promotional popups

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
popup_id 9 The unique ID of the popup in the app.
popup _name Are you enjoying the game? The name describing the popup.
popup _action Yes! The action the user performed when seeing the popup, like: "cancel", "OK", "Yes!" etc.

in-app_purchase event

Trigger this event when a player is making an in-app purchase like for buying chips, gold etc.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
purchase_id 1448964 The unique ID of the purchase in the app.
purchase_name Buy chips The name describing the purchase.
purchase_cost 99 The amount of money the purchase costs.
purchase_cost_currency USD The currency of amount of money the purchase costs
goods_amount 1000 The amount received in the purchase.
goods_type chips The type of the goods received in the purchase

rate_app event

Trigger this event when a player is rating the app.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app.
user_rating 5/5 The rating the user gave the app
rating_platform Google Play The platform the user left the rating on.

refer_friend event

Trigger this event when a player is referring a new player to download/play the app.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app.
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
promo_code_id #YC451A The promo code sent by the user.
referring_channel Fecebook The channel used to refer a new user, like: Facebook, email, text to another app etc.
friend_referred jane.wake The external ID of the friend being referred.

redeem_promo_code event

Trigger this event when a player redeems a promo code. Poker apps try to attract new players by offering them bonuses as an additional amount of money/chips for making specific actions in the game like signing-up or depositing money.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the referred user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app.
wallet_balance 1000 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
promo_code_id #2XA459 The promo code redeemed by the user.
promo_reward_amount 1000 The amount of the reward given for redeeming the promo code.
promo_reward_currency USD The currency of the reward amount given for redeeming the promo code.
referring_user 1494380 The internal unique user id that identifies the user that sent the referring invitation.

send_gift event

Trigger this event when a player sends a gift to another user. Poker apps try to motivate players to play games by allowing them to interact with friends by means of mutually sending and receiving gifts that can be used to place bets in a poker game.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user sending the gift.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app.
wallet_balance 1000 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
gift_id 1563478 The unique ID of the gift being send
gift_name Happy Holidays 2021! The name describing the gift sent.
receving_user_id 6c84fb90-12c4-11e1-840d-7b25c5dd453a The user that receives the gift.
gift_amount 1000 The gift's reward amount.
gift_currency USD The gift's reward currency.

get_gift event

Trigger this event when a player gets a gift from another user. Poker apps try to motivate players to play games by allowing them to interact with friends by means of mutually sending and receiving gifts that can be used to place bets in a poker game.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5dd453a The internal unique user id that identifies the user getting the gift.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app.
wallet_balance 1000 The amount of credit the user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
gift_id 1563478 The unique ID of the gift being received.
gift_name Happy Holidays 2021! The name describing the gift sent.
receving_user_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that receives the gift.
gift_amount 1000 The gift's reward amount.
gift_currency USD The gift's reward currency.

social_share event

Trigger this event when a player shares information about your app on social media like Twitter, Facebook etc.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5dd453a The internal unique user id that identifies the user sharring.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app.
wallet_balance 1000 The amount of credit the user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
share_channel Facebook The channel user to share.

During the game

started_game event

Trigger this event when a player joins a poker table. Poker tables can differ in their number of player, stakes amount, buy-in amount, game time-to-act etc.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user joining the game.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

betting_round_pre-flop event

Trigger this event when a player is performing an action during the pre-flop betting round. Examples for actions: call, check, fold, and raise.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount1500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_max_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
betting_actionraiseThe action the user takes in the betting round, like: fold, call, raise, check
betting_amount600The mount the user bets.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

betting_round_flop event

Trigger this event when a player is performing an action during the flop betting round. Examples for actions: call, check, fold & raise.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount1500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_max_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
betting_actionraiseThe action the user takes in the betting round, like: fold, call, raise, check
betting_amount600The mount the user bets.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

betting_round_turn event

Trigger this event when a player is performing an action during the turn betting round. Examples for actions: call, check, fold & raise.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount1500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_max_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
betting_actionraiseThe action the user takes in the betting round, like: fold, call, raise, check
betting_amount600The mount the user bets.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

betting_round_river event

Trigger this event when a player is performing an action during the river betting rounds. Examples for actions: call, check, fold & raise.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount1500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_max_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
betting_actionraiseThe action the user takes in the betting round, like: fold, call, raise, check
betting_amount600The mount the user bets.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

betting_round_outcome event

Trigger this event to record the outcome of one of the 4 betting rounds: pre-flop, flop, turn & river.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount1500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_max_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
betting_roundflopThe outcome of which round is this one? pre-flop, flop, turn, river?
betting_amount600The mount the user bets.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

showdown event

Trigger this event, for each player, at the end of the betting hand to record its outcome.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
winning_amount1000The amount the user won in this showdown.
split_pottrueIndicates whether the pot was split because two or more players had hands of equal value.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

tip_dealer event

Trigger this event when a player tips the dealer.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
roundturnThe current out of four poker game rounds: preflop, flop, turn & river.
tipping_amount100The tip amount the user gave to the dealer.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

stand_up event

Trigger this event when a player stands up at the table. The player is still viewing the game but is not actively participating.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
roundturnThe current out of four poker game rounds: preflop, flop, turn & river.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

change_table event

Trigger this event when a player leaves the table to another table. Sometimes a table just doesn't "feel right" or maybe a player is invited to a different table by their buddy so replacing tables is a common thing.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

user_comment event

Trigger this event when a player writes comments to the players in the table during the game.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
roundturnThe current out of four poker game rounds: preflop, flop, turn & river.
commentWell played!Comments the user can send to the players in the table during the game.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

user_chat event

Trigger this event when a player chats with other players during the game.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
roundturnThe current out of four poker game rounds: preflop, flop, turn & river.
chat_msgI didn't see that one coming! The message the user can send to another user during the game.
receving_chat_user6c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user receiving the chat message.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

leave_game (to lobby) event

Trigger this event when a player leaves the table. The player goes out to the "lobby" so she still stays in the app.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
roundturnThe current out of four poker game rounds: preflop, flop, turn & river.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

invite_to_table event

Trigger this event when a player invites a friend to play at a specific table.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b25c5dd453aThe internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
invited_user6c84fb90-12c4-11e1-840d-7b23513ae4The user invited to the table.
sitting_at_table9The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

be_invited_to_table event

Trigger this event when a player is invited to play a game at a specific table.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b23513ae4The internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
pot_amount3500The amount of money in the pot.
pot_currencyUSDThe table's betting currency.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
hole_card_1C2The first of two hole cards only the player can see.
hole_card_2HKThe second of two hole cards only the player can see.
community_card_1D3The card dealt face up on the table, which every player must use.
community_card_2H10The card dealt face up on the table, which every player must use.
community_card_3D10The card dealt face up on the table, which every player must use.
community_card_4SJThe card dealt face up on the table, which every player must use.
community_card_5SKThe card dealt face up on the table, which every player must use.
inviting_user6c84fb90-12c4-11e1-840d-7b25c5dd453aThe user invited to the table.
sitting_at_table8The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_86c84fb90-12c4-11e1-840d-7b25c5dd454cThe internal unique user id that identifies the user sitting at the table at time of joining the game.

join_event event

Trigger this event when a player joins an event like a poker tournament.

PropertyExample ValueDescription
user_alternative_id6c84fb90-12c4-11e1-840d-7b23513ae4The internal unique user id that identifies the user putting out a blind.
app_id248290532The internal unique app id that identifies the app.
app_namepoker devilThe name of the app.
wallet_balance1000The amount of credit the user owns.
wallet_currencyUSDIndicates the wallet balance and whether the wallet holds actual currency or game currency.
user_table_position4The user's position at the table
table_id4352The unique user id that identifies the poker table the user is joining.
game_typeTexas Hold 'emOne of the existing types of poker games.
game_variantcashOne of the game variants: cash, tournament-s'n'g, tournament-freeze-out, tournament-re-buy, tournament-satellite, tournament-freeroll.
stakes_min100The amount of the small blind at the start of each round.
stakes_max200The amount of the small blind at the start of each round
buy-in_min_val2000The buy-in is the (lower limit) amount that a player must pay to enter a game.
buy-in_ma_val40000The buy-in is the (upper limit) amount that a player must pay to enter a game.
buy-in_at_maxtrueWhen joining a table, buy-in at maximal possible amount.
auto_re-buytrueAutomatically buy into game once user is bust-out.
time_to_actnormalThe amount of time a user has for taking action in each round of betting.
player_count9The maximal number of players allowed at the table.
dealer_button_pos5The position where the dealer sits.
sitting_at_table8The actual number of users currently playing at the table.
table_user_id_16c84fb90-12c4-11e1-840d-7b25c5dd453bThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_26c84fb90-12c4-11e1-840d-7b25c5dd453cThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_36c84fb90-12c4-11e1-840d-7b25c5dd453dThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_46c84fb90-12c4-11e1-840d-7b25c5dd453eThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_56c84fb90-12c4-11e1-840d-7b25c5dd453fThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_66c84fb90-12c4-11e1-840d-7b25c5dd454aThe internal unique user id that identifies the user sitting at the table at time of joining the game.
table_user_id_76c84fb90-12c4-11e1-840d-7b25c5dd454bThe internal unique user id that identifies the user sitting at the table at time of joining the game.

General

ui_interaction event

Trigger this event when you want to capture a player interaction with the UI. This event is built to be a generic way to log any ui interaction that has no custom event dedicated to it.

Property Example Value Description
user_alternative_id 6c84fb90-12c4-11e1-840d-7b25c5ee775a The internal unique user id that identifies the user in the app.
app_id 248290532 The internal unique app id that identifies the app.
app_name poker devil The name of the app
wallet_balance 102010 The amount of credit a user owns.
wallet_currency USD Indicates the wallet balance and whether the wallet holds actual currency or game currency.
screen_id 1 The unique ID that identifies the screen
screen_name lobby The name of the screen the user has interaction with.
screen_element_type banner The type of the screen element, like: banner, pop-up, tab etc.
screen_element Join your buddy's game! The UI element the user interacted with.
user_action accept The action the user performed on the screen element.