Method: properties.displayVideo360AdvertiserLinkProposals.approve
الموافقة على عرض DisplayVideo360AdvertiserLink Provider. سيتم حذف DisplayVideo360AdvertiserLink Provider كما سيتم إنشاء رابط DisplayVideo360AdvertiserLink جديد.
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
name |
string
مطلوب. اسم DisplayVideo360AdvertiserLink Pro المطلوب الموافقة عليه. مثال على تنسيق السمة: properties/1234/displayVideo360AdvertiserLinkClaims/5678
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
رسالة ردّ لـ displayVideo360AdvertiserLink Providers.approve RPC.
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
الحقول |
displayVideo360AdvertiserLink |
object (DisplayVideo360AdvertiserLink )
DisplayVideo360AdvertiserLink الذي تم إنشاؤه نتيجة للموافقة على العرض.
|
نطاقات الأذونات
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/analytics.edit
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-04-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-04-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Approves a DisplayVideo360AdvertiserLinkProposal, deleting the proposal and creating a new DisplayVideo360AdvertiserLink."],["Sends an empty request body to the endpoint `POST https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve`."],["Requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope for access."],["Upon successful approval, the response includes the newly created DisplayVideo360AdvertiserLink object."]]],["This describes the process for approving a DisplayVideo360AdvertiserLinkProposal. A POST request is sent to `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve`, with the `name` path parameter specifying the proposal to approve. The request body must be empty. Upon success, the proposal is deleted and a new DisplayVideo360AdvertiserLink is created, with the details returned in the response body, in JSON format under the `displayVideo360AdvertiserLink` key. The request requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope.\n"]]