enum NativeStyleStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
NativeStyleService
Describes status of the native style.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
ACTIVE
|
The native style is active. Active native styles are used in ad serving.
|
ARCHIVED
|
The native style is archived. Archived native styles are not visible in the UI and
not used in ad serving.
|
INACTIVE
|
The native style is inactive. Inactive native styles are not used in ad serving, but visible in
the UI.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API
version.
|
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\u003eNativeStyleStatus describes the operational status of a native style within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eIt has four status options: \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eARCHIVED\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eActive native styles are used in ad serving, while archived and inactive ones are not.\u003c/p\u003e\n"],["\u003cp\u003eArchived native styles are hidden in the user interface, unlike inactive ones which remain visible.\u003c/p\u003e\n"]]],["The `NativeStyleStatus` enumeration defines the operational state of a native style within the ad system. It outlines four possible statuses: `ACTIVE` indicates the style is in use for ad serving, `ARCHIVED` means the style is not in use and hidden, `INACTIVE` signifies the style is not in use but is visible, and `UNKNOWN` denotes an unspecified status due to API version limitations. The associated service is `NativeStyleService`, with the type `NativeStyle` and the provided namespace.\n"],null,["# enum NativeStyleStatus (v202408)\n\n**Service** \n**NativeStyleService** **Dependencies** \n[NativeStyle](/ad-manager/api/reference/v202408/NativeStyleService.NativeStyle) \n▼\n**NativeStyleStatus**\n\nDescribes status of the native style.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------|------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | The native style is active. Active native styles are used in ad serving. |\n| `ARCHIVED` | The native style is archived. Archived native styles are not visible in the UI and not used in ad serving. |\n| `INACTIVE` | The native style is inactive. Inactive native styles are not used in ad serving, but visible in the UI. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]