The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Destination
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Il prodotto Google a cui invii i dati. Ad esempio, un account Google Ads.
Rappresentazione JSON |
{
"reference": string,
"loginAccount": {
object (ProductAccount )
},
"linkedAccount": {
object (ProductAccount )
},
"operatingAccount": {
object (ProductAccount )
},
"productDestinationId": string
} |
Campi |
reference |
string
(Facoltativo) ID per questa risorsa Destination , univoco all'interno della richiesta. Utilizza questo valore per fare riferimento a Destination in IngestEventsRequest .
|
loginAccount |
object (ProductAccount )
(Facoltativo) L'account utilizzato per effettuare questa chiamata API. Per aggiungere o rimuovere dati da operatingAccount , questo loginAccount deve disporre dell'accesso in scrittura a operatingAccount . Ad esempio, un account amministratore di operatingAccount o un account con un collegamento stabilito a operatingAccount .
|
linkedAccount |
object (ProductAccount )
(Facoltativo) Un account a cui il loginAccount dell'utente chiamante ha accesso tramite un collegamento dell'account stabilito. Ad esempio, il loginAccount di un partner di dati potrebbe avere accesso al linkedAccount di un cliente. Il partner potrebbe utilizzare questo campo per inviare dati da linkedAccount a un altro operatingAccount .
|
operatingAccount |
object (ProductAccount )
Obbligatorio. L'account a cui inviare i dati o da cui rimuoverli.
|
productDestinationId |
string
Obbligatorio. L'oggetto all'interno dell'account prodotto in cui eseguire l'importazione. Ad esempio, un ID segmento di pubblico Google Ads o un ID segmento di pubblico Display & Video 360.
|
ProductAccount
Rappresenta un account specifico.
Rappresentazione JSON |
{
"product": enum (Product ),
"accountId": string
} |
Campi |
product |
enum (Product )
Obbligatorio. Il prodotto a cui appartiene l'account. Ad esempio, GOOGLE_ADS .
|
accountId |
string
Obbligatorio. L'ID dell'account. Ad esempio, l'ID account Google Ads.
|
Prodotto
Rappresenta un prodotto Google specifico. Utilizzato per individuare account e destinazioni.
Enum |
PRODUCT_UNSPECIFIED |
Prodotto non specificato. Non deve mai essere utilizzato. |
GOOGLE_ADS |
Google Ads. |
DISPLAY_VIDEO_PARTNER |
Partner Display & Video 360. |
DISPLAY_VIDEO_ADVERTISER |
Inserzionista Display & Video 360. |
DATA_PARTNER |
Partner di dati. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]