[[["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\u003e\u003ccode\u003eCreativeRotationType\u003c/code\u003e determines how multiple creatives are displayed within a Line Item.\u003c/p\u003e\n"],["\u003cp\u003eOptions include even rotation, performance-optimized rotation, manual weighting, and sequential display.\u003c/p\u003e\n"],["\u003cp\u003eCreatives can be served based on even distribution, performance, assigned weights, or a specific order.\u003c/p\u003e\n"],["\u003cp\u003eThis setting impacts how different creatives associated with a line item are shown to the audience.\u003c/p\u003e\n"]]],["The `CreativeRotationType` defines how multiple creatives associated with a line item are displayed. `EVEN` shows creatives equally. `OPTIMIZED` serves creatives based on performance. `MANUAL` uses weights set on `LineItemCreativeAssociation` to determine the display frequency. `SEQUENTIAL` displays creatives in a specific order, also known as storyboarding, set on `LineItemCreativeAssociation`. The service related to the information is `ForecastService`, `LineItemService` and `LineItemTemplateService`.\n"],null,["# enum CreativeRotationType (v202411)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202411/ForecastService.CreativeRotationType) **LineItemService** [LineItemTemplateService](/ad-manager/api/reference/v202411/LineItemTemplateService.CreativeRotationType) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202411/LineItemService.LineItemSummary) \n▼\n**CreativeRotationType**\n\nThe strategy to use for displaying multiple [Creative](/ad-manager/api/reference/v202411/CreativeService.Creative) objects that are\nassociated with a [LineItem](/ad-manager/api/reference/v202411/LineItemService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `EVEN` | Creatives are displayed roughly the same number of times over the duration of the line item. |\n| `OPTIMIZED` | Creatives are served roughly proportionally to their performance. |\n| `MANUAL` | Creatives are served roughly proportionally to their weights, set on the [LineItemCreativeAssociation](/ad-manager/api/reference/v202411/LineItemCreativeAssociationService.LineItemCreativeAssociation). |\n| `SEQUENTIAL` | Creatives are served exactly in sequential order, aka Storyboarding. Set on the [LineItemCreativeAssociation](/ad-manager/api/reference/v202411/LineItemCreativeAssociationService.LineItemCreativeAssociation). |"]]