Namespace: ima

Classes

Enumerations

OmidAccessMode

constant   static

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

The verification script is sandboxed and cannot access the creative or publisher page. However, the script is loaded in such a way that it can directly confirm what publisher domain it is on.

FULL

The verification script has direct access to the creative and the publisher page.

OmidVerificationVendor

constant   static

number

Identifies an OMID verification vendor. Vendors are listed in alphabetical order.

Value

COMSCORE

DOUBLEVERIFY

GOOGLE

INTEGRAL_AD_SCIENCE

MEETRICS

MOAT

NIELSEN

PIXELATE

OTHER

The default vendor to use when the script URL doesn't match any other vendor.

UiElements

constant   static

string

Enum specifying different UI elements that can be configured to be displayed or hidden. These settings may be ignored for AdSense and ADX ads.

Value

AD_ATTRIBUTION

Displays the "Ad" text in the ad UI. Must be present to show the countdown timer.

COUNTDOWN

Ad attribution is required for a countdown timer to be displayed. Both google.ima.UiElements.COUNTDOWN and google.ima.UiElements.AD_ATTRIBUTION must be present in AdsRenderingSettings.uiElements.

ViewMode

constant   static

string

Enum specifying different VPAID view modes for ads.

Value

NORMAL

Normal ad view mode.

FULLSCREEN

Fullscreen ad view mode. Indicates to the ads manager that the publisher considers the current AdDisplayContainer arrangement as fullscreen (for example, simulated fullscreen). This does not cause the ads manager to enter fullscreen.

Deprecated

Properties

OmidAccessMode

constant   static

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

The verification script is sandboxed and cannot access the creative or publisher page. However, the script is loaded in such a way that it can directly confirm what publisher domain it is on.

FULL

The verification script has direct access to the creative and the publisher page.

OmidVerificationVendor

constant   static

number

Identifies an OMID verification vendor. Vendors are listed in alphabetical order.

Value

COMSCORE

DOUBLEVERIFY

GOOGLE

INTEGRAL_AD_SCIENCE

MEETRICS

MOAT

NIELSEN

PIXELATE

OTHER

The default vendor to use when the script URL doesn't match any other vendor.

UiElements

constant   static

string

Enum specifying different UI elements that can be configured to be displayed or hidden. These settings may be ignored for AdSense and ADX ads.

Value

AD_ATTRIBUTION

Displays the "Ad" text in the ad UI. Must be present to show the countdown timer.

COUNTDOWN

Ad attribution is required for a countdown timer to be displayed. Both google.ima.UiElements.COUNTDOWN and google.ima.UiElements.AD_ATTRIBUTION must be present in AdsRenderingSettings.uiElements.

ViewMode

constant   static

string

Enum specifying different VPAID view modes for ads.

Value

NORMAL

Normal ad view mode.

FULLSCREEN

Fullscreen ad view mode. Indicates to the ads manager that the publisher considers the current AdDisplayContainer arrangement as fullscreen (for example, simulated fullscreen). This does not cause the ads manager to enter fullscreen.

Deprecated

settings

constant   static

non-null ImaSdkSettings

The global singleton settings instance.