AI-generated Key Takeaways
- 
          Display & Video 360 API v1 has been sunset. 
- 
          The Partner resource represents a single partner in Display & Video 360. 
- 
          The Partner resource includes configurations for general settings, ad servers, data access, and enabled exchanges. 
- 
          Several methods are available for interacting with Partner resources, including getting, listing, and bulk editing assigned targeting options. 
- Resource: Partner
- PartnerGeneralConfig
- PartnerAdServerConfig
- MeasurementConfig
- PartnerDataAccessConfig
- ExchangeConfig
- EnabledExchange
- Methods
Resource: Partner
A single partner in Display & Video 360 (DV360).
| JSON representation | 
|---|
| { "name": string, "partnerId": string, "updateTime": string, "displayName": string, "entityStatus": enum ( | 
| Fields | |
|---|---|
| name | 
 Output only. The resource name of the partner. | 
| partnerId | 
 Output only. The unique ID of the partner. Assigned by the system. | 
| updateTime | 
 Output only. The timestamp when the partner was last updated. Assigned by the system. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples:  | 
| displayName | 
 The display name of the partner. Must be UTF-8 encoded with a maximum size of 240 bytes. | 
| entityStatus | 
 Output only. The status of the partner. | 
| generalConfig | 
 General settings of the partner. | 
| adServerConfig | 
 Ad server related settings of the partner. | 
| dataAccessConfig | 
 Settings that control how partner data may be accessed. | 
| exchangeConfig | 
 Settings that control which exchanges are enabled for the partner. | 
PartnerGeneralConfig
General settings of a partner.
| JSON representation | 
|---|
| { "timeZone": string, "currencyCode": string } | 
| Fields | |
|---|---|
| timeZone | 
 Immutable. The standard TZ database name of the partner's time zone. For example,  See more at: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | 
| currencyCode | 
 Immutable. Partner's currency in ISO 4217 format. | 
PartnerAdServerConfig
Ad server related settings of a partner.
| JSON representation | 
|---|
| {
  "measurementConfig": {
    object ( | 
| Fields | |
|---|---|
| measurementConfig | 
 Measurement settings of a partner. | 
MeasurementConfig
Measurement settings of a partner.
| JSON representation | 
|---|
| { "dv360ToCmCostReportingEnabled": boolean, "dv360ToCmDataSharingEnabled": boolean } | 
| Fields | |
|---|---|
| dv360ToCmCostReportingEnabled | 
 Whether or not to report DV360 cost to CM360. | 
| dv360ToCmDataSharingEnabled | 
 Whether or not to include DV360 data in CM360 data transfer reports. | 
PartnerDataAccessConfig
Settings that control how partner related data may be accessed.
| JSON representation | 
|---|
| {
  "sdfConfig": {
    object ( | 
| Fields | |
|---|---|
| sdfConfig | 
 Structured Data Files (SDF) settings for the partner. The SDF configuration for the partner. | 
ExchangeConfig
Settings that control which exchanges are enabled for a partner.
| JSON representation | 
|---|
| {
  "enabledExchanges": [
    {
      object ( | 
| Fields | |
|---|---|
| enabledExchanges[] | 
 All enabled exchanges in the partner. Duplicate enabled exchanges will be ignored. | 
EnabledExchange
An enabled exchange in the partner.
| JSON representation | 
|---|
| {
  "exchange": enum ( | 
| Fields | |
|---|---|
| exchange | 
 The enabled exchange. | 
| googleAdManagerAgencyId | 
 Output only. Agency ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange. | 
| googleAdManagerBuyerNetworkId | 
 Output only. Network ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange. | 
| seatId | 
 Output only. Seat ID of the enabled exchange. | 
| Methods | |
|---|---|
| 
 | Bulk edits targeting options under a single partner. | 
| 
 | Gets a partner. | 
| 
 | Lists partners that are accessible to the current user. |