Namespace CompanionAdSelectionSettings

  • CreativeType specifies available choices for the creative type of a companion ad, including ALL, FLASH, and IMAGE.

  • ResourceType specifies available choices for the resource type of a companion ad, such as ALL, HTML, IFRAME, and STATIC.

  • SizeCriteria specifies available choices for size selection criteria for companion ads, including IGNORE, SELECT_EXACT_MATCH, SELECT_FLUID, and SELECT_NEAR_MATCH.


Enumerations
CreativeType
Available choices for creative type of a companion ad.
ResourceType
Available choices for resource type of a companion ad.
SizeCriteria
Available choices for size selection criteria.

Enumerations


CreativeType

CreativeType
Available choices for creative type of a companion ad. The user can specify any of these choices as a criterion for selecting companion ads.
Enumeration Members
ALL
Specifies all creative types.
FLASH
Specifies Flash creatives.
IMAGE
Specifies image creatives (such as JPEG, PNG, GIF, etc).

ResourceType

ResourceType
Available choices for resource type of a companion ad. The user can specify any of these choices as a criterion for selecting companion ads.
Enumeration Members
ALL
Specifies that the resource can be any type of resource.
HTML
Specifies that the resource should be an HTML snippet.
IFRAME
Specifies that the resource should be a URL that should be used as the source of an iframe.
STATIC
Specifies that the resource should be a static file (usually the URL of an image of SWF).

SizeCriteria

SizeCriteria
Available choices for size selection criteria. The user can specify any of these choices for selecting companion ads.
Enumeration Members
IGNORE
Specifies that size should be ignored when choosing companions.
SELECT_EXACT_MATCH
Specifies that only companions that match the size of the companion ad slot exactly should be chosen.
SELECT_FLUID
Specifies that only special size, 'fluid', companions should be chosen.
SELECT_NEAR_MATCH
Specifies that any companion close to the size of the companion ad slot should be chosen.