enum NativeStyleStatus (v202502)
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/v202502
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."],[],["The core content describes the `NativeStyleStatus` enumeration, which defines the operational state of a `NativeStyle`. The possible statuses are `ACTIVE` (used in ad serving), `ARCHIVED` (not visible or used), `INACTIVE` (visible but not used), and `UNKNOWN` (value not exposed by the API). The `NativeStyleService` relies on this `NativeStyle` dependency to set its status. This `NativeStyleStatus` can be viewed under `https://www.google.com/apis/ads/publisher/v202502` namespace.\n"],null,["# enum NativeStyleStatus (v202502)\n\n**Service** \n**NativeStyleService** **Dependencies** \n[NativeStyle](/ad-manager/api/reference/v202502/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/v202502`\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. |"]]