Reports: getIdMappingFile
Scarica un file CSV (codificato in UTF-8) contenente mappature degli ID tra la precedente esperienza e il nuovo Search Ads 360. Per l'inserzionista richiesto, il file include tutte le entità secondarie (ad es. account motore, campagne, gruppi di annunci e così via) presenti sia nella precedente esperienza sia nel nuovo Search Ads 360.
Prova subito.
Richiesta
Richiesta HTTP
GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/idmapping
Parametri
Nome del parametro |
Valore |
Descrizione |
Parametri percorso |
advertiserId |
long |
ID DS dell'inserzionista.
|
agencyId |
long |
ID DS dell'agenzia.
|
Autorizzazione
Questa richiesta richiede l'autorizzazione con il seguente ambito:
Ambito |
https://www.googleapis.com/auth/doubleclicksearch |
Per ulteriori informazioni, consulta la pagina Autenticazione e autorizzazione.
Corpo della richiesta
Non fornire un corpo della richiesta con questo metodo.
Risposta
In caso di esito positivo, questo metodo restituisce un corpo della risposta vuoto.
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 2024-08-20 UTC.
[null,null,["Ultimo aggiornamento 2024-08-20 UTC."],[[["Downloads a CSV file containing ID mappings between the previous and new Search Ads 360 for a specified advertiser and its child entities."],["The file includes IDs for entities existing in both the previous and new Search Ads 360, encoded in UTF-8."],["Requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["The request is made using an HTTP GET method to a specific URL with agency and advertiser IDs as path parameters."],["A successful response has an empty body, indicating the initiation of the CSV file download."]]],["This outlines a method to retrieve a CSV file containing ID mappings between old and new Search Ads 360 systems for a specific advertiser. The file encompasses all child entities. A `GET` request is made to a specified URL with `agencyId` and `advertiserId` path parameters. Authorization using the `https://www.googleapis.com/auth/doubleclicksearch` scope is mandatory. The successful response is an empty body. There is no request body needed for this method.\n"]]