Google Super

GOOGLESUPER_CREATE_ROLLUP_PROPERTY

Tool to create a GA4 Roll-up Property and optionally initial source links.

Remote googlesuper

Other tools also called GOOGLESUPER_CREATE_ROLLUP_PROPERTY? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "account": {
      "type": "string",
      "title": "Account",
      "pattern": "^accounts/[^/]+$",
      "description": "Required. Parent account resource. Format: accounts/{account_id}"
    },
    "timeZone": {
      "type": "string",
      "title": "Time Zone",
      "description": "Required. IANA time zone for the roll-up property."
    },
    "displayName": {
      "type": "string",
      "title": "Display Name",
      "description": "Required. Display name for the roll-up property."
    },
    "sourceProperties": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^properties/[^/]+$",
        "properties": {}
      },
      "title": "Source Properties",
      "default": null,
      "nullable": true,
      "description": "Optional. List of source property resource names to link. Format: properties/{property_id}."
    }
  }
}