type property

String? type
getter/setter pair

Type of creative rotation.

Can be used to specify whether to use sequential or random rotation. Possible string values are:

  • "CREATIVE_ROTATION_TYPE_SEQUENTIAL" : The weights of each creative in the rotation should be sequential starting at 1. The user may adjust the order.
  • "CREATIVE_ROTATION_TYPE_RANDOM" : The weights are calculated according to the ad's CreativeRoationWeightStrategy.

Implementation

core.String? type;