Google Super
GOOGLESUPER_LIST_SEARCH_ADS360_LINKS
Tool to list all SearchAds360Links on a property. Use when you need to fetch all Search Ads 360 links for a given property after authenticating.
Remote googlesuper
Other tools also called GOOGLESUPER_LIST_SEARCH_ADS360_LINKS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"parent": {
"type": "string",
"title": "Parent",
"examples": [
"properties/1234"
],
"description": "Required. Resource name of the property. Format: properties/{propertyId} (e.g., properties/1234)."
},
"pageSize": {
"type": "integer",
"title": "Page Size",
"default": null,
"maximum": 200,
"minimum": 1,
"examples": [
50
],
"nullable": true,
"description": "Optional. Maximum number of results to return. Must be between 1 and 200. Defaults to 50."
},
"pageToken": {
"type": "string",
"title": "Page Token",
"default": null,
"examples": [
"token123"
],
"nullable": true,
"description": "Optional. Token for retrieving the next page of results."
}
}
}