AI-generated Key Takeaways
- 
          
A Destination represents the Google product you are sending data to, such as a Google Ads account.
 - 
          
A Destination includes references to ProductAccount objects for login, linked, and operating accounts, and a productDestinationId for the specific object within the account.
 - 
          
A ProductAccount represents a specific account and includes the account ID and account type.
 - 
          
The
productfield in ProductAccount is deprecated and replaced byaccountType. - 
          
AccountType defines the types of Google accounts, such as Google Ads, Display & Video 360, and Data Partner.
 
The Google product you're sending data to. For example, a Google Ads account.
| JSON representation | 
|---|
{ "reference": string, "loginAccount": { object (  | 
            
| Fields | |
|---|---|
reference | 
              
                 
 Optional. ID for this   | 
            
loginAccount | 
              
                 
 Optional. The account used to make this API call. To add or remove data from the   | 
            
linkedAccount | 
              
                 
 Optional. An account that the calling user's   | 
            
operatingAccount | 
              
                 
 Required. The account to send the data to or remove the data from.  | 
            
productDestinationId | 
              
                 
 Required. The object within the product account to ingest into. For example, a Google Ads audience ID, a Display & Video 360 audience ID or a Google Ads conversion action ID.  | 
            
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. |