roadblockingType property

String? roadblockingType
getter/setter pair

Specifies the roadblocking type in display creatives.

Output only. Possible string values are:

  • "ROADBLOCKING_TYPE_UNSPECIFIED" : A placeholder for an unspecified roadblocking type.
  • "ONLY_ONE" : Only one creative from a deal can serve per ad request. https://support.google.com/admanager/answer/177277.
  • "ONE_OR_MORE" : Any number of creatives from a deal can serve together per ad request.
  • "AS_MANY_AS_POSSIBLE" : As many creatives from a deal as can fit on a page will serve. This could mean anywhere from one to all of a deal's creatives given the size constraints of ad slots on a page.
  • "ALL_ROADBLOCK" : All or none of the creatives from a deal will serve.
  • "CREATIVE_SET" : A main/companion creative set roadblocking type.

Implementation

core.String? roadblockingType;