[[["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 2025-08-06 UTC."],[[["\u003cp\u003eTeamStatus represents whether a team is active or inactive, primarily impacting its visibility within the user interface.\u003c/p\u003e\n"],["\u003cp\u003eIt has three possible values: \u003ccode\u003eACTIVE\u003c/code\u003e, \u003ccode\u003eINACTIVE\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, with the latter indicating the status isn't exposed in the current API version.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is part of the TeamService within the Google Ad Manager API, specifically under the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["Team status, defined within the `TeamService`, can be either `ACTIVE` (visible in the UI) or `INACTIVE` (hidden in the UI). The `TeamStatus` enumeration also includes `UNKNOWN`, used when the API version doesn't expose the actual value. This information represents team visibility and is part of the namespace `https://www.google.com/apis/ads/publisher/v202408`. The team information has dependencies with the `Team` service.\n"],null,["# enum TeamStatus (v202408)\n\n**Service** \n**TeamService** **Dependencies** \n[Team](/ad-manager/api/reference/v202408/TeamService.Team) \n▼\n**TeamStatus**\n\nRepresents the status of a team, whether it is active or inactive.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `ACTIVE` | The status of an active team. (i.e. visible in the UI) |\n| `INACTIVE` | The status of an inactive team. (i.e. hidden in the UI) |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]