REST Resource: properties.firebaseLinks
Referensi: FirebaseLink
Penautan antara properti Google Analytics dan project Firebase.
Representasi JSON |
{
"name": string,
"project": string,
"createTime": string
} |
Kolom |
name |
string
Hanya output. Contoh format: properties/1234/firebaseLinks/5678
|
project |
string
Tidak dapat diubah. Nama resource project Firebase. Saat membuat FirebaseLink, Anda dapat memberikan nama resource ini menggunakan nomor project atau project ID. Setelah resource ini dibuat, FirebaseLinks yang ditampilkan akan selalu memiliki project_name yang berisi nomor project. Format: 'projects/{project number}' Contoh: 'projects/1234'
|
createTime |
string (Timestamp format)
Hanya output. Waktu saat FirebaseLink ini pertama kali dibuat. Menggunakan RFC 3339, dengan output yang dihasilkan akan selalu dinormalisasi Z dan menggunakan digit pecahan 0, 3, 6, atau 9. Offset selain "Z" juga diterima. Contoh: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" , atau "2014-10-02T15:01:23+05:30" .
|
Metode |
|
Membuat FirebaseLink. |
|
Menghapus FirebaseLink di properti |
|
Mencantumkan FirebaseLinks di properti. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-01-30 UTC.
[null,null,["Terakhir diperbarui pada 2025-01-30 UTC."],[[["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"]]