EcommerceScreenEntity

data class EcommerceScreenEntity @JvmOverloads constructor(var type: String, var language: String? = null, var locale: String? = null)

Add ecommerce Screen/Page details. It is designed to help with grouping insights by screen/page type, e.g. Product description, Product list, Home.

Constructors

Link copied to clipboard
constructor(type: String, language: String? = null, locale: String? = null)

Properties

Link copied to clipboard

The language that the screen is based in.

Link copied to clipboard

The locale version of the app that is running.

Link copied to clipboard

The type of screen that was visited, e.g. homepage, product details, cart, checkout, etc. Entity schema: iglu:com.snowplowanalytics.snowplow.ecommerce/page/jsonschema/1-0-0