Reports: getIdMappingFile
Downloads a CSV file (encoded in UTF-8) that contains ID mappings between the previous Search Ads 360 and the new Search Ads 360. For the requested advertiser, the file includes all children entities (e.g. engine accounts, campaigns, ad groups, etc.) that exist in both the previous Search Ads 360 and the new Search Ads 360.
Try it now.
Request
HTTP request
GET https://www.googleapis.com/doubleclicksearch/v2/agency/agencyId/advertiser/advertiserId/idmapping
Parameters
Parameter name |
Value |
Description |
Path parameters |
advertiserId |
long |
DS ID of the advertiser.
|
agencyId |
long |
DS ID of the agency.
|
Authorization
This request requires authorization with the following scope:
Scope |
https://www.googleapis.com/auth/doubleclicksearch |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 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"]]