AdVerification
public protocol AdVerification
Represents information about the ads verification provider which will be supplied to the Open Measurement SDK Ad Session.
-
The unique identifier of the verification provider.
Declaration
Swift
var vendorKey: String? { get } -
The parameters which the verification provider script is expecting for the Ad Session.
Declaration
Swift
var verificationParameter: String? { get } -
The collection of
VerificationResourcesDeclaration
Swift
var verificationResource: [VerificationResource]? { get }