Page Summary
-
The Team resource allows you to manage and organize teams within your Google Ad Manager network.
-
Teams are identified by a unique name in the format
networks/{networkCode}/teams/{team_id}. -
You can use the API methods to get information about a specific team or retrieve a list of all teams.
Resource: Team
A Team defines a grouping of users and what entities they have access to.
| JSON representation |
|---|
{ "name": string, "displayName": string, "description": string, "status": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the |
displayName |
Required. The name of the Team. This value has a maximum length of 127 characters. |
description |
Optional. The description of the Team. This value has a maximum length of 255 characters. |
status |
Output only. The status of the Team. This value determines the visibility of the team in the UI. |
allCompaniesAccess |
Optional. Whether or not users on this team have access to all companies. If this value is true, then an error will be thrown if an attempt is made to associate this team with a Company. |
allInventoryAccess |
Optional. Whether or not users on this team have access to all inventory. If this value is true, then an error will be thrown if an attempt is made to associate this team with an AdUnit. |
accessType |
Optional. The default access to orders for users on this team. |
TeamStatus
Represents the status of a team, whether it is active or inactive.
| Enums | |
|---|---|
TEAM_STATUS_UNSPECIFIED |
Default value. This value is unused. |
ACTIVE |
The status of an active team. |
INACTIVE |
The status of an inactive team. |
TeamAccessType
Represents the types of team access supported for orders.
| Enums | |
|---|---|
TEAM_ACCESS_TYPE_UNSPECIFIED |
Default value. This value is unused. |
NONE |
The level of access in which team members can't view or edit a team's orders. |
READ_ONLY |
The level of access in which team members can only view a team's orders. |
READ_WRITE |
The level of access in which team members can view and edit a team's orders. |
Methods |
|
|---|---|
|
Batch activates Team objects. |
|
Creates Team objects. |
|
Batch deactivates Team objects. |
|
Batch updates Team objects. |
|
Creates a Team object. |
|
Retrieves a Team object. |
|
Lists Team objects. |
|
Updates a Team object. |