pinterest_ get_ pin_ analytics
Read paid Pin analytics, organic multi/single-Pin analytics, user-account analytics, top Pins, or top video Pins.
Read paid Pin analytics, organic multi/single-Pin analytics, user-account analytics, top Pins, or top video Pins. Pass raw metric names supported by the selected Pinterest endpoint.
- 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: PAID_PINS, ORGANIC_PINS, ORGANIC_PIN, USER_ACCOUNT, TOP_PINS, TOP_VIDEO_PINS. |
pinId | string | Optional | |
pinIds | array | Optional | |
campaignId | string | Optional | |
startDate | string | Required | |
endDate | string | Required | |
metrics | array | Required | |
granularity | string | Optional | One of: TOTAL, DAY, HOUR, WEEK, MONTH. Default: "DAY". |
sortBy | string | Optional | Required by Pinterest top-Pin endpoints; defaults to IMPRESSION. |
query | object | Optional | Additional documented query parameters for the selected fixed GET endpoint. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "pinterest_get_pin_analytics",
"args": {
"mode": "PAID_PINS",
"startDate": "<string>",
"endDate": "<string>",
"metrics": "<array>"
}
}
}