A BreakTemplate defines what kinds of ads show at which positions within a pod.
More...
A BreakTemplate defines what kinds of ads show at which positions within a pod.
Break templates are made up of AdSpot objects. A break template must have a single ad spot that has AdSpot::flexible
set to true.
The list of the BreakTemplateMember objects in the order in which they should appear in the ad pod. Each BreakTemplateMember has a reference to a AdSpot, which defines what kinds of ads can appear at that position, as well as other metadata that defines how each ad spot should be filled.
bool Google.Api.Ads.AdManager.v202311.BreakTemplate.customTemplate |
|
getset |
Whether this is custom template. Custom templates get created outside of the ad rule workflow and can be referenced in ad tags.
Only custom templates can have names and display names.
bool Google.Api.Ads.AdManager.v202311.BreakTemplate.customTemplateSpecified |
|
getset |
string Google.Api.Ads.AdManager.v202311.BreakTemplate.displayName |
|
getset |
Descriptive name for the BreakTemplateDto. This value is optional if
customTemplate
is true, and cannot be set otherwise.
long Google.Api.Ads.AdManager.v202311.BreakTemplate.id |
|
getset |
bool Google.Api.Ads.AdManager.v202311.BreakTemplate.idSpecified |
|
getset |
true
, if a value is specified for id, false
otherwise.
string Google.Api.Ads.AdManager.v202311.BreakTemplate.name |
|
getset |
Name of the BreakTemplate. The name is case insenstive and can be referenced in ad tags. This value is required if
customTemplate
is true, and cannot be set otherwise.
You can use alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ], the white space character.
The documentation for this class was generated from the following file: