REST Resource: properties.firebaseLinks
资源:FirebaseLink
Google Analytics 媒体资源与 Firebase 项目之间的关联。
JSON 表示法 |
{
"name": string,
"project": string,
"createTime": string
} |
字段 |
name |
string
仅限输出。示例格式:properties/1234/firebaseLinks/5678
|
project |
string
不可变。Firebase 项目资源名称。创建 FirebaseLink 时,您可以使用项目编号或项目 ID 提供此资源名称。创建此资源后,返回的 FirebaseLink 始终会包含项目编号的 project_name。 格式:“projects/{project number}”示例:“projects/1234”
|
createTime |
string (Timestamp format)
仅限输出。此 FirebaseLink 最初创建的时间。 使用 RFC 3339,其中生成的输出将始终采用 Z 归一化,并使用 0、3、6 或 9 个小数位。也接受除“Z”以外的偏移量。示例:"2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 或 "2014-10-02T15:01:23+05:30" 。
|
方法 |
|
创建 FirebaseLink。 |
|
删除媒体资源的 FirebaseLink |
|
列出媒体资源上的 FirebaseLink。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-30。
[null,null,["最后更新时间 (UTC):2025-01-30。"],[[["FirebaseLink establishes a connection between a Google Analytics 4 (GA4) property and a Firebase project."],["It's characterized by attributes like `name`, `project`, and `createTime`, with the `project` field designating the linked Firebase project."],["Key operations include creating, deleting, and listing FirebaseLinks associated with a GA4 property."],["`createTime` denotes the FirebaseLink's creation timestamp in RFC3339 UTC \"Zulu\" format."]]],["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"]]