AI-generated Key Takeaways
-
TeamStatus
is an enumeration that represents the current status of a team within Google Ad Manager. -
The possible statuses for a team include
ACTIVE
, signifying visibility in the user interface;INACTIVE
, indicating it is hidden; andUNKNOWN
, used when the status isn't exposed by the API version.
Represents the status of a team, whether it is active or inactive.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
ACTIVE
|
The status of an active team. (i.e. visible in the UI) |
INACTIVE
|
The status of an inactive team. (i.e. hidden in the UI) |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |