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 बनाते समय, प्रोजेक्ट नंबर या प्रोजेक्ट आईडी का इस्तेमाल करके, इस संसाधन का नाम दिया जा सकता है. यह संसाधन बन जाने के बाद, दिखाए गए FirebaseLinks में हमेशा एक project_name होगा, जिसमें प्रोजेक्ट नंबर शामिल होगा. फ़ॉर्मैट: 'projects/{project number}' उदाहरण: 'projects/1234'
|
createTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. वह समय जब यह FirebaseLink मूल रूप से बनाया गया था. आरएफ़सी 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 मिटाता है |
|
किसी प्रॉपर्टी पर FirebaseLinks की सूची बनाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-01-30 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]