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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["`RoadblockingType` outlines how creatives from a line item are displayed together on a page."],["There are five distinct roadblocking types, namely `ONLY_ONE`, `ONE_OR_MORE`, `AS_MANY_AS_POSSIBLE`, `ALL_ROADBLOCK`, and `CREATIVE_SET`, each dictating a specific serving behavior."],["`RoadblockingType` is part of the Google Ad Manager API and is defined within the namespace `https://www.google.com/apis/ads/publisher/v202405`."],["The chosen `RoadblockingType` determines whether a single, multiple, or all creatives from a line item can appear simultaneously, impacting ad serving strategies."],["The `CREATIVE_SET` type is specifically designed for master/companion creative sets, requiring corresponding settings in `LineItem.creativePlaceholders`."]]],["The core content describes the `RoadblockingType` enumeration, detailing how creatives from a line item can serve. It outlines five types: `ONLY_ONE` (one creative at a time), `ONE_OR_MORE` (multiple creatives), `AS_MANY_AS_POSSIBLE` (creatives fitting on a page), `ALL_ROADBLOCK` (all or none served in single request mode), and `CREATIVE_SET` (master/companion set). This enumeration is used by `ForecastService`, `LineItemService`, `LineItemTemplateService`, and `ProposalLineItemService`.\n"]]