[[["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."],[[["\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. |"]]