अनुरोध के मुख्य हिस्से में, इन प्रॉपर्टी के साथ कन्वर्ज़न का संसाधन उपलब्ध कराएं:
प्रॉपर्टी का नाम
मान
ब्यौरा
नोट
वैकल्पिक प्रॉपर्टी
conversion[].currencyCode
string
कन्वर्ज़न से मिलने वाले रेवेन्यू के लिए मुद्रा कोड. ISO 4217 अक्षर (3-वर्ण) फ़ॉर्मैट में होना चाहिए.
लिखा जा सकता है
conversion[].quantityMillis
long
इस कन्वर्ज़न की संख्या, मिलीसेकंड में.
लिखा जा सकता है
conversion[].revenueMicros
long
इस TRANSACTION कन्वर्ज़न से हुई आय की रकम (माइक्रो में) (वैल्यू को 1000000 से गुणा किया गया है. इसमें कोई दशमलव नहीं है). उदाहरण के लिए, रेवेन्यू की वैल्यू "10" तय करने के लिए "10,00,000" डालें (एक करोड़).
लिखा जा सकता है
conversion[].state
string
कन्वर्ज़न की स्थिति, यानी कि ACTIVE या REMOVED. ध्यान दें: 'मिटाया गया' स्थिति का इस्तेमाल नहीं किया जा सकता.
ये वैल्यू स्वीकार की जाती हैं:
"ACTIVE"
"DELETED": (अब काम नहीं करता)
"REMOVED"
लिखा जा सकता है
जवाब
अगर इस तरीके से पुष्टि हो जाती है, तो जवाब के मुख्य हिस्से में यह कन्वर्ज़न संसाधन दिखाता है.
इसे आज़माएं!
लाइव डेटा पर इस तरीके को कॉल करने और जवाब देखने के लिए, नीचे दिए गए एपीआई एक्सप्लोरर का इस्तेमाल करें.
वैकल्पिक रूप से, यह आज़माएं
स्टैंडअलोन
एक्सप्लोरर.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया."],[[["Updates a batch of conversions in DoubleClick Search using the `PUT` method."],["Requires authorization with the `https://www.googleapis.com/auth/doubleclicksearch` scope."],["The request body should contain a Conversion resource with properties like `currencyCode`, `quantityMillis`, `revenueMicros`, and `state`."],["Successful requests return a Conversion resource in the response body."]]],["This outlines how to update conversions in DoubleClick Search via a PUT request to `https://www.googleapis.com/doubleclicksearch/v2/conversion`, requiring `https://www.googleapis.com/auth/doubleclicksearch` authorization. The request body should include a Conversion resource with optional properties like `currencyCode`, `quantityMillis`, `revenueMicros`, and `state` (either `ACTIVE` or `REMOVED`). Successful requests return a Conversion resource.\n"]]