Method: properties.create

  • Creates a new "GA4" property with a specified location and attributes using an HTTP POST request.

  • The request body should contain an instance of "Property" as defined in the provided documentation.

  • Upon successful completion, the response body will contain the newly created "Property" instance.

  • Authorization requires the https://www.googleapis.com/auth/analytics.edit scope.

Creates a Google Analytics property with the specified location and attributes.

HTTP request

POST https://analyticsadmin.googleapis.com/v1alpha/properties

The URL uses gRPC Transcoding syntax.

Request body

The request body contains an instance of Property.

Response body

If successful, the response body contains a newly created instance of Property.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/analytics.edit