ShopEntered

Introduction

  • Backend Name: shop_entered

  • Description: The player accessed the shop.

  • Event Type: Game

  • Priority: P3

Parameters

NameTypeSelectBackend nameDescription
additionalDataDictionaryOptionaladditional_dataAny additional information
shopIDstringOptionalshop_idThis should be the internal ID of the shop accessed.
shopNamestringRequiredshop_nameThis should be the name of the shop accessed.
shopTypestringOptionalshop_typeThis should be the type of shop accessed. If there are multiple types of shops, such as Weapon, Currency, etc., use the shop_type parameter to differentiate them.

Code example:

LionAnalytics.ShopEntered("ItemShop", "Diamond_Shop_01", "Items");