Display & Video 360 API v2 সূর্যাস্ত হয়েছে। পরিবর্তে Display & Video 360 API v3 ব্যবহার করুন। v2 থেকে v3 মাইগ্রেশন নির্দেশাবলীর জন্য, আমাদের মাইগ্রেশন গাইড দেখুন।
[[["সহজে বোঝা যায়","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-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Display & Video 360 API v2 is no longer in use and has been replaced with new versions."],["This documentation details how to get information on a specific insertion order using the API, including the request and response format."],["To use this API functionality, you will need the `https://www.googleapis.com/auth/display-video` OAuth scope."],["The request requires providing the advertiser ID and insertion order ID as path parameters."],["If successful, the API will return an `InsertionOrder` object with details about the requested insertion order."]]],["The content details how to retrieve an insertion order using the Display & Video 360 API. The key action is sending a `GET` request to a specific URL: `https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}/insertionOrders/{insertionOrderId}`. This requires two path parameters, `advertiserId` and `insertionOrderId`. The request body should be empty. A successful response returns an `InsertionOrder` instance; a non-existent order yields a `NOT_FOUND` error. The API requires `https://www.googleapis.com/auth/display-video` authorization.\n"]]