type CreativeSet (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CreativeSetService
A creative set is comprised of a master creative and its companion creatives.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Field
|
id
|
xsd:long
Uniquely identifies the CreativeSet . This attribute is read-only and is assigned by
Google when a creative set is created.
|
name
|
xsd:string
The name of the creative set. This attribute is required and has a maximum length of 255
characters.
|
masterCreativeId
|
xsd:long
The ID of the master creative associated with this creative set. This attribute is required.
|
companionCreativeIds
|
xsd:long[]
The IDs of the companion creatives associated with this creative set. This attribute is
required.
|
lastModifiedDateTime
|
DateTime
The date and time this creative set was last modified.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[],["The `CreativeSetService` manages creative sets, which include a master creative and companion creatives. Key actions include creating (`createCreativeSet()`) and updating (`updateCreativeSet()`) creative sets. Each `CreativeSet` is identified by a unique `id` and requires a `name`, `masterCreativeId`, and `companionCreativeIds`. The `lastModifiedDateTime` tracks when the creative set was last changed. The service utilizes the `CreativeSetPage` to store information about the creative set.\n"],null,["# type CreativeSet (v202502)\n\n**Service** \n**CreativeSetService** **Dependencies** \n[CreativeSetPage](/ad-manager/api/reference/v202502/CreativeSetService.CreativeSetPage) [createCreativeSet()](/ad-manager/api/reference/v202502/CreativeSetService#createCreativeSet) [updateCreativeSet()](/ad-manager/api/reference/v202502/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/v202502`\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/v202502/CreativeSetService.DateTime)` ` The date and time this creative set was last modified. |"]]