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

Represents the template that populates the fields of a new line item being created. More...

Properties

long id [get, set]
 Uniquely identifies the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 The name of the More...
 
bool isDefault [get, set]
 Whether or not the More...
 
bool isDefaultSpecified [get, set]
 
string lineItemName [get, set]
 The default name of a new More...
 
bool enabledForSameAdvertiserException [get, set]
 The default value for the LineItem::enabledForSameAdvertiserException field of a new More...
 
bool enabledForSameAdvertiserExceptionSpecified [get, set]
 
string notes [get, set]
 The default notes for a new More...
 
LineItemType lineItemType [get, set]
 The default type of a new More...
 
bool lineItemTypeSpecified [get, set]
 
DeliveryRateType deliveryRateType [get, set]
 The default delivery strategy for a new More...
 
bool deliveryRateTypeSpecified [get, set]
 
RoadblockingType roadblockingType [get, set]
 The default roadblocking strategy for a new More...
 
bool roadblockingTypeSpecified [get, set]
 
CreativeRotationType creativeRotationType [get, set]
 The default creative rotation strategy for a new More...
 
bool creativeRotationTypeSpecified [get, set]
 

Detailed Description

Represents the template that populates the fields of a new line item being created.

Property Documentation

CreativeRotationType Google.Api.Ads.AdManager.v202305.LineItemTemplate.creativeRotationType
getset

The default creative rotation strategy for a new

LineItem. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.LineItemTemplate.creativeRotationTypeSpecified
getset

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

DeliveryRateType Google.Api.Ads.AdManager.v202305.LineItemTemplate.deliveryRateType
getset

The default delivery strategy for a new

LineItem. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.LineItemTemplate.deliveryRateTypeSpecified
getset

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

bool Google.Api.Ads.AdManager.v202305.LineItemTemplate.enabledForSameAdvertiserException
getset

The default value for the LineItem::enabledForSameAdvertiserException field of a new

LineItem. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.LineItemTemplate.enabledForSameAdvertiserExceptionSpecified
getset

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

long Google.Api.Ads.AdManager.v202305.LineItemTemplate.id
getset

Uniquely identifies the

LineItemTemplate. This attribute is read-only and is assigned by Google when a template is created.

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

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

bool Google.Api.Ads.AdManager.v202305.LineItemTemplate.isDefault
getset

Whether or not the

LineItemTemplate represents the default choices for creating a LineItem. Only one default is allowed per Network. This attribute is readonly.

bool Google.Api.Ads.AdManager.v202305.LineItemTemplate.isDefaultSpecified
getset

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

string Google.Api.Ads.AdManager.v202305.LineItemTemplate.lineItemName
getset

The default name of a new

. This attribute is optional and has a maximum length of 127 characters.

LineItemType Google.Api.Ads.AdManager.v202305.LineItemTemplate.lineItemType
getset

The default type of a new

LineItem. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.LineItemTemplate.lineItemTypeSpecified
getset

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

string Google.Api.Ads.AdManager.v202305.LineItemTemplate.name
getset

The name of the

LineItemTemplate. This attribute is required.

string Google.Api.Ads.AdManager.v202305.LineItemTemplate.notes
getset

The default notes for a new

. This attribute is optional and has a maximum length of 65,535 characters.

RoadblockingType Google.Api.Ads.AdManager.v202305.LineItemTemplate.roadblockingType
getset

The default roadblocking strategy for a new

LineItem. This attribute is required.

bool Google.Api.Ads.AdManager.v202305.LineItemTemplate.roadblockingTypeSpecified
getset

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


The documentation for this class was generated from the following file: