AI-generated Key Takeaways
-
OMID for Web provides access modes (Limited, Domain, Full) that control verification script access to the creative and publisher page.
-
OMID verification vendors (Comscore, DoubleVerify, Google, etc.) are identified and listed alphabetically, with 'Other' as the default for unmatched script URLs.
-
daiSettings
represents a non-nullDaiSdkSettings
singleton instance, offering configuration for Dynamic Ad Insertion. -
Both
OmidAccessMode
andOmidVerificationVendor
are constants represented as string and number types, respectively.
Globals
Enumerations
OmidAccessMode
string
Available access modes for OMID for Web, which control how much the verification script can access.
Value |
|
---|---|
LIMITED |
The verification script is sandboxed and cannot access the creative or publisher page, and cannot directly confirm what publisher domain it is on. |
DOMAIN |
No longer supported. Access mode rules selecting DOMAIN are ignored and default to LIMITED. |
FULL |
The verification script has direct access to the creative and the publisher page. |
OmidVerificationVendor
number
Identifies an OMID verification vendor. Vendors are listed in alphabetical order.
Value |
|
---|---|
COMSCORE |
|
DOUBLEVERIFY |
|
|
|
INTEGRAL_AD_SCIENCE |
|
MEETRICS |
|
MOAT |
|
NIELSEN |
|
PIXELATE |
|
OTHER |
The default vendor to use when the script URL doesn't match any other vendor. |
Properties
OmidAccessMode
string
Available access modes for OMID for Web, which control how much the verification script can access.
Value |
|
---|---|
LIMITED |
The verification script is sandboxed and cannot access the creative or publisher page, and cannot directly confirm what publisher domain it is on. |
DOMAIN |
No longer supported. Access mode rules selecting DOMAIN are ignored and default to LIMITED. |
FULL |
The verification script has direct access to the creative and the publisher page. |
OmidVerificationVendor
number
Identifies an OMID verification vendor. Vendors are listed in alphabetical order.
Value |
|
---|---|
COMSCORE |
|
DOUBLEVERIFY |
|
|
|
INTEGRAL_AD_SCIENCE |
|
MEETRICS |
|
MOAT |
|
NIELSEN |
|
PIXELATE |
|
OTHER |
The default vendor to use when the script URL doesn't match any other vendor. |
daiSettings
non-null DaiSdkSettings
The global singleton settings instance.