Method: googleAudiences.get
הפונקציה מקבלת קהל של Google.
בקשת HTTP
GET https://displayvideo.googleapis.com/v3/googleAudiences/{googleAudienceId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
googleAudienceId |
string (int64 format)
חובה. המזהה של קהל Google שרוצים לאחזר.
|
פרמטרים של שאילתה
פרמטרים |
פרמטר האיחוד accessor . חובה. מזהה את הישות ב-DV360 שבה הבקשה נשלחת. בקשת ה-GET תחזיר רק ישויות של קהלים ב-Google שגושרת DV360 שזוהה ב-accessor יכולה לגשת אליהן. הערך של accessor יכול להיות רק אחת מהאפשרויות הבאות: |
partnerId |
string (int64 format)
המזהה של השותף שיש לו גישה לקהל של Google שאוחזר.
|
advertiserId |
string (int64 format)
המזהה של המפרסם שיש לו גישה לקהל של Google שאוחזר.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של GoogleAudience
.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/display-video
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-02-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-02-25 (שעון UTC)."],[[["Retrieves a Google audience based on its ID using an HTTP GET request."],["Requires specifying either a partner or advertiser ID to determine access to the audience."],["Returns details about the requested Google audience if the request is successful."],["Needs authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Provides an option to try out the request using the provided URL and parameters."]]],["This content describes how to retrieve a Google audience using a `GET` request. The request URL uses gRPC Transcoding syntax and requires a `googleAudienceId` path parameter. A `accessor` query parameter, which can be either a `partnerId` or `advertiserId`, is necessary to specify the DV360 entity accessing the audience. The request body must be empty, and the response body returns a `GoogleAudience` instance if successful. Authorization is required via the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]