[[["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 2025-02-12 UTC."],[],["This document outlines the process of retrieving a product using a GET request. The request URL, formatted using gRPC Transcoding, requires a product `name` as a path parameter in the format \"exchanges/*/orders/*/products/*\". The request body must be empty. A successful request returns a `Product` instance in the response body. The process necessitates authorization via the OAuth scope: `https://www.googleapis.com/auth/doubleclickbidmanager`. Key components include request/response bodies, path parameters, and authorization scopes.\n"]]