Google Super
GOOGLESUPER_QUERY_AUDIENCE_LIST
Tool to query an audience list. Use when you need to retrieve user rows from a GA4 audience list with pagination.
Remote googlesuper
Other tools also called GOOGLESUPER_QUERY_AUDIENCE_LIST?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"examples": [
"properties/1234/audienceLists/abcd-5678"
],
"description": "Required. Audience list resource to query. Format: properties/{property}/audienceLists/{audienceList}."
},
"limit": {
"type": "integer",
"title": "Limit",
"default": null,
"maximum": 250000,
"minimum": 1,
"examples": [
1000
],
"nullable": true,
"description": "Optional. Number of rows to return; default 10,000; maximum 250,000."
},
"offset": {
"type": "integer",
"title": "Offset",
"default": null,
"minimum": 0,
"examples": [
0
],
"nullable": true,
"description": "Optional. Zero-based row offset for pagination."
}
}
}