AI-generated Key Takeaways
- 
          Display & Video 360 API v3 has been sunset and users should transition to v4. 
- 
          The Partner resource in the v3 API represents a single partner in Display & Video 360 with associated configuration objects for general, ad server, data access, exchange, and billing settings. 
- 
          The Partner resource and its related configuration objects are defined with specific fields, data types, and JSON representations. 
- 
          The v3 Partner resource includes methods for editing targeting options, getting a single partner, and listing partners. 
- Resource: Partner
- PartnerGeneralConfig
- PartnerAdServerConfig
- MeasurementConfig
- PartnerDataAccessConfig
- ExchangeConfig
- EnabledExchange
- PartnerBillingConfig
- 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. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. 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. | 
| billingConfig | 
 Billing related settings of 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. | 
PartnerBillingConfig
Billing related settings of a partner.
| JSON representation | 
|---|
| { "billingProfileId": string } | 
| Fields | |
|---|---|
| billingProfileId | 
 The ID of a partner default billing profile. | 
| Methods | |
|---|---|
| 
 | Edits targeting options under a single partner. | 
| 
 | Gets a partner. | 
| 
 | Lists partners that are accessible to the current user. |