Method: properties.displayVideo360AdvertiserLinkProposals.cancel
إلغاء اقتراح رابط المعلن لـ DisplayVideo360{6/} ويمكن أن يعني الإلغاء أيًا مما يلي: - رفض اقتراح تم تقديمه من "مساحة العرض والفيديو 360" - سحب اقتراح تم تقديمه من "إحصاءات Google". بعد إلغائه، سيتم في النهاية حذف الاقتراح تلقائيًا.
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}:cancel
يستخدم عنوان URL بنية تحويل الترميز gRPC.
معلمات المسار
المَعلمات |
name |
string
مطلوبة. اسم اقتراح DisplayVideo360المُعلِن للإلغاء. مثال على التنسيق: properties/1234/displayVideo360AdvertiserLinkProposals/5678
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال DisplayVideo360AdvertiserLinkProposal
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/analytics.edit
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-05-06 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-05-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This request cancels a DisplayVideo360AdvertiserLinkProposal, which can mean declining a proposal from Display & Video 360 or withdrawing one from Google Analytics."],["The proposal will be automatically deleted after cancellation."],["An empty request body is required, and the response contains a DisplayVideo360AdvertiserLinkProposal object if successful."],["The `analytics.edit` OAuth scope is necessary for authorization."],["You must provide the DisplayVideo360AdvertiserLinkProposal name in the request URL using the format `properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}`."]]],["To cancel a `DisplayVideo360AdvertiserLinkProposal`, send a POST request to the specified URL, which includes the proposal's `name` as a path parameter. The request body must be empty. The response will return an instance of `DisplayVideo360AdvertiserLinkProposal`. Cancelling a proposal means either declining it or withdrawing it; it will be automatically deleted later. The action requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]