curl --request POST \
--url 'https://api.adside.ai/google-ads/mcp#get_keyword_performance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"customer_id": "<string>",
"campaign_id": "<string>",
"ad_group_id": "<string>",
"date_range": "LAST_30_DAYS",
"start_date": "<string>",
"end_date": "<string>",
"limit": 100
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}Get keyword-level performance metrics with quality score breakdown (expected CTR, ad relevance, landing page experience).
curl --request POST \
--url 'https://api.adside.ai/google-ads/mcp#get_keyword_performance' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"customer_id": "<string>",
"campaign_id": "<string>",
"ad_group_id": "<string>",
"date_range": "LAST_30_DAYS",
"start_date": "<string>",
"end_date": "<string>",
"limit": 100
}
},
"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.