InterstitialMacro

data class InterstitialMacro(val name: String, val values: List<String>)

Represents a macro in interstitial tracking URLs that can be replaced with custom values.

Constructors

Link copied to clipboard
constructor(name: String, values: List<String>)

Properties

Link copied to clipboard

The macro name without brackets (e.g., CUSTOM_VALUE for the macro ``[CUSTOM_VALUE]``).

Link copied to clipboard

Values collected by the player for this macro. Empty if the player does not provide any values.