Google 애널리틱스용 MCP 서버를 사용해 보세요.
GitHub에서 설치하고
공지사항에서 자세한 내용을 확인하세요.
REST Resource: properties.rollupPropertySourceLinks
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: RollupPropertySourceLink
상위 롤업 속성에서 소스 속성을 참조하는 링크입니다.
JSON 표현 |
{
"name": string,
"sourceProperty": string
} |
필드 |
name |
string
출력 전용입니다. 이 RollupPropertySourceLink의 리소스 이름입니다. 형식: 'properties/{property_id}/rollupPropertySourceLinks/{rollupPropertySourceLink}' 형식: 'properties/123/rollupPropertySourceLinks/456'
|
sourceProperty |
string
변경할 수 없습니다. 소스 속성의 리소스 이름입니다. 형식: properties/{property_id} 예: 'properties/789'
|
메서드 |
|
롤업 속성 소스 링크를 만듭니다. |
|
롤업 속성 소스 링크를 삭제합니다. |
|
단일 롤업 속성 소스 링크를 조회합니다. |
|
속성의 롤업 속성 소스 링크를 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\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. |"]]