enum CreativeTemplateStatus (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
CreativeTemplateService
Describes status of the creative template
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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."],[[["\u003cp\u003e\u003ccode\u003eCreativeTemplateStatus\u003c/code\u003e describes the current state of a creative template within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThree statuses exist: \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, and \u003ccode\u003eDELETED\u003c/code\u003e, impacting the template's usability and the serving status of associated creatives.\u003c/p\u003e\n"],["\u003cp\u003eActive templates allow for new creative creation, inactive templates restrict new creative creation but allow for existing creative edits and serving, and deleted templates cease serving for any related creatives.\u003c/p\u003e\n"]]],["The content details the `CreativeTemplateStatus` within the `CreativeTemplateService`. It defines three states for a `CreativeTemplate`: `ACTIVE`, where the template is in use; `INACTIVE`, where new creatives can't be made but existing ones function; and `DELETED`, where the template is removed, and associated creatives cease serving. These statuses manage the lifecycle and usability of creative templates. The service is associated with the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# enum CreativeTemplateStatus (v202411)\n\n**Service** \n**CreativeTemplateService** **Dependencies** \n[CreativeTemplate](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplate) \n▼\n**CreativeTemplateStatus**\n\nDescribes status of the creative template\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | The [CreativeTemplate](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplate) is active |\n| `INACTIVE` | The [CreativeTemplate](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplate) is inactive. Users cannot create new creatives from this template, but existing ones can be edited and continue to serve |\n| `DELETED` | The [CreativeTemplate](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplate) is deleted. Creatives created from this [CreativeTemplate](/ad-manager/api/reference/v202411/CreativeTemplateService.CreativeTemplate) can no longer serve. |"]]