curl --request POST \
--url 'https://api.adside.ai/google-ads/mcp#get_geo_targets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"query": "<string>",
"customer_id": "<string>",
"country_code": "<string>",
"limit": 20
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}Search geographic targets by name (countries, regions, cities). Returns geo target constant IDs for campaign targeting.
curl --request POST \
--url 'https://api.adside.ai/google-ads/mcp#get_geo_targets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"query": "<string>",
"customer_id": "<string>",
"country_code": "<string>",
"limit": 20
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}API key (sk_live_*) — SHA256 hashed, looked up in Redis. Generate via the web app's workspace settings.