Destination

  • 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 product field in ProductAccount is deprecated and replaced by accountType.

  • 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 (ProductAccount)
  },
  "linkedAccount": {
    object (ProductAccount)
  },
  "operatingAccount": {
    object (ProductAccount)
  },
  "productDestinationId": string
}
Fields
reference

string

Optional. ID for this Destination resource, unique within the request. Use to reference this Destination in the IngestEventsRequest and IngestAudienceMembersRequest.

loginAccount

object (ProductAccount)

Optional. The account used to make this API call. To add or remove data from the operatingAccount, this loginAccount must have write access to the operatingAccount. For example, a manager account of the operatingAccount, or an account with an established link to the operatingAccount.

linkedAccount

object (ProductAccount)

Optional. An account that the calling user's loginAccount has access to, through an established account link. For example, a data partner's loginAccount might have access to a client's linkedAccount. The partner might use this field to send data from the linkedAccount to another operatingAccount.

operatingAccount

object (ProductAccount)

Required. The account to send the data to or remove the data from.

productDestinationId

string

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.