Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202305.BreakTemplate Class Reference

A BreakTemplate defines what kinds of ads show at which positions within a pod. More...

Properties

long id [get, set]
 The unique ID of the BreakTemplate. This value is readonly and is assigned by Google. More...
 
bool idSpecified [get, set]
 
bool customTemplate [get, set]
 Whether this is custom template. Custom templates get created outside of the ad rule workflow and can be referenced in ad tags. More...
 
bool customTemplateSpecified [get, set]
 
string name [get, set]
 Name of the BreakTemplate. 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 BreakTemplateDto. This value is optional if More...
 
BreakTemplateBreakTemplateMember[] breakTemplateMembers [get, set]
 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. More...
 

Detailed Description

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.

Property Documentation

BreakTemplateBreakTemplateMember [] Google.Api.Ads.AdManager.v202305.BreakTemplate.breakTemplateMembers
getset

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.v202305.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.v202305.BreakTemplate.customTemplateSpecified
getset

true, if a value is specified for customTemplate, false otherwise.

string Google.Api.Ads.AdManager.v202305.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.v202305.BreakTemplate.id
getset

The unique ID of the BreakTemplate. This value is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202305.BreakTemplate.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202305.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: