AI-generated Key Takeaways
-
RoadblockingType describes how creatives from a line item are displayed together on a page.
-
It offers five different options:
ONLY_ONE
,ONE_OR_MORE
,AS_MANY_AS_POSSIBLE
,ALL_ROADBLOCK
, andCREATIVE_SET
, each with specific serving behavior. -
The
ALL_ROADBLOCK
type requires a GPT tag using Single Request Architecture (SRA) for proper functionality. -
CREATIVE_SET
roadblocking is used for master/companion creative sets and needs corresponding creative placeholders on the line item.
Describes the roadblocking types.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
ONLY_ONE
|
Only one creative from a line item can serve at a time. |
ONE_OR_MORE
|
Any number of creatives from a line item can serve together at a time. |
AS_MANY_AS_POSSIBLE
|
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. |
ALL_ROADBLOCK
|
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). |
CREATIVE_SET
|
A master/companion CreativeSet roadblocking type. A LineItem.creativePlaceholders must be set accordingly. |