enum CreativeTemplateStatus (v202408)
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/v202408
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\u003eA creative template can have one of three statuses: \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, or \u003ccode\u003eDELETED\u003c/code\u003e, each impacting the usability and serving capabilities of creatives associated with it.\u003c/p\u003e\n"],["\u003cp\u003eWhile \u003ccode\u003eACTIVE\u003c/code\u003e templates allow for new creative creation and ad serving, \u003ccode\u003eINACTIVE\u003c/code\u003e templates restrict new creative creation but permit editing and serving of existing ones.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDELETED\u003c/code\u003e templates prevent any further ad serving from creatives derived from them.\u003c/p\u003e\n"]]],["The `CreativeTemplateService` defines the status of a `CreativeTemplate`. Three statuses are outlined: `ACTIVE`, allowing full use; `INACTIVE`, preventing new creative creation but enabling edits and continued serving of existing creatives; and `DELETED`, where the template is removed, and creatives from it can no longer serve. The service's namespace is `https://www.google.com/apis/ads/publisher/v202408`. Each status affects how creatives can be created, edited, and served.\n"],null,["# enum CreativeTemplateStatus (v202408)\n\n**Service** \n**CreativeTemplateService** **Dependencies** \n[CreativeTemplate](/ad-manager/api/reference/v202408/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/v202408`\n\n| Enumeration | Description |\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | The [CreativeTemplate](/ad-manager/api/reference/v202408/CreativeTemplateService.CreativeTemplate) is active |\n| `INACTIVE` | The [CreativeTemplate](/ad-manager/api/reference/v202408/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/v202408/CreativeTemplateService.CreativeTemplate) is deleted. Creatives created from this [CreativeTemplate](/ad-manager/api/reference/v202408/CreativeTemplateService.CreativeTemplate) can no longer serve. |"]]