Method: properties.createRollupProperty

Create a roll-up property and all roll-up property source links.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Request body

The request body contains data with the following structure:

JSON representation
{
  "rollupProperty": {
    object (Property)
  },
  "sourceProperties": [
    string
  ]
}
Fields
rollupProperty

object (Property)

Required. The roll-up property to create.

sourceProperties[]

string

Optional. The resource names of properties that will be sources to the created roll-up property.

Response body

Response message for properties.createRollupProperty RPC.

If successful, the response body contains data with the following structure:

JSON representation
{
  "rollupProperty": {
    object (Property)
  },
  "rollupPropertySourceLinks": [
    {
      object (RollupPropertySourceLink)
    }
  ]
}
Fields
rollupProperty

object (Property)

The created roll-up property.

Authorization scopes

Requires the following OAuth scope:

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