ध्यान दें कि Search Ads 360 Conversion API में, get और getByCustomerId तरीके साल 2025 की तीसरी तिमाही में बंद कर दिए जाएंगे. कन्वर्ज़न डेटा को ऐक्सेस करना जारी रखने के लिए, आपको Search Ads 360 के नए वर्शन के Reporting API का इस्तेमाल करके, कन्वर्ज़न रिसॉर्स का इस्तेमाल करके रिपोर्ट बनानी होगी. ज़्यादा जानकारी के लिए यहां जाएं.
अनुरोध के मुख्य हिस्से में, इन प्रॉपर्टी के साथ कन्वर्ज़न का संसाधन उपलब्ध कराएं:
प्रॉपर्टी का नाम
मान
ब्यौरा
नोट
ज़रूरी प्रॉपर्टी
conversion[].conversionId
string
ऑफ़लाइन कन्वर्ज़न के लिए, विज्ञापन देने वाले यह आईडी देते हैं. विज्ञापन देने वाले लोग या कंपनियां, अपने काम का कोई भी आईडी दे सकती हैं. अनुरोध में शामिल हर कन्वर्ज़न के लिए एक यूनीक आईडी तय करना ज़रूरी है. साथ ही, विज्ञापन देने वाले के सभी कन्वर्ज़न में, आईडी और टाइमस्टैंप का कॉम्बिनेशन अलग-अलग होना चाहिए. ऑनलाइन कन्वर्ज़न के लिए, DS विज्ञापन देने वाले के Floodlight निर्देशों के आधार पर dsConversionId या floodlightOrderId को इस प्रॉपर्टी में कॉपी करता है.
conversion[].conversionTimestamp
unsigned long
कन्वर्ज़न का समय, Epoch मिलीसेकंड UTC में.
conversion[].segmentationType
string
इस कन्वर्ज़न का सेगमेंटेशन टाइप (उदाहरण के लिए, FLOODLIGHT).
ये वैल्यू स्वीकार की जाती हैं:
"FLOODLIGHT"
जवाब
अगर इस तरीके से पुष्टि हो जाती है, तो जवाब के मुख्य हिस्से में यह कन्वर्ज़न संसाधन दिखाता है.
इसे आज़माएं!
लाइव डेटा पर इस तरीके को कॉल करने और जवाब देखने के लिए, नीचे दिए गए एपीआई एक्सप्लोरर का इस्तेमाल करें.
वैकल्पिक रूप से, यह आज़माएं
स्टैंडअलोन
एक्सप्लोरर.
[null,null,["आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eInserts a batch of new conversions into DoubleClick Search using the provided Conversion resource and requires authorization with the \u003ccode\u003edoubleclicksearch\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eEach conversion requires a unique ID, timestamp, and segmentation type (e.g., FLOODLIGHT).\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return a Conversion resource in the response body.\u003c/p\u003e\n"],["\u003cp\u003eThe API allows insertion of both offline and online conversions, with specific ID handling for each.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can test the method using the provided APIs Explorer or the standalone Explorer.\u003c/p\u003e\n"]]],["This outlines how to insert new conversions into DoubleClick Search using a POST request to the specified endpoint. Authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope is required. The request body should include a Conversion resource containing properties like `conversionId` (unique identifier), `conversionTimestamp` (time of conversion in UTC), and `segmentationType` (e.g., `FLOODLIGHT`). Successful requests return a Conversion resource in the response body.\n"],null,["# Conversion: insert\n\n| **Note:** Requires [authorization](#auth).\n\nInserts a batch of new conversions into DoubleClick Search.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nPOST https://www.googleapis.com/doubleclicksearch/v2/conversion\n```\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\nIn the request body, supply a [Conversion resource](/search-ads/v2/reference/conversion#resource) with the following properties:\n\n| Property name | Value | Description | Notes |\n|------------------------------------|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|\n| **Required Properties** ||||\n| conversion[].`conversionId` | `string` | For offline conversions, advertisers provide this ID. Advertisers can specify any ID that is meaningful to them. Each conversion in a request must specify a unique ID, and the combination of ID and timestamp must be unique amongst all conversions within the advertiser. For online conversions, DS copies the `dsConversionId` or `floodlightOrderId` into this property depending on the advertiser's Floodlight instructions. | |\n| conversion[].`conversionTimestamp` | `unsigned long` | The time at which the conversion took place, in epoch millis UTC. | |\n| conversion[].`segmentationType` | `string` | The segmentation type of this conversion (for example, `FLOODLIGHT`). \u003cbr /\u003e Acceptable values are: - \"`FLOODLIGHT`\" | |\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.insert)."]]