AdVerification

data class AdVerification(val verificationResources: List<VerificationResource>, val verificationParameters: String? = null, val vendorKey: String? = null)

Represents information about the ads verification provider which will be supplied to the Open Measurement SDK Ad Session.

Constructors

Link copied to clipboard
constructor(verificationResources: List<VerificationResource>, verificationParameters: String? = null, vendorKey: String? = null)

Properties

Link copied to clipboard
val vendorKey: String? = null

The unique identifier of the verification provider.

Link copied to clipboard

The parameters which the verification provider script is expecting for the Ad Session.