Google 애널리틱스용 MCP 서버를 사용해 보세요.
GitHub에서 설치하고
공지사항에서 자세한 내용을 확인하세요.
REST Resource: properties.firebaseLinks
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: FirebaseLink
Google 애널리틱스 속성과 Firebase 프로젝트 간의 연결입니다.
JSON 표현 |
{
"name": string,
"project": string,
"createTime": string
} |
필드 |
name |
string
출력 전용입니다. 예시 형식: properties/1234/firebaseLinks/5678
|
project |
string
변경할 수 없습니다. Firebase 프로젝트 리소스 이름입니다. FirebaseLink를 만들 때 프로젝트 번호 또는 프로젝트 ID를 사용하여 이 리소스 이름을 제공할 수 있습니다. 이 리소스가 생성되면 반환된 FirebaseLinks에는 항상 프로젝트 번호가 포함된 project_name이 있습니다. 형식: 'projects/{project number}' 예: 'projects/1234'
|
createTime |
string (Timestamp format)
출력 전용입니다. 이 FirebaseLink가 처음 생성된 시간입니다. 생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30" 입니다.
|
메서드 |
|
FirebaseLink를 만듭니다. |
|
속성에서 FirebaseLink를 삭제합니다. |
|
속성의 FirebaseLinks를 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eFirebaseLink establishes a connection between a Google Analytics 4 (GA4) property and a Firebase project.\u003c/p\u003e\n"],["\u003cp\u003eIt's characterized by attributes like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003eproject\u003c/code\u003e, and \u003ccode\u003ecreateTime\u003c/code\u003e, with the \u003ccode\u003eproject\u003c/code\u003e field designating the linked Firebase project.\u003c/p\u003e\n"],["\u003cp\u003eKey operations include creating, deleting, and listing FirebaseLinks associated with a GA4 property.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecreateTime\u003c/code\u003e denotes the FirebaseLink's creation timestamp in RFC3339 UTC "Zulu" format.\u003c/p\u003e\n"]]],["FirebaseLinks connect Google Analytics properties to Firebase projects. They are represented in JSON with fields like `name`, `project`, and `createTime`, with the project specified by its number or ID. Key actions include creating, deleting, and listing FirebaseLinks. Creating a link requires providing the project resource name. Listing, deleting and creating links can be done through their respective methods. The time of the link's creation is provided in a timestamp format.\n"],null,["# REST Resource: properties.firebaseLinks\n\n- [Resource: FirebaseLink](#FirebaseLink)\n - [JSON representation](#FirebaseLink.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: FirebaseLink\n----------------------\n\nA link between a Google Analytics property and a Firebase project.\n\n| JSON representation |\n|---------------------------------------------------------------------|\n| ``` { \"name\": string, \"project\": string, \"createTime\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Example format: properties/1234/firebaseLinks/5678 |\n| `project` | `string` Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234' |\n| `createTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when this FirebaseLink was originally created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------|--------------------------------------|\n| ### [create](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.firebaseLinks/create) | Creates a FirebaseLink. |\n| ### [delete](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.firebaseLinks/delete) | Deletes a FirebaseLink on a property |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.firebaseLinks/list) | Lists FirebaseLinks on a property. |"]]