Enum RoadblockingTypeEnum.Types.RoadblockingType
Describes the roadblocking types.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum RoadblockingTypeEnum.Types.RoadblockingType
Fields
| Name | Description |
|---|---|
| AllRoadblock | All or none of the creatives from a line item will serve. This option will only work if served to a GPT tag using SRA (single request architecture mode). |
| AsManyAsPossible | As many creatives from a line item as can fit on a page will serve. This could mean anywhere from one to all of a line item's creatives given the size constraints of ad slots on a page. |
| CreativeSet | A master/companion creative set roadblocking type. A [CreativePlaceholder][google.ads.admanager.v1.CreativePlaceholder] must be set accordingly. |
| OneOrMore | Any number of creatives from a line item can serve together at a time. |
| OnlyOne | Only one creative from a line item can serve at a time. |
| Unspecified | Default value. This value is unused. |