[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]