withVerificationScript
Add a verification/validation script to each ad session.
Return
This config object for the chaining of method calls.
Parameters
url
The URL for the validation script.
See also
Throws
If the URL is malformed.
open fun withVerificationScript(vendor: String, url: String, params: String): OpenMeasurementTracker.Config
Add a verification/validation script to each ad session.
Return
This config object for the chaining of method calls.
Parameters
vendor
The vendor key.
url
The URL for the validation script.
params
The verification parameters as a string.
See also
Throws
If the URL is malformed.