AI-generated Key Takeaways
-
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 |
|
---|---|
|
API to batch activate Team objects. |
|
API to batch create Team objects. |
|
API to batch deactivate Team objects. |
|
API to batch update Team objects. |
|
API to create a Team object. |
|
API to retrieve a Team object. |
|
API to retrieve a list of Team objects. |
|
API to update a Team object. |