[[["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\u003eCreativeRotationType determines the strategy for displaying multiple creatives associated with a LineItem.\u003c/p\u003e\n"],["\u003cp\u003eThis type offers four options: EVEN, OPTIMIZED, MANUAL, and SEQUENTIAL, each with a distinct delivery approach.\u003c/p\u003e\n"],["\u003cp\u003eEVEN distributes creatives equally, OPTIMIZED favors high-performing creatives, MANUAL uses assigned weights, and SEQUENTIAL follows a strict order.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for CreativeRotationType is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `CreativeRotationType` defines how multiple creatives associated with a line item are displayed. The `EVEN` strategy displays creatives equally. `OPTIMIZED` serves them based on performance. `MANUAL` serves creatives according to set weights via `LineItemCreativeAssociation`. `SEQUENTIAL` displays creatives in a specific order, also set through `LineItemCreativeAssociation`. This information is within the namespace `https://www.google.com/apis/ads/publisher/v202408` and is a dependency of `LineItemTemplate`.\n"],null,["# enum CreativeRotationType (v202408)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202408/ForecastService.CreativeRotationType) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.CreativeRotationType) **LineItemTemplateService** **Dependencies** \n[LineItemTemplate](/ad-manager/api/reference/v202408/LineItemTemplateService.LineItemTemplate) \n▼\n**CreativeRotationType**\n\nThe strategy to use for displaying multiple [Creative](/ad-manager/api/reference/v202408/CreativeService.Creative) objects that are\nassociated with a [LineItem](/ad-manager/api/reference/v202408/ForecastService.LineItem).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\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/v202408/LineItemCreativeAssociationService.LineItemCreativeAssociation). |\n| `SEQUENTIAL` | Creatives are served exactly in sequential order, aka Storyboarding. Set on the [LineItemCreativeAssociation](/ad-manager/api/reference/v202408/LineItemCreativeAssociationService.LineItemCreativeAssociation). |"]]