creativeRotationType property

String? creativeRotationType
getter/setter pair

Specifies strategy to use for selecting a creative when multiple creatives of the same size are available.

Output only. Possible string values are:

  • "CREATIVE_ROTATION_TYPE_UNSPECIFIED" : Creatives are displayed roughly the same number of times over the duration of the deal.
  • "ROTATION_EVEN" : Creatives are displayed roughly the same number of times over the duration of the deal.
  • "ROTATION_OPTIMIZED" : Creatives are served roughly proportionally to their performance.
  • "ROTATION_MANUAL" : Creatives are served roughly proportionally to their weights.
  • "ROTATION_SEQUENTIAL" : Creatives are served exactly in sequential order, also known as Storyboarding.

Implementation

core.String? creativeRotationType;