Method: googleAudiences.get
الحصول على شريحة جمهور من Google
طلب HTTP
GET https://displayvideo.googleapis.com/v3/googleAudiences/{googleAudienceId}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
googleAudienceId |
string (int64 format)
مطلوب. رقم تعريف شريحة جمهور Google المطلوب جلبها.
|
مَعلمات طلب البحث
المعلمات |
مَعلمة الائتلاف accessor . مطلوب. لتحديد كيان "مساحة العرض والفيديو 360" الذي يتم تقديم الطلب من خلاله. لن يعرض طلب GET سوى كيانات جمهور Google التي يمكن الوصول إليها من خلال عنصر "مساحة العرض والفيديو 360" المحدّد في 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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-02-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]