enum TeamStatus (v202502)

  • TeamStatus represents whether a team is active or inactive.

  • The possible values for TeamStatus are ACTIVE, INACTIVE, and UNKNOWN.

  • ACTIVE status means the team is visible in the UI, while INACTIVE means it is hidden.

Represents the status of a team, whether it is active or inactive.


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