Google Super
GOOGLESUPER_LIST_REPORTING_DATA_ANNOTATIONS
Tool to list all Reporting Data Annotations on a property. Use when you need to retrieve or inspect annotations for a GA4 property.
Remote googlesuper
Other tools also called GOOGLESUPER_LIST_REPORTING_DATA_ANNOTATIONS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"filter": {
"type": "string",
"title": "Filter",
"default": null,
"examples": [
"color = RED AND annotationDate = 2023-01-01"
],
"nullable": true,
"description": "Restricts which annotations are listed. Supported fields: name, title, description, annotationDate, annotationDateRange, color; operations: =, !=, <, >, <=, >=, :, =~, !~, NOT, AND, OR; helper functions: annotation_duration(), is_annotation_in_range(startDate,endDate)."
},
"parent": {
"type": "string",
"title": "Parent",
"examples": [
"properties/123456789"
],
"description": "Resource name of the property. Format: properties/{property_id}."
},
"pageSize": {
"type": "integer",
"title": "Page Size",
"default": null,
"minimum": 1,
"examples": [
100
],
"nullable": true,
"description": "Optional. Maximum number of annotations to return. Defaults to 50, max 200."
},
"pageToken": {
"type": "string",
"title": "Page Token",
"default": null,
"examples": [
"token123"
],
"nullable": true,
"description": "Optional. Token for retrieving the next page of results."
}
}
}