Enum CreativeRotationTypeEnum.Types.CreativeRotationType
The strategy to use for displaying multiple creatives that are associated with a line item.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum CreativeRotationTypeEnum.Types.CreativeRotationType
Fields
| Name | Description |
|---|---|
| Evenly | Creatives are displayed approximately the same number of times over the duration of the line item. |
| Optimized | Creatives are served approximately proportionally to their performance. |
| Sequential | Creatives are served exactly in sequential order, aka Storyboarding. Set on the LineItemCreativeAssociation. |
| Unspecified | No value specified. |
| Weighted | Creatives are served approximately proportionally to their weights, set on the LineItemCreativeAssociation. |