[[["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\u003eA creative set, uniquely identified by an ID assigned by Google, consists of a master creative and its companion creatives.\u003c/p\u003e\n"],["\u003cp\u003eCreative sets require a name (up to 255 characters), a master creative ID, and companion creative IDs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreativeSetService\u003c/code\u003e allows for creating and updating creative sets, with key properties including \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003emasterCreativeId\u003c/code\u003e, \u003ccode\u003ecompanionCreativeIds\u003c/code\u003e, and \u003ccode\u003elastModifiedDateTime\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `CreativeSetService` manages creative sets, which include a master creative and companion creatives. Key actions include `createCreativeSet()` and `updateCreativeSet()`. A `CreativeSet` contains an `id`, `name` (max 255 characters), `masterCreativeId`, `companionCreativeIds`, and `lastModifiedDateTime`. The `id` is system-assigned and read-only, while the `name`, `masterCreativeId`, and `companionCreativeIds` are required for creation.\n"],null,["# type CreativeSet (v202411)\n\n**Service** \n**CreativeSetService** **Dependencies** \n[CreativeSetPage](/ad-manager/api/reference/v202411/CreativeSetService.CreativeSetPage) [createCreativeSet()](/ad-manager/api/reference/v202411/CreativeSetService#createCreativeSet) [updateCreativeSet()](/ad-manager/api/reference/v202411/CreativeSetService#updateCreativeSet) \n▼\n**CreativeSet**\n\nA creative set is comprised of a master creative and its companion creatives.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `id` | ` `xsd:`long` Uniquely identifies the `CreativeSet`. This attribute is read-only and is assigned by Google when a creative set is created. |\n| ### `name` | ` `xsd:`string` The name of the creative set. This attribute is required and has a maximum length of 255 characters. |\n| ### `masterCreativeId` | ` `xsd:`long` The ID of the master creative associated with this creative set. This attribute is required. |\n| ### `companionCreativeIds` | ` `xsd:`long[]` The IDs of the companion creatives associated with this creative set. This attribute is required. |\n| ### `lastModifiedDateTime` | ` `[DateTime](/ad-manager/api/reference/v202411/CreativeSetService.DateTime)` ` The date and time this creative set was last modified. |"]]