جرِّب خادم MCP لخدمة "إحصاءات Google". يمكنك تثبيت التطبيق من
GitHub والاطّلاع على
الإعلان لمعرفة المزيد من التفاصيل.
Method: properties.searchAds360Links.create
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
طلب HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/searchAds360Links
يستخدم عنوان URL بنية تحويل الترميز gRPC.
معلمات المسار
المَعلمات |
parent |
string
مطلوبة. مثال على التنسيق: properties/1234
|
نص الطلب
يحتوي نص الطلب على مثال SearchAds360Link
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثيل SearchAds360Link
تم إنشاؤه حديثًا.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/analytics.edit
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eCreates a SearchAds360Link using an HTTP POST request to the specified URL with the required 'parent' path parameter.\u003c/p\u003e\n"],["\u003cp\u003eRequires an authorization scope of \u003ccode\u003ehttps://www.googleapis.com/auth/analytics.edit\u003c/code\u003e for making changes.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a SearchAds360Link object, and the response body will contain the newly created SearchAds360Link object on success.\u003c/p\u003e\n"]]],["This outlines the creation of a SearchAds360Link via a POST request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/searchAds360Links`. The request requires a `parent` path parameter (e.g., `properties/1234`). The request body should include a `SearchAds360Link` instance. Successful execution returns a newly created `SearchAds360Link` in the response body. This process requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"],null,["# Method: properties.searchAds360Links.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a SearchAds360Link.\n\n### HTTP request\n\n`POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/searchAds360Links`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|----------------------------------------------------|\n| `parent` | `string` Required. Example format: properties/1234 |\n\n### Request body\n\nThe request body contains an instance of [SearchAds360Link](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.searchAds360Links#SearchAds360Link).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [SearchAds360Link](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.searchAds360Links#SearchAds360Link).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]