Roles
Query DoubleClick for Publishers Roles.
Select
The following queries are processed server side by the Google Ad Manager APIs.
Retrieve a list of Roles. For example:
SELECT * FROM [Roles]
Additionally, you can specify the Id or filter by any other column.
SELECT * FROM [Roles] WHERE Id = '-28'
Columns
Name | Type | Description |
Id [KEY] | Long | The unique ID of the role. This value is readonly and is assigned by Google. Roles that are created by Google will have negative IDs. |
Name | String | The name of the role. This value is readonly and is assigned by Google. |
Description | String | The description of the role. This value is readonly and is assigned by Google. |
Status | String | The status of the Role. This field is read-only and can have the values RoleStatus.ACTIVE (default) or RoleStatus.INACTIVE, which determines the visibility of the role in the UI.
使用できる値は次のとおりです。ACTIVE, INACTIVE, UNKNOWN |