Google Super
GOOGLESUPER_LIST_AUDIENCE_LISTS
Tool to list all audience lists for a GA4 property. Use when you need to retrieve a property's configured audience lists after confirming the property ID.
Remote googlesuper
Other tools also called GOOGLESUPER_LIST_AUDIENCE_LISTS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"parent": {
"type": "string",
"title": "Parent",
"pattern": "^properties/[^/]+$",
"examples": [
"properties/1234"
],
"description": "Required. Resource name of the parent property. Format: properties/{property_id}"
},
"pageSize": {
"type": "integer",
"title": "Page Size",
"default": null,
"maximum": 1000,
"minimum": 1,
"examples": [
200
],
"nullable": true,
"description": "Optional. Maximum number of audience lists to return. Defaults to 200; maximum is 1000."
},
"pageToken": {
"type": "string",
"title": "Page Token",
"default": null,
"examples": [
"token123"
],
"nullable": true,
"description": "Optional. Token for retrieving the next page of results."
}
}
}