AI-generated Key Takeaways
-
CreativeRotationType defines strategies for displaying multiple Creative objects associated with a LineItem.
-
Available CreativeRotationType strategies include EVEN, OPTIMIZED, MANUAL, and SEQUENTIAL.
-
Each strategy dictates how frequently and in what order creatives are shown, based on factors like performance or predefined weights.
The strategy to use for displaying multiple Creative objects that are associated with a LineItem.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
EVEN
|
Creatives are displayed roughly the same number of times over the duration of the line item. |
OPTIMIZED
|
Creatives are served roughly proportionally to their performance. |
MANUAL
|
Creatives are served roughly proportionally to their weights, set on the LineItemCreativeAssociation. |
SEQUENTIAL
|
Creatives are served exactly in sequential order, aka Storyboarding. Set on the LineItemCreativeAssociation. |