AI-generated Key Takeaways
-
A FirebaseLink can be created using a POST request to the specified URL, with properties allowed to have at most one FirebaseLink.
-
The HTTP request uses gRPC Transcoding syntax and includes a required
parent
path parameter specifying the property ID. -
The request body requires an instance of FirebaseLink, and a successful response will return a newly created instance of FirebaseLink.
-
Creating a FirebaseLink requires the
https://www.googleapis.com/auth/analytics.edit
authorization scope.
Creates a FirebaseLink.
Properties can have at most one FirebaseLink.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/firebaseLinks
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Format: properties/{property_id} Example: |
Request body
The request body contains an instance of FirebaseLink
.
Response body
If successful, the response body contains a newly created instance of FirebaseLink
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit