[[["समझने में आसान है","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-06-11 (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"]]