|
| long | lineItemId [get, set] |
| | The ID of the LineItem to which the Creative should be associated. This attribute is required. More...
|
| |
| bool | lineItemIdSpecified [get, set] |
| |
| long | creativeId [get, set] |
| | The ID of the Creative being associated with a LineItem. More...
|
| |
| bool | creativeIdSpecified [get, set] |
| |
| long | creativeSetId [get, set] |
| | The ID of the CreativeSet being associated with a LineItem. This attribute is required if this is an association between a line item and a creative set. More...
|
| |
| bool | creativeSetIdSpecified [get, set] |
| |
| double | manualCreativeRotationWeight [get, set] |
| | The weight of the Creative. This value is only used if the line item's More...
|
| |
| bool | manualCreativeRotationWeightSpecified [get, set] |
| |
| int | sequentialCreativeRotationIndex [get, set] |
| | The sequential rotation index of the Creative. This value is used only if the associated line item's LineItem::creativeRotationType is set to CreativeRotationType::SEQUENTIAL. This attribute is optional and defaults to 1. More...
|
| |
| bool | sequentialCreativeRotationIndexSpecified [get, set] |
| |
| DateTime | startDateTime [get, set] |
| | Overrides the value set for LineItem::startDateTime. This value is optional and is only valid for Ad Manager 360 networks. If unset, the LineItem::startDateTime will be used. More...
|
| |
| StartDateTimeType | startDateTimeType [get, set] |
| | Specifies whether to start serving to the More...
|
| |
| bool | startDateTimeTypeSpecified [get, set] |
| |
| DateTime | endDateTime [get, set] |
| | Overrides LineItem::endDateTime. This value is optional and is only valid for Ad Manager 360 networks. If unset, the LineItem::endDateTime will be used. More...
|
| |
| string | destinationUrl [get, set] |
| | Overrides the value set for HasDestinationUrlCreative::destinationUrl. This value is optional and is only valid for Ad Manager 360 networks. More...
|
| |
| Size[] | sizes [get, set] |
| | Overrides the value set for Creative::size, which allows the creative to be served to ad units that would otherwise not be compatible for its actual size. This value is optional. More...
|
| |
| LineItemCreativeAssociationStatus | status [get, set] |
| | The status of the association. This attribute is read-only. More...
|
| |
| bool | statusSpecified [get, set] |
| |
| LineItemCreativeAssociationStats | stats [get, set] |
| | Contains trafficking statistics for the association. This attribute is readonly and is populated by Google. This will be More...
|
| |
| DateTime | lastModifiedDateTime [get, set] |
| | The date and time this association was last modified. More...
|
| |
| string | targetingName [get, set] |
| | Specifies CreativeTargeting for this line item creative association. More...
|
| |
A
LineItemCreativeAssociation associates a Creative or CreativeSet with a LineItem so that the creative can be served in ad units targeted by the line item.
| long Google.Api.Ads.AdManager.v202505.LineItemCreativeAssociation.creativeId |
|
getset |
The ID of the Creative being associated with a LineItem.
This attribute is required if this is an association between a line item and a creative.
This attribute is ignored if this is an association between a line item and a creative set.
If this is an association between a line item and a creative, when retrieving the line item creative association, the #creativeId will be the creative's ID.
If this is an association between a line item and a creative set, when retrieving the line item creative association, the #creativeId will be the ID of the CreativeSet::masterCreativeId master creative.