Paramètre d'union accessor. Obligatoire. Identifie l'entité DV360 au sein de laquelle la demande est envoyée. La demande GET ne renvoie que les entités d'audience Google accessibles à l'entité DV360 identifiée dans l'accessor. La accessor ne peut être qu'un des éléments suivants :
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2023/12/02 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2023/12/02 (UTC)."],[[["The Display & Video 360 API v1 has been sunset and this documentation pertains to its functionality before deprecation."],["This API endpoint allows retrieval of a specific Google audience using its ID."],["It's crucial to specify an `accessor` parameter (either `partnerId` or `advertiserId`) to indicate which entity has access to the desired Google audience."],["Authentication requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."]]],["The document outlines the process of retrieving a Google audience using the Display & Video 360 API. Key actions involve sending a `GET` HTTP request to a specified URL, including the required `googleAudienceId` path parameter. The request requires a union `accessor` query parameter, which could be either `partnerId` or `advertiserId`. The request body must be empty, and upon success, the response will contain a `GoogleAudience` instance. Access is granted via the `https://www.googleapis.com/auth/display-video` OAuth scope. The v1 version of the API has been sunset.\n"]]