Resource: PartnerLink
A partner link between an owning account and a partner account.
| JSON representation |
|---|
{ "name" : string , "partnerLinkId" : string , "owningAccount" : { object ( |
| Fields | |
|---|---|
name
|
Identifier. The name of the partner link. Format: accountTypes/{accountType}/accounts/{account}/partnerLinks/{partnerLink} |
partnerLinkId
|
Output only. The partner link ID. |
owningAccount
|
Required. The owning account granting access to the partner account. |
partnerAccount
|
Required. The partner account granted access by the owning account. |
ProductAccount
Represents a specific account.
| JSON representation |
|---|
{ "product" : enum ( |
| Fields | |
|---|---|
product
|
Deprecated. Use |
accountId
|
Required. The ID of the account. For example, your Google Ads account ID. |
accountType
|
Optional. The type of the account. For example, |
Product
Deprecated. Use
instead. Represents a specific Google product.AccountType
| Enums | |
|---|---|
PRODUCT_UNSPECIFIED
|
Unspecified product. Should never be used. |
GOOGLE_ADS
|
Google Ads. |
DISPLAY_VIDEO_PARTNER
|
Display & Video 360 partner. |
DISPLAY_VIDEO_ADVERTISER
|
Display & Video 360 advertiser. |
DATA_PARTNER
|
Data Partner. |
AccountType
Represents Google account types. Used to locate accounts and destinations.
| Enums | |
|---|---|
ACCOUNT_TYPE_UNSPECIFIED
|
Unspecified product. Should never be used. |
GOOGLE_ADS
|
Google Ads. |
DISPLAY_VIDEO_PARTNER
|
Display & Video 360 partner. |
DISPLAY_VIDEO_ADVERTISER
|
Display & Video 360 advertiser. |
DATA_PARTNER
|
Data Partner. |
GOOGLE_ANALYTICS_PROPERTY
|
Google Analytics. |
GOOGLE_AD_MANAGER_AUDIENCE_LINK
|
Google Ad Manager audience link. |
Methods |
|
|---|---|
|
Creates a partner link for the given account. |
|
Deletes a partner link for the given account. |
|
Searches for all partner links to and from a given account. |

