[[["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 2024-11-19 UTC."],[[["ContentStatus describes the operational condition of a Content object, indicating whether it's active and eligible for ad serving or inactive/archived."],["Content objects can hold one of four statuses: `ACTIVE`, `INACTIVE`, `ARCHIVED`, or `UNKNOWN`, each signifying a different state in the content lifecycle."],["When a Content object has an `ACTIVE` status, it means it is ready for ads to be served against it, while an `INACTIVE` or `ARCHIVED` status means it is not eligible for ad serving."],["The `UNKNOWN` status is used as a fallback when the actual status of the Content object is not available through the current API version being used."]]],["The core information defines `ContentStatus` for a `Content` object within the `ContentService`. It outlines four possible statuses: `ACTIVE`, indicating the content can have ads served; `INACTIVE`, meaning ads cannot be served; `ARCHIVED`, denoting archived content that is still visible; and `UNKNOWN`, representing a status not exposed by the current API version. The namespace for this data is provided as `https://www.google.com/apis/ads/publisher/v202411`.\n"]]