partners
Overview
Name | partners |
Type | Resource |
Id | googledevelopers.displayvideo.partners |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Output only. The resource name of the partner. |
dataAccessConfig | object | Settings that control how partner related data may be accessed. |
updateTime | string | Output only. The timestamp when the partner was last updated. Assigned by the system. |
exchangeConfig | object | Settings that control which exchanges are enabled for a partner. |
adServerConfig | object | Ad server related settings of a partner. |
partnerId | string | Output only. The unique ID of the partner. Assigned by the system. |
entityStatus | string | Output only. The status of the partner. |
generalConfig | object | General settings of a partner. |
displayName | string | The display name of the partner. Must be UTF-8 encoded with a maximum size of 240 bytes. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | partnersId | Gets a partner. |
list | SELECT | Lists partners that are accessible to the current user. The order is defined by the order_by parameter. | |
editAssignedTargetingOptions | EXEC | partnersId | Edits targeting options under a single partner. The operation will delete the assigned targeting options provided in BulkEditPartnerAssignedTargetingOptionsRequest.deleteRequests and then create the assigned targeting options provided in BulkEditPartnerAssignedTargetingOptionsRequest.createRequests . |