curl --request POST \
--url 'https://api.adside.ai/tiktok/mcp#get_audience_report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"start_date": "<string>",
"end_date": "<string>",
"advertiser_id": "<string>",
"data_level": "AUCTION_CAMPAIGN",
"dimensions": [
"gender",
"age"
],
"metrics": [
"spend",
"impressions",
"clicks",
"ctr",
"cpc"
],
"filters": [
{
"field_name": "<string>",
"filter_type": "IN",
"filter_value": "<string>"
}
],
"page": 1,
"page_size": 100
}
},
"id": "1"
}
'{
"jsonrpc": "<string>",
"id": "<string>",
"result": {
"content": [
{
"type": "<string>",
"text": "<string>"
}
]
}
}Get TikTok audience demographic breakdown (age, gender, country, OS, language)
curl --request POST \
--url 'https://api.adside.ai/tiktok/mcp#get_audience_report' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"method": "<string>",
"params": {
"name": "<string>",
"arguments": {
"start_date": "<string>",
"end_date": "<string>",
"advertiser_id": "<string>",
"data_level": "AUCTION_CAMPAIGN",
"dimensions": [
"gender",
"age"
],
"metrics": [
"spend",
"impressions",
"clicks",
"ctr",
"cpc"
],
"filters": [
{
"field_name": "<string>",
"filter_type": "IN",
"filter_value": "<string>"
}
],
"page": 1,
"page_size": 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.