reddit_ create_ custom_ audience
create Reddit custom_audience with native fields, including supported objectives/formats.
create Reddit custom_audience with native fields, including supported objectives/formats. Preview by default; creations of campaigns/groups/ads are always PAUSED. Read reddit_get_write_schema(operation=custom_audience_create) and current configuration before edits.
- Source
- Reddit Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ reddit-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Required | Selected Reddit ad account ID (a2_...), not the business ID. |
data | object | Required | Native Reddit fields. Read reddit_get_write_schema first. Microcurrency budgets; partial nested objects replace that object. |
confirm | boolean | Optional | False previews locally. True applies only the explicitly authorized change. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "reddit_create_custom_audience",
"args": {
"adAccountId": "<string>",
"data": "<object>"
}
}
}