data class SxAdVerification
Instances contains the executable and bootstrapping data required to run the measurement code for a single verification vendor.
SxJavaScriptResource |
data class SxJavaScriptResource |
SxTracking |
data class SxTracking |
SxTrackingItem |
data class SxTrackingItem |
<init> |
Instances contains the executable and bootstrapping data required to run the measurement code for a single verification vendor. SxAdVerification(vendor: String? = null, verificationParameters: String? = null, javascriptResource: SxJavaScriptResource? = null, tracking: SxTracking? = null) |
javascriptResource |
val javascriptResource: SxJavaScriptResource? |
tracking |
val tracking: SxTracking? |
vendor |
String? An identifier for the verification vendor. val vendor: String? |
verificationParameters |
String? Information intended for bootstrapping the verification code and providing metadata about the current impression. The format of the string is up to the individual vendor. val verificationParameters: String? |