# tiktok_get_delivery_status

> Aggregate campaign, ad group, and ad delivery status/operation_status with simple diagnostics. One of 32 TikTok Ads tools on the Get MCP Ads MCP gateway.

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

Aggregate campaign, ad group, and ad delivery status/operation_status with simple diagnostics.

|  |  |
| --- | --- |
| Source | [TikTok Ads](https://www.getmcpads.com/docs/sources/tiktok-ads) |
| Kind | Read |
| Discovery | Announced in the tool list |
| Account parameter | `advertiserId` |
| Endpoint | https://mcp.getmcpads.com/tiktok-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `advertiserId` | string | Required | TikTok advertiser ID. |
| `campaignId` | string | Optional | Optional campaign ID filter. |
| `adgroupId` | string | Optional | Optional ad group ID filter. |
| `includeAds` | boolean | Optional | Include ad-level status diagnostics. Default: `true`. |
| `limit` | integer | Optional | Default: `100`. |

## Calling it

Directly, since it is announced

```json
{
  "name": "tiktok_get_delivery_status",
  "arguments": {
    "advertiserId": "<string>"
  }
}
```

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

---

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