[[["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-08-20 UTC."],[[["InventoryStatus represents the status of inventory objects, such as ad units and placements, within Google Ad Manager."],["This enumeration includes three possible states: `ACTIVE`, `INACTIVE`, and `ARCHIVED`, indicating the current operational condition of the inventory object."],["InventoryStatus is part of the Google Ad Manager API and uses the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `InventoryService` interacts with `AdUnit` and `PlacementService` to manage the `InventoryStatus` of ad units and placements. `InventoryStatus` defines the state of inventory objects, with three possible values: `ACTIVE` (the object is in use), `INACTIVE` (the object is no longer active), and `ARCHIVED` (the object has been stored as an archive). These statuses are enumerated within the specified namespace.\n"]]