|
long | id [get, set] |
| The unique ID of the AdSpot. This value is readonly and is assigned by Google. More...
|
|
bool | idSpecified [get, set] |
|
string | name [get, set] |
| Name of the AdSpot. The name is case insenstive and can be referenced in ad tags. This value is required if More...
|
|
string | displayName [get, set] |
| Descriptive name for the AdSpot.This value is optional if More...
|
|
bool | customSpot [get, set] |
| Whether this ad spot is a custom spot. This field is optional and defaults to false. More...
|
|
bool | customSpotSpecified [get, set] |
|
bool | flexible [get, set] |
| Whether this ad spot is a flexible spot. This field is optional and defaults to false. More...
|
|
bool | flexibleSpecified [get, set] |
|
long | maxDurationMillis [get, set] |
| The maximum total duration for this AdSpot. This field is optional, defaults to 0, and supports precision to the nearest second. More...
|
|
bool | maxDurationMillisSpecified [get, set] |
|
int | maxNumberOfAds [get, set] |
| The maximum number of ads allowed in the AdSpot. This field is optional and defaults to O. More...
|
|
bool | maxNumberOfAdsSpecified [get, set] |
|
AdSpotTargetingType | targetingType [get, set] |
| The SubpodTargetingType determines how this ad spot can be targeted. This field is required. More...
|
|
bool | targetingTypeSpecified [get, set] |
|
bool | backfillBlocked [get, set] |
| Whether backfill is blocked in this ad spot. This field is optional and defaults to false. More...
|
|
bool | backfillBlockedSpecified [get, set] |
|
LineItemType[] | allowedLineItemTypes [get, set] |
| The set of line item types that may appear in the ad spot. This field is optional and defaults to an empty set, which means that all types are allowed. More...
|
|
bool | inventorySharingBlocked [get, set] |
| Whether inventory sharing is blocked in this ad spot. This field is optional and defaults to false. More...
|
|
bool | inventorySharingBlockedSpecified [get, set] |
|
A AdSpot is a targetable entity used in the creation of AdRule objects.
A ad spot contains a variable number of ads and has constraints (ad duration, reservation type, etc) on the ads that can appear in it.
string Google.Api.Ads.AdManager.v202311.AdSpot.name |
|
getset |
Name of the AdSpot. The name is case insenstive and can be referenced in ad tags. This value is required if
customSpot
is true, and cannot be set otherwise.
You can use alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ], the white space character.