سرور MCP را برای Google Analytics امتحان کنید. از
GitHub نصب کنید و برای جزئیات بیشتر به
اطلاعیه مراجعه کنید.
REST Resource: properties.rollupPropertySourceLinks
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
منبع: RollupPropertySourceLink
پیوندی که به یک خاصیت منبع تحت خاصیت rollup والد ارجاع می دهد.
نمایندگی JSON |
---|
{
"name": string,
"sourceProperty": string
} |
فیلدها |
---|
name | string فقط خروجی نام منبع این RollupPropertySourceLink. قالب: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' قالب: 'properties/123/rollupPropertySourceLinks/456' |
sourceProperty | string تغییرناپذیر. نام منبع ویژگی منبع. قالب: خواص/{property_id} مثال: "properties/789" |
روش ها |
---|
| یک پیوند منبع ویژگی جمعآوری شده ایجاد میکند. |
| پیوند منبع ویژگی جمعآوری شده را حذف میکند. |
| جستجو برای پیوند منبع دارایی یکپارچه. |
| پیوندهای موجود در یک دارایی را فهرست می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eRollupPropertySourceLink is a reference to a source property under a parent rollup property and is represented by its name and the source property.\u003c/p\u003e\n"],["\u003cp\u003eIt includes methods to create, delete, retrieve, and list roll-up property source links.\u003c/p\u003e\n"],["\u003cp\u003eThe resource name follows a specific format: \u003ccode\u003eproperties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage roll-up property source links using the provided API methods documented in the links.\u003c/p\u003e\n"]]],["A `RollupPropertySourceLink` is a resource referencing a source property under a parent rollup property. Its JSON format includes a `name` (resource identifier) and `sourceProperty` (source property identifier). Available actions include: `create` to establish a new link, `delete` to remove a link, `get` to retrieve details of a specific link, and `list` to view all links associated with a property. The `name` and `sourceProperty` fields are strings in the format: `properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}` and `properties/{property_id}`.\n"],null,["# REST Resource: properties.rollupPropertySourceLinks\n\n- [Resource: RollupPropertySourceLink](#RollupPropertySourceLink)\n - [JSON representation](#RollupPropertySourceLink.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: RollupPropertySourceLink\n----------------------------------\n\nA link that references a source property under the parent rollup property.\n\n| JSON representation |\n|------------------------------------------------------|\n| ``` { \"name\": string, \"sourceProperty\": string } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of this RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' Format: 'properties/123/rollupPropertySourceLinks/456' |\n| `sourceProperty` | `string` Immutable. Resource name of the source property. Format: properties/{property_id} Example: \"properties/789\" |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------------|----------------------------------------------------|\n| ### [create](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.rollupPropertySourceLinks/create) | Creates a roll-up property source link. |\n| ### [delete](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.rollupPropertySourceLinks/delete) | Deletes a roll-up property source link. |\n| ### [get](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.rollupPropertySourceLinks/get) | Lookup for a single roll-up property source Link. |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.rollupPropertySourceLinks/list) | Lists roll-up property source Links on a property. |"]]