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 2025-08-06 UTC."],[[["\u003cp\u003eRoadblockingType describes how creatives from a line item are displayed together on a page.\u003c/p\u003e\n"],["\u003cp\u003eIt offers five different options: \u003ccode\u003eONLY_ONE\u003c/code\u003e, \u003ccode\u003eONE_OR_MORE\u003c/code\u003e, \u003ccode\u003eAS_MANY_AS_POSSIBLE\u003c/code\u003e, \u003ccode\u003eALL_ROADBLOCK\u003c/code\u003e, and \u003ccode\u003eCREATIVE_SET\u003c/code\u003e, each with specific serving behavior.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eALL_ROADBLOCK\u003c/code\u003e type requires a GPT tag using Single Request Architecture (SRA) for proper functionality.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCREATIVE_SET\u003c/code\u003e roadblocking is used for master/companion creative sets and needs corresponding creative placeholders on the line item.\u003c/p\u003e\n"]]],["The core content describes different roadblocking types within ad serving. `ONLY_ONE` allows only one creative to serve at a time, while `ONE_OR_MORE` permits multiple creatives from a line item to serve concurrently. `AS_MANY_AS_POSSIBLE` serves as many creatives as fit on a page. `ALL_ROADBLOCK` ensures all or none of a line item's creatives serve, requiring SRA. `CREATIVE_SET` enables master/companion creative set roadblocking, necessitating specific `creativePlaceholders`.\n"],null,["# enum RoadblockingType (v202411)\n\n**Service** \n**ForecastService** [LineItemService](/ad-manager/api/reference/v202411/LineItemService.RoadblockingType) [LineItemTemplateService](/ad-manager/api/reference/v202411/LineItemTemplateService.RoadblockingType) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.RoadblockingType) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202411/ForecastService.LineItemSummary) [ProposalLineItem](/ad-manager/api/reference/v202411/ForecastService.ProposalLineItem) \n▼\n**RoadblockingType**\n\nDescribes the roadblocking types.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ONLY_ONE` | Only one creative from a line item can serve at a time. |\n| `ONE_OR_MORE` | Any number of creatives from a line item can serve together at a time. |\n| `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. |\n| `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). |\n| `CREATIVE_SET` | A master/companion [CreativeSet](/ad-manager/api/reference/v202411/CreativeSetService.CreativeSet) roadblocking type. A [LineItem.creativePlaceholders](/ad-manager/api/reference/v202411/ForecastService.LineItem#creativePlaceholders) must be set accordingly. |"]]