ध्यान दें कि Search Ads 360 Conversion API में, get और getByCustomerId तरीके साल 2025 की तीसरी तिमाही में बंद कर दिए जाएंगे. कन्वर्ज़न डेटा को ऐक्सेस करना जारी रखने के लिए, आपको Search Ads 360 के नए वर्शन के Reporting API का इस्तेमाल करके, कन्वर्ज़न रिसॉर्स का इस्तेमाल करके रिपोर्ट बनानी होगी. ज़्यादा जानकारी के लिए यहां जाएं.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Search Ads 360 के नए ग्राहक आईडी का इस्तेमाल करके, DoubleClick सर्च इंजन खाते से कन्वर्ज़न की सूची लाता है.
इसे अभी आज़माएं.
अनुरोध
एचटीटीपी अनुरोध
GET https://www.googleapis.com/doubleclicksearch/v2/customer/customerId/conversion
पैरामीटर
पैरामीटर का नाम
मान
ब्यौरा
पाथ पैरामीटर
customerId
string
Search Ads 360 के नए वर्शन में ग्राहक आईडी की स्ट्रिंग. क्लाइंट खाता होना चाहिए.
ज़रूरी क्वेरी पैरामीटर
endDate
integer
कन्वर्ज़न वापस पाने की आखिरी तारीख (शामिल) होनी चाहिए. फ़ॉर्मैट yyyymmdd है.
स्वीकार की जाने वाली वैल्यू 20091101 से 99991231 तक हैं. इसमें ये वैल्यू भी शामिल हैं.
rowCount
integer
हर कॉल के लिए लौटाए जाने वाले कन्वर्ज़न की संख्या.
स्वीकार की जाने वाली वैल्यू 1 से 1000 तक होनी चाहिए. इसमें ये वैल्यू भी शामिल हैं.
startDate
integer
कन्वर्ज़न वापस पाने की पहली तारीख (शामिल) जब. फ़ॉर्मैट yyyymmdd है.
स्वीकार की जाने वाली वैल्यू 20091101 से 99991231 तक हैं. इसमें ये वैल्यू भी शामिल हैं.
startRow
unsigned integer
कन्वर्ज़न के नतीजे पाने के लिए, 0-आधारित शुरुआती इंडेक्स.
वैकल्पिक क्वेरी पैरामीटर
adGroupId
long
विज्ञापन ग्रुप का न्यूमेरिक आईडी.
adId
long
विज्ञापन की न्यूमेरिक आईडी.
campaignId
long
कैंपेन का अंकों वाला आईडी.
criterionId
long
मानदंड की अंकीय आईडी.
अनुमति देना
इस अनुरोध के लिए, नीचे दिए गए स्कोप वाले अनुमति की ज़रूरत है:
अगर इस तरीके से पुष्टि हो जाती है, तो जवाब के मुख्य हिस्से में यह कन्वर्ज़न संसाधन दिखाता है.
इसे आज़माएं!
लाइव डेटा पर इस तरीके को कॉल करने और जवाब देखने के लिए, नीचे दिए गए एपीआई एक्सप्लोरर का इस्तेमाल करें.
वैकल्पिक रूप से, यह आज़माएं
स्टैंडअलोन
एक्सप्लोरर.
[null,null,["आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eRetrieves a list of conversions from a DoubleClick Search engine account using a new Search Ads 360 customer ID.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/doubleclicksearch\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eRequest parameters include specifying date ranges, result limits, and filtering by ad group, ad, campaign, or criterion IDs.\u003c/p\u003e\n"],["\u003cp\u003eThe response, if successful, returns a Conversion resource.\u003c/p\u003e\n"],["\u003cp\u003eYou can try this method using the provided APIs Explorer or standalone Explorer.\u003c/p\u003e\n"]]],["This outlines how to retrieve conversion data from a Search Ads 360 account. A `GET` request to a specific URL is required, using the customer ID, start and end dates, number of rows, and a start row. Optional parameters allow filtering by ad group, ad, campaign, or criterion IDs. The request needs authorization using a specified scope. A successful request returns a conversion resource, with the response having no request body.\n"],null,["# Conversion: getByCustomerId\n\n| **Note:** Requires [authorization](#auth).\n\nRetrieves a list of conversions from a DoubleClick Search engine account using a new Search Ads 360 customer ID.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/doubleclicksearch/v2/customer/customerId/conversion\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| **Path parameters** |||\n| `customerId` | `string` | New search Ads 360 Customer ID String. Must be a client account. |\n| **Required query parameters** |||\n| `endDate` | `integer` | Last date (inclusive) on which to retrieve conversions. Format is yyyymmdd. Acceptable values are `20091101` to `99991231`, inclusive. |\n| `rowCount` | `integer` | The number of conversions to return per call. Acceptable values are `1` to `1000`, inclusive. |\n| `startDate` | `integer` | First date (inclusive) on which to retrieve conversions. Format is yyyymmdd. Acceptable values are `20091101` to `99991231`, inclusive. |\n| `startRow` | `unsigned integer` | The 0-based starting index for retrieving conversions results. |\n| **Optional query parameters** |||\n| `adGroupId` | `long` | Numeric ID of the ad group. |\n| `adId` | `long` | Numeric ID of the ad. |\n| `campaignId` | `long` | Numeric ID of the campaign. |\n| `criterionId` | `long` | Numeric ID of the criterion. |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/doubleclicksearch` |\n\nFor more information, see the [authentication and authorization](/search-ads/v2/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a [Conversion resource](/search-ads/v2/reference/conversion#resource) in the response body.\n\nTry it!\n-------\n\n\nUse the APIs Explorer below to call this method on live data and see the response.\nAlternatively, try the\n[standalone\nExplorer](https://developers.google.com/apis-explorer/#p/doubleclicksearch/v2/doubleclicksearch.conversion.getByCustomerId)."]]