İsteğin hangi DV360 tüzel kişisinde yapıldığını tanımlar. GET isteği, yalnızca accessor içinde tanımlanan DV360 varlığı tarafından erişilebilen garantili siparişi döndürür. accessor şunlardan yalnızca biri olabilir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2023-12-02 UTC."],[[["Display & Video 360 API v1 is sunset and this documentation details how to get a guaranteed order via HTTP request."],["This request requires authorization using the `https://www.googleapis.com/auth/display-video` scope."],["The request must include a path parameter indicating the guaranteed order ID and a query parameter identifying the accessing DV360 entity (partner or advertiser)."],["A successful response will return a `GuaranteedOrder` object containing the requested information."]]],["The content describes how to retrieve a guaranteed order using the Display & Video 360 API. A `GET` request is sent to `https://displayvideo.googleapis.com/v1/guaranteedOrders/{guaranteedOrderId}`, specifying the order ID in the path. The `accessor` query parameter, either `partnerId` or `advertiserId`, is required to identify the requesting entity. The request body must be empty, and a successful response returns a `GuaranteedOrder` instance. The API requires OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]