The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Destination
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
El producto de Google al que envías datos. Por ejemplo, una cuenta de Google Ads.
Representación JSON |
{
"reference": string,
"loginAccount": {
object (ProductAccount )
},
"linkedAccount": {
object (ProductAccount )
},
"operatingAccount": {
object (ProductAccount )
},
"productDestinationId": string
} |
Campos |
reference |
string
Opcional. Es el ID de este recurso Destination , que es único dentro de la solicitud. Se usa para hacer referencia a este Destination en el IngestEventsRequest .
|
loginAccount |
object (ProductAccount )
Opcional. Es la cuenta que se usó para realizar esta llamada a la API. Para agregar o quitar datos de operatingAccount , este loginAccount debe tener acceso de escritura a operatingAccount . Por ejemplo, una cuenta de administrador de operatingAccount o una cuenta con un vínculo establecido a operatingAccount .
|
linkedAccount |
object (ProductAccount )
Opcional. Es una cuenta a la que el loginAccount del usuario que llama tiene acceso a través de una vinculación de cuenta establecida. Por ejemplo, el loginAccount de un socio de datos podría tener acceso al linkedAccount de un cliente. Es posible que el socio use este campo para enviar datos del linkedAccount a otro operatingAccount .
|
operatingAccount |
object (ProductAccount )
Obligatorio. Es la cuenta a la que se enviarán los datos o de la que se quitarán.
|
productDestinationId |
string
Obligatorio. Es el objeto dentro de la cuenta de productos en el que se realizará la transferencia de datos. Por ejemplo, un ID de público de Google Ads o un ID de público de Display & Video 360.
|
ProductAccount
Representa una cuenta específica.
Representación JSON |
{
"product": enum (Product ),
"accountId": string
} |
Campos |
product |
enum (Product )
Obligatorio. Producto al que pertenece la cuenta. Por ejemplo, GOOGLE_ADS .
|
accountId |
string
Obligatorio. Es el ID de la cuenta. Por ejemplo, el ID de tu cuenta de Google Ads.
|
Producto
Representa un producto específico de Google. Se usa para ubicar cuentas y destinos.
Enumeraciones |
PRODUCT_UNSPECIFIED |
Producto no especificado. No debe usarse nunca. |
GOOGLE_ADS |
Google Ads. |
DISPLAY_VIDEO_PARTNER |
Socio de Display & Video 360. |
DISPLAY_VIDEO_ADVERTISER |
Ser anunciante de Display & Video 360 |
DATA_PARTNER |
Socio de datos. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 2025-07-25 (UTC)"],[],[],null,["# Destination\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ProductAccount](#ProductAccount)\n - [JSON representation](#ProductAccount.SCHEMA_REPRESENTATION)\n- [Product](#Product)\n\nThe Google product you're sending data to. For example, a Google Ads account.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"reference\": string, \"loginAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"linkedAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"operatingAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"productDestinationId\": string } ``` |\n\n| Fields ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `reference` | `string` Optional. ID for this `Destination` resource, unique within the request. Use to reference this `Destination` in the `IngestEventsRequest`. |\n| `loginAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Optional. The account used to make this API call. To add or remove data from the [`operatingAccount`](/data-manager/api/reference/rest/v1/Destination#FIELDS.operating_account), 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`. |\n| `linkedAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Optional. An account that the calling user's [`loginAccount`](/data-manager/api/reference/rest/v1/Destination#FIELDS.login_account) 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`](/data-manager/api/reference/rest/v1/Destination#FIELDS.operating_account). |\n| `operatingAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Required. The account to send the data to or remove the data from. |\n| `productDestinationId` | `string` Required. The object within the product account to ingest into. For example, a Google Ads audience ID or a Display \\& Video 360 audience ID. |\n\nProductAccount\n--------------\n\nRepresents a specific account.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------|\n| ``` { \"product\": enum (/data-manager/api/reference/rest/v1/Destination#Product), \"accountId\": string } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `product` | `enum (`[Product](/data-manager/api/reference/rest/v1/Destination#Product)`)` Required. The product the account belongs to. For example, `GOOGLE_ADS`. |\n| `accountId` | `string` Required. The ID of the account. For example, your Google Ads account ID. |\n\nProduct\n-------\n\nRepresents a specific Google product. Used to locate accounts and destinations.\n\n| Enums ||\n|----------------------------|--------------------------------------------|\n| `PRODUCT_UNSPECIFIED` | Unspecified product. Should never be used. |\n| `GOOGLE_ADS` | Google Ads. |\n| `DISPLAY_VIDEO_PARTNER` | Display \\& Video 360 partner. |\n| `DISPLAY_VIDEO_ADVERTISER` | Display \\& Video 360 advertiser. |\n| `DATA_PARTNER` | Data Partner. |"]]