UALPageView

data class UALPageView(val name: String, val payload: Map<String, String>)

Represents a page view event in the prepurchase discovery flow.

Parameters

name

The name of the page being viewed (e.g., Home, Artist Details Page, Venue Details Page).

payload

A map of key-value pairs containing additional details about the page view event.

Constructors

Link copied to clipboard
constructor(name: String, payload: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard