আগের Search Ads 360 Reporting API বাতিল করা হয়েছে। আপনি এখন নতুন Search Ads 360 Reporting API ব্যবহার করে আপনার প্রতিবেদন তৈরি করতে পারেন।
মনে রাখবেন যে Search Ads 360 Conversion API-এর get এবং getByCustomerId পদ্ধতিগুলিকে Q3 2025-এ অবমূল্যায়িত করা হচ্ছে। কনভার্সন ডেটা অ্যাক্সেস করা চালিয়ে যেতে, আপনাকে নতুন Search Ads 360 Reporting API ব্যবহার করে কনভার্সন রিসোর্স ব্যবহার করে একটি রিপোর্ট তৈরি করতে হবে। এখানে আরো বিস্তারিত দেখুন.
অনুরোধের অংশে, নিম্নলিখিত বৈশিষ্ট্য সহ একটি রূপান্তর সংস্থান সরবরাহ করুন:
সম্পত্তির নাম
মান
বর্ণনা
নোট
ঐচ্ছিক বৈশিষ্ট্য
conversion[]. currencyCode
string
রূপান্তরের আয়ের জন্য মুদ্রা কোড। ISO 4217 বর্ণমালার (3-char) বিন্যাসে হওয়া উচিত।
লিখনযোগ্য
conversion[]. quantityMillis
long
এই রূপান্তরের পরিমাণ, মিলিতে।
লিখনযোগ্য
conversion[]. revenueMicros
long
এই TRANSACTION রূপান্তরের আয়ের পরিমাণ, মাইক্রোতে (মান 1000000 দ্বারা গুণিত, কোন দশমিক নেই)। উদাহরণস্বরূপ, "10" এর একটি আয়ের মান নির্দিষ্ট করতে আপনার অনুরোধে "10000000" (10 মিলিয়ন) লিখুন।
লিখনযোগ্য
conversion[]. state
string
রূপান্তরের অবস্থা, অর্থাৎ, হয় ACTIVE বা REMOVED । দ্রষ্টব্য: DELETED অবস্থা অবহেলিত।
গ্রহণযোগ্য মান হল:
" ACTIVE "
" DELETED ": (অবঞ্চিত)
" REMOVED "
লিখনযোগ্য
প্রতিক্রিয়া
সফল হলে, এই পদ্ধতিটি প্রতিক্রিয়া বডিতে একটি রূপান্তর সংস্থান প্রদান করে।
এটা চেষ্টা করুন!
লাইভ ডেটাতে এই পদ্ধতিতে কল করতে এবং প্রতিক্রিয়া দেখতে নীচের APIs এক্সপ্লোরার ব্যবহার করুন। বিকল্পভাবে, স্বতন্ত্র এক্সপ্লোরার ব্যবহার করে দেখুন।
[[["সহজে বোঝা যায়","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-11-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eUpdates a batch of conversions in DoubleClick Search using the \u003ccode\u003ePUT\u003c/code\u003e method.\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\u003eThe request body should contain a Conversion resource with properties like \u003ccode\u003ecurrencyCode\u003c/code\u003e, \u003ccode\u003equantityMillis\u003c/code\u003e, \u003ccode\u003erevenueMicros\u003c/code\u003e, and \u003ccode\u003estate\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return a Conversion resource in the response body.\u003c/p\u003e\n"]]],["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"],null,["# Conversion: update\n\n| **Note:** Requires [authorization](#auth).\n\nUpdates a batch of conversions in DoubleClick Search.\n[Try it now](#try-it).\n\nRequest\n-------\n\n### HTTP request\n\n```\nPUT 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| **Optional Properties** ||||\n| conversion[].`currencyCode` | `string` | The currency code for the conversion's revenue. Should be in ISO 4217 alphabetic (3-char) format. | writable |\n| conversion[].`quantityMillis` | `long` | The quantity of this conversion, in millis. | writable |\n| conversion[].`revenueMicros` | `long` | The revenue amount of this `TRANSACTION` conversion, in micros (value multiplied by 1000000, no decimal). For example, to specify a revenue value of \"10\" enter \"10000000\" (10 million) in your request. | writable |\n| conversion[].`state` | `string` | The state of the conversion, that is, either `ACTIVE` or `REMOVED`. Note: state DELETED is deprecated. \u003cbr /\u003e Acceptable values are: - \"`ACTIVE`\" - \"`DELETED`\": (Deprecated) - \"`REMOVED`\" | writable |\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.update)."]]