API Reference
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
इस एपीआई रेफ़रंस को संसाधन के टाइप के हिसाब से व्यवस्थित किया गया है. हर टाइप के रिसॉर्स में, डेटा को दिखाने का एक या उससे ज़्यादा तरीका और एक या उससे ज़्यादा मेथड होते हैं.
संसाधन के टाइप
-
कन्वर्ज़न
-
रिपोर्ट
-
SavedColumns
कन्वर्ज़न
कन्वर्ज़न रिसॉर्स की जानकारी के लिए, रिसॉर्स का प्रतिनिधित्व पेज देखें.
तरीका |
एचटीटीपी अनुरोध |
ब्यौरा |
जब तक अलग से न बताया जाए, तब तक https://www.googleapis.com/doubleclicksearch/v2 से जुड़े यूआरआई |
get
|
GET /agency/agencyId/advertiser/advertiserId/engine/engineAccountId/conversion
|
DoubleClick Search इंजन खाते से कन्वर्ज़न की सूची वापस लाता है.
ज़रूरी क्वेरी पैरामीटर:
endDate , rowCount , startDate , startRow |
getByCustomerId
|
GET /customer/customerId/conversion
|
Search Ads 360 के नए ग्राहक आईडी का इस्तेमाल करके, DoubleClick Search इंजन खाते से कन्वर्ज़न की सूची वापस लाता है.
ज़रूरी क्वेरी पैरामीटर:
endDate , rowCount , startDate , startRow |
शामिल करें
|
POST /conversion
|
DoubleClick Search में नए कन्वर्ज़न का एक बैच डालता है.
|
अपडेट करें
|
PUT /conversion
|
DoubleClick Search में कन्वर्ज़न के एक बैच को अपडेट करता है.
|
updateAvailability
|
POST /conversion/updateAvailability
|
DoubleClick Search में, Floodlight गतिविधियों के बैच की उपलब्धता को अपडेट करता है.
|
रिपोर्ट
तरीका |
एचटीटीपी अनुरोध |
ब्यौरा |
जब तक अलग से न बताया जाए, तब तक https://www.googleapis.com/doubleclicksearch/v2 से जुड़े यूआरआई |
getIdMappingFile
|
GET /agency/agencyId/advertiser/advertiserId/idmapping
|
UTF-8 में एन्कोड की गई CSV फ़ाइल डाउनलोड करता है. इसमें, Search Ads 360 के पुराने वर्शन और नए वर्शन के बीच आईडी मैपिंग होती है. अनुरोध करने वाले विज्ञापन देने वाले के लिए, फ़ाइल में उन सभी चाइल्ड इकाइयों (जैसे, इंजन खाते, कैंपेन, विज्ञापन ग्रुप वगैरह) को शामिल किया जाता है जो Search Ads 360 के पुराने और नए वर्शन, दोनों में मौजूद हैं.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThis API reference is organized by resource type, with each type having one or more data representations and methods.\u003c/p\u003e\n"],["\u003cp\u003eThe available resource types are Conversion, Reports, and SavedColumns.\u003c/p\u003e\n"],["\u003cp\u003eConversion resource allows you to retrieve, insert, update, and manage the availability of conversions in DoubleClick Search.\u003c/p\u003e\n"],["\u003cp\u003eReports resource provides functionality to download a CSV file containing ID mappings between previous and new Search Ads 360 for a given advertiser.\u003c/p\u003e\n"]]],["This API reference outlines three resource types: Conversion, Reports, and SavedColumns. The Conversion resource supports methods to `get`, `getByCustomerId`, `insert`, `update`, and `updateAvailability` conversions. These methods manage lists and batches of conversions. The Reports resource includes the `getIdMappingFile` method, which downloads a CSV file of ID mappings between old and new Search Ads 360 systems, encompassing all child entities. Each method has specific HTTP request paths.\n"],null,["# API Reference\n\nThis API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.\n\nResource types\n--------------\n\n1. [Conversion](#Conversion)\n2. [Reports](#Reports)\n3. [SavedColumns](#SavedColumns)\n\nConversion\n----------\n\nFor Conversion Resource details, see the [resource representation](/search-ads/v2/reference/conversion#resource) page.\n\n| Method | HTTP request | Description |\n|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| URIs relative to https://www.googleapis.com/doubleclicksearch/v2, unless otherwise noted |||\n| [get](/search-ads/v2/reference/conversion/get) | `GET /agency/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eagencyId\u003c/var\u003e`/advertiser/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eadvertiserId\u003c/var\u003e`/engine/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eengineAccountId\u003c/var\u003e`/conversion` | Retrieves a list of conversions from a DoubleClick Search engine account. \u003cbr /\u003e **Required query parameters:** `endDate`, `rowCount`, `startDate`, `startRow` |\n| [getByCustomerId](/search-ads/v2/reference/conversion/getByCustomerId) | `GET /customer/`\u003cvar class=\"apiparam\" translate=\"no\"\u003ecustomerId\u003c/var\u003e`/conversion` | Retrieves a list of conversions from a DoubleClick Search engine account using a new Search Ads 360 customer ID. \u003cbr /\u003e **Required query parameters:** `endDate`, `rowCount`, `startDate`, `startRow` |\n| [insert](/search-ads/v2/reference/conversion/insert) | `POST /conversion` | Inserts a batch of new conversions into DoubleClick Search. |\n| [update](/search-ads/v2/reference/conversion/update) | `PUT /conversion` | Updates a batch of conversions in DoubleClick Search. |\n| [updateAvailability](/search-ads/v2/reference/conversion/updateAvailability) | `POST /conversion/updateAvailability` | Updates the availabilities of a batch of floodlight activities in DoubleClick Search. |\n\nReports\n-------\n\n| Method | HTTP request | Description |\n|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| URIs relative to https://www.googleapis.com/doubleclicksearch/v2, unless otherwise noted |||\n| [getIdMappingFile](/search-ads/v2/reference/reports/getIdMappingFile) | `GET /agency/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eagencyId\u003c/var\u003e`/advertiser/`\u003cvar class=\"apiparam\" translate=\"no\"\u003eadvertiserId\u003c/var\u003e`/idmapping` | 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. |"]]