Method: properties.firebaseLinks.create

  • A FirebaseLink can be created using a POST request to the specified URL, with properties limited to at most one FirebaseLink.

  • The request requires a parent path parameter in the format properties/{property_id}.

  • The request body should contain an instance of FirebaseLink.

  • A successful response will contain the newly created instance of FirebaseLink.

  • The operation 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/v1beta/{parent=properties/*}/firebaseLinks

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Format: properties/{property_id}

Example: properties/1234

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