Method: advertisers.insertionOrders.getStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
Display & Video 360 API v1 has been sunset.
This document provides information on how to get an insertion order using the Display & Video API v1, including HTTP request details, parameters, and authorization scopes.
Getting an insertion order requires specifying theadvertiserIdandinsertionOrderIdas path parameters in the GET request.
A successful request returns anInsertionOrderinstance in the response body, while a non-existent insertion order results in aNOT_FOUNDerror code.
Accessing this functionality requires authorization with thehttps://www.googleapis.com/auth/display-videoOAuth scope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The Display & Video 360 API v1 is no longer available. To retrieve an insertion order, use the `GET` method with the provided URL structure, including the `advertiserId` and `insertionOrderId` path parameters. The request body must be empty. A successful response will contain an `InsertionOrder` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. A `NOT_FOUND` error occurs if the insertion order doesn't exist.\n"]]