Method: properties.firebaseLinks.create
FirebaseLink ایجاد می کند.
ویژگی ها حداکثر می توانند یک FirebaseLink داشته باشند.
درخواست HTTP
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
مولفه های |
---|
parent | string ضروری. قالب: خواص/{property_id} مثال: properties/1234 |
درخواست بدن
بدنه درخواست حاوی نمونه ای از FirebaseLink
است.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی یک نمونه جدید از FirebaseLink
است.
محدوده مجوز
به محدوده OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/analytics.edit
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی."],[[["Creates a FirebaseLink, allowing properties to have at most one."],["Sends a POST request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks` to create the link."],["Requires specifying the parent property in the path parameter using the format `properties/{property_id}`."],["The request body should contain a FirebaseLink object, as detailed in the provided documentation."],["Needs `https://www.googleapis.com/auth/analytics.edit` authorization scope for successful execution."]]],["This documentation details the process for creating a FirebaseLink via an HTTP POST request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks`. The `parent` path parameter, in the format `properties/{property_id}`, is required. The request body must contain a `FirebaseLink` instance, and a successful response returns a newly created `FirebaseLink`. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. Each property can have at most one FirebaseLink.\n"]]