Google Super
GOOGLESUPER_CREATE_AUDIENCE_LIST
Tool to create an audience list. Use when you need to define and asynchronously populate a new AudienceList resource under a GA4 property.
Remote googlesuper
Other tools also called GOOGLESUPER_CREATE_AUDIENCE_LIST?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"parent": {
"type": "string",
"title": "Parent",
"pattern": "^properties/[^/]+$",
"examples": [
"properties/1234"
],
"description": "Parent property resource name. Format: properties/{property_id}."
},
"audience": {
"type": "string",
"title": "Audience",
"pattern": "^properties/[^/]+/audiences/[^/]+$",
"examples": [
"properties/1234/audiences/5678"
],
"description": "Audience resource name. Format: properties/{property_id}/audiences/{audience_id}."
},
"dimensions": {
"type": "array",
"items": {
"type": "object",
"title": "AudienceDimension",
"required": [
"dimensionName"
],
"properties": {
"dimensionName": {
"type": "string",
"title": "Dimension Name",
"description": "API name of the supported audience-export dimension."
}
},
"description": "Model for an audience-export dimension."
},
"title": "Dimensions",
"description": "List of dimensions to include in the audience list output."
},
"webhookNotification": {
"type": "object",
"title": "WebhookNotification",
"default": null,
"nullable": true,
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"title": "Uri",
"description": "HTTPS endpoint URL to receive POST notifications."
},
"channelToken": {
"type": "string",
"title": "Channel Token",
"default": null,
"nullable": true,
"description": "Optional token echoed in X-Goog-Channel-Token header."
}
},
"description": "Configuration for receiving webhook notifications about operation status.",
"additionalProperties": false
}
}
}