- Resource: PartnerLink
- ProductAccount
- Product
- AccountType
- FeatureSet
- PartnerCustomerAccount
- PartnerLinkMetadata
- Methods
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. |
featureSet |
Optional. Immutable. The set of features supported for the partner link. If not specified, the system behavior defaults to |
partnerCustomerAccount |
Optional. The customer account in the partner system. This is required for partner links with the |
partnerLinkMetadata |
Optional. Metadata associated with the partner link. This is optional and only accepted for partner links with the |
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 |
Required. 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. |
FLOODLIGHT_CONFIG |
Floodlight configuration. |
FeatureSet
The set of supported features for a partner link.
| Enums | |
|---|---|
FEATURE_SET_UNSPECIFIED |
Unspecified feature set. If unspecified, the system behavior defaults to FEATURE_SET_AUDIENCE_AND_EVENT_MANAGEMENT. |
FEATURE_SET_AUDIENCE_AND_EVENT_MANAGEMENT |
Indicates a link used for audience and event management. |
FEATURE_SET_AD_EVENT_MANAGEMENT |
Indicates a link used for ad event management. |
PartnerCustomerAccount
Represents a customer account in the partner's system.
| JSON representation |
|---|
{ "accountId": string, "accountName": string, "accountType": string } |
| Fields | |
|---|---|
accountId |
Required. The identifier of the customer account in the partner's ID space. |
accountName |
Optional. The name of the account. |
accountType |
Optional. The type of the account. Can be used to distinguish between advertiser accounts and business level accounts, for example. |
PartnerLinkMetadata
Represents metadata associated with a partner link.
| JSON representation |
|---|
{
"implicitAccounts": [
{
object ( |
| Fields | |
|---|---|
implicitAccounts[] |
Optional. The list of implicit accounts. |
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. |