# pinterest_get_pin_analytics

> Read paid Pin analytics, organic multi/single-Pin analytics, user-account analytics, top Pins, or top video Pins.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Pinterest Ads](https://www.getmcpads.com/docs/sources/pinterest-ads)

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](https://www.getmcpads.com/docs/sources/pinterest-ads) |
| Kind | Read |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/pinterest-ads/mcp |

## Parameters

| 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 it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "pinterest_get_pin_analytics",
    "args": {
      "mode": "PAID_PINS",
      "startDate": "<string>",
      "endDate": "<string>",
      "metrics": "<array>"
    }
  }
}
```

- [Pinterest Ads metrics](https://www.getmcpads.com/docs/sources/pinterest-ads/metrics): What you can ask for.
- [Pinterest Ads dimensions](https://www.getmcpads.com/docs/sources/pinterest-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/pinterest-ads/tools/pinterest_get_pin_analytics
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
