PageView

A PageView event. This event has been designed for web trackers, and is not suitable for mobile apps.

Parameters

pageUrl

The page URL.

Constructors

Link copied to clipboard
constructor(pageUrl: String)

Functions

Link copied to clipboard

Adds a list of context entities to the existing ones.

Link copied to clipboard

Adds a list of context entities to the existing ones.

Link copied to clipboard
fun pageTitle(pageTitle: String?): PageView

Page title.

Link copied to clipboard
fun referrer(referrer: String?): PageView

Page referrer URL.

Link copied to clipboard
fun trueTimestamp(trueTimestamp: Long?): AbstractEvent

Set the custom timestamp of the event.

Properties

Link copied to clipboard
open override var contexts: List<SelfDescribingJson>
Link copied to clipboard
open override val dataPayload: Map<String, Any?>

The payload for the event.

Link copied to clipboard
Link copied to clipboard

Used for events whose properties are added as entities, e.g. Ecommerce events

Link copied to clipboard
open override val name: String
Link copied to clipboard
open override var trueTimestamp: Long?