AI-generated Key Takeaways
-
This documentation outlines the process for creating a roll-up property and its source links using the
createRollupProperty
method. -
The request body requires defining the roll-up property and optionally specifying source properties.
-
Successful execution returns the newly created roll-up property and its source links.
-
Authorization requires the
https://www.googleapis.com/auth/analytics.edit
scope.
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 ( |
Fields | |
---|---|
rollupProperty |
Required. The roll-up property to create. |
sourceProperties[] |
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 ( |
Fields | |
---|---|
rollupProperty |
The created roll-up property. |
rollupPropertySourceLinks[] |
The created roll-up property source links. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit