enum NativeStyleStatus (v202411)

  • NativeStyleStatus describes the current state of a native style, indicating whether it's actively used in ad serving or not.

  • It has four possible states: ACTIVE, ARCHIVED, INACTIVE, and UNKNOWN, each impacting the visibility and usage of the native style.

  • Active native styles are employed in ad delivery, while archived ones are hidden and inactive styles are visible but not used for serving ads.

  • The UNKNOWN status is a fallback for cases where the actual status isn't exposed by the API version being used.

Describes status of the native style.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.