Google Super

GOOGLESUPER_LIST_AUDIENCES

Tool to list all audiences on a property. Use when you need to fetch all audiences for a GA4 property after confirming its existence.

Remote googlesuper

Other tools also called GOOGLESUPER_LIST_AUDIENCES? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "parent": {
      "type": "string",
      "title": "Parent",
      "examples": [
        "properties/1234",
        "1234"
      ],
      "description": "Required. Property ID or full resource name. Accepts: '123456789' or 'properties/123456789'"
    },
    "pageSize": {
      "type": "integer",
      "title": "Page Size",
      "default": null,
      "minimum": 1,
      "examples": [
        100
      ],
      "nullable": true,
      "description": "Optional. Maximum number of Audiences to return."
    },
    "pageToken": {
      "type": "string",
      "title": "Page Token",
      "default": null,
      "examples": [
        "token123"
      ],
      "nullable": true,
      "description": "Optional. Token for retrieving the next page of results."
    }
  }
}