ShopEntered

The player accessed the shop.

Name
Type
Select
Backend name
Description

shopName

string

Required

shop_name

This should be the name of the shop accessed.

shopID

string

Optional

shop_id

This should be the internal ID of the shop accessed.

shopType

string

Optional

shop_type

This 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.

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

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

Last updated