data class InterstitialMacro(val name: String, val values: List<String>)
Represents a macro in interstitial tracking URLs that can be replaced with custom values.
| Name | Summary |
|---|
| name | val name: String The macro name without brackets (e.g., CUSTOM_VALUE for the macro [CUSTOM_VALUE]). |
| values | val values: List<String> Values collected by the player for this macro. Empty if the player does not provide any values. |