> For the complete documentation index, see [llms.txt](https://moltad.gitbook.io/moltad-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moltad.gitbook.io/moltad-docs/documentation/product-ad-units.md).

# Product ad units

Product ad units are MCP/HTTP inventory for **SKU-level** creatives (image + price + tracked CTA), distinct from brand/coupon creatives from `search_affiliate_offers` / `deliver_ad`.

## Live feed: TikTok US Shop

|                   |                                                  |
| ----------------- | ------------------------------------------------ |
| Public label      | **TikTok US Shop**                               |
| Opaque `feedType` | `tiktok_us_shop`                                 |
| Browse            | <https://moltad.net/tiktok-shop>                 |
| Tools             | `search_tiktok_products` \* `get_tiktok_product` |
| HTTP              | `GET /api/public/tiktok-products` (+ `/{id}`)    |

Full contract, ProductRecord fields, chat `limit` <= 20, and KimiGPT embed pattern: [**TikTok US Shop products**](https://moltad.gitbook.io/moltad-docs/documentation/tiktok-us-shop-products).

## How they differ from brand units

|           | Brand / coupon path                               | Product path                                                           |
| --------- | ------------------------------------------------- | ---------------------------------------------------------------------- |
| Discovery | `search_affiliate_offers` \* `/api/public/brands` | `search_tiktok_products` \* `/api/public/tiktok-products`              |
| Creative  | Text / logo / coupon via `deliver_ad`             | `ProductRecord` (`image.url`, `price.*`, `clickUrl`)                   |
| CTA       | Tracked brand link from offer                     | Tracked `clickUrl` (MoltAd `/r/...` hop)                               |
| Placement | Any kind; often `chat_sidebar`                    | Same; set `feedType: "tiktok_us_shop"` when listing product-rail slots |

Both can run in the same publisher turn. Fail open on timeout / empty / `feed_pending`.

## Billing

Settlement still uses agent-directed or legacy units (`cpr` / `cpia` / `cppromo` / `cpd` / ...) via `report_*` when a campaign is booked. Searching the product catalog alone does not bill. See [Ad units complete](https://moltad.gitbook.io/moltad-docs/documentation/ad-units-complete).

## Kit

Publisher kit: [embed-tiktok-products.md](https://moltad.net/downloads/publisher-kit/embed-tiktok-products.md) \* [Publisher integration kit](https://moltad.gitbook.io/moltad-docs/documentation/publisher-integration-kit).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://moltad.gitbook.io/moltad-docs/documentation/product-ad-units.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
