REST Resource: properties.firebaseLinks
Zasób: FirebaseLink
połączenie usługi w Google Analytics z projektem Firebase.
Zapis JSON |
{
"name": string,
"project": string,
"createTime": string
} |
Pola |
name |
string
Tylko dane wyjściowe. Przykładowy format: properties/1234/firebaseLinks/5678
|
project |
string
Niezmienna. Nazwa zasobu projektu Firebase. Podczas tworzenia FirebaseLink możesz podać nazwę tego zasobu, używając numeru lub identyfikatora projektu. Po utworzeniu tego zasobu zwracane obiekty FirebaseLink będą zawsze zawierać parametr project_name z numerem projektu. Format: 'projects/{numer projektu}' Przykład: 'projects/1234'
|
createTime |
string (Timestamp format)
Tylko dane wyjściowe. Czas pierwotnego utworzenia tego obiektu FirebaseLink. Używa standardu RFC 3339, w którym wygenerowany wynik jest zawsze znormalizowany według normy Z i zawiera 0, 3, 6 lub 9 cyfr ułamkowych. Akceptowane są też przesunięcia inne niż „Z”. Przykłady: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" lub "2014-10-02T15:01:23+05:30" .
|
Metody |
|
Tworzy FirebaseLink. |
|
Usuwa FirebaseLink w usłudze |
|
Wyświetla FirebaseLinks w usłudze. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-30 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]