curl --request POST \
--url 'https://api.adside.ai/google-ads/mcp#update_ad_group' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"ad_group_id": "<string>",
"customer_id": "<string>",
"name": "<string>",
"status": "ENABLED",
"cpc_bid_micros": 0,
"cpc_bid_amount": 123,
"ad_rotation_mode": "OPTIMIZE"
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}Update ad group properties (name, status, bid, rotation mode).
curl --request POST \
--url 'https://api.adside.ai/google-ads/mcp#update_ad_group' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"ad_group_id": "<string>",
"customer_id": "<string>",
"name": "<string>",
"status": "ENABLED",
"cpc_bid_micros": 0,
"cpc_bid_amount": 123,
"ad_rotation_mode": "OPTIMIZE"
}
},
"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.