Method: properties.displayVideo360AdvertiserLinkProposals.approve
الموافقة على DisplayVideo360AdvertiserLinkProposal سيتم حذف DisplayVideo360AdvertiserLinkProposal وإنشاء DisplayVideo360AdvertiserLink جديد.
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:approve
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
name |
string
مطلوب. اسم DisplayVideo360AdvertiserLinkProposal المطلوب الموافقة عليه. مثال على التنسيق: properties/1234/displayVideo360AdvertiserLinkProposals/5678
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
رسالة استجابة لطلب إجراء RPC من displayVideo360AdvertiserLinkProposals.approve
إذا كانت الاستجابة ناجحة، سيحتوي نص الاستجابة على بيانات بالبنية التالية:
الحقول |
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-01-14 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-01-14 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]