ProductViewed

The player looked at a product’s description, or viewed an item. This is designed to capture a player’s interest.

Name
Type
Select
Backend name
Description

viewedProductID

string

Required

viewed_product_id

The internal ID of the viewed product. The product/IAP that's being viewed by the player. viewed_product_id should be the store bundle id, such as com.vottzapps.wordle.starterpack1.

viewedProductName

string

Required

viewed_product_name

The name of the viewed product. The product/IAP that's being viewed by the player. viewed_product_name should be the display name of the package, e.g., Starter Pack.

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

LionAnalytics.ProductViewed("Promo_Pack_01", "CoinPack");

Last updated