InterstitialMacro

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

InterstitialMacroconstructor(name: String, values: List<String>)

Properties

NameSummary
nameval name: String
The macro name without brackets (e.g., CUSTOM_VALUE for the macro [CUSTOM_VALUE]).
valuesval values: List<String>
Values collected by the player for this macro. Empty if the player does not provide any values.