pinterest_ estimate_ delivery
Run non-mutating Pinterest planning computations: ad-group audience size, bid floors, or campaign delivery estimates.
Run non-mutating Pinterest planning computations: ad-group audience size, bid floors, or campaign delivery estimates. The request body follows the selected Pinterest v5 schema and no campaign/ad group is created or changed.
- Source
- Pinterest Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ pinterest-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
adAccountId | string | Optional | |
mode | string | Required | One of: AUDIENCE_SIZE, BID_FLOOR, CAMPAIGN_, ADVANCED_. |
request | object | Required |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_estimate_delivery",
"args": {
"mode": "AUDIENCE_SIZE",
"request": "<object>"
}
}
}