AI-generated Key Takeaways
-
OmidAccessMode defines access levels for OMID verification scripts, including LIMITED, DOMAIN (no longer supported), and FULL.
-
OmidVerificationVendor is an enumeration that identifies various OMID verification vendors like COMSCORE, DOUBLEVERIFY, GOOGLE, and others.
-
The daiSettings property provides access to the global singleton instance of DaiSdkSettings.
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.