get_competitor_assets
Retrieve a competitor's captured ads for one channel, newest-published first, with a whole-set summary and watch_asset_id for each ad to deconstruct creative.
Instructions
One competitor's captured ads for ONE channel, page by page, newest-published first, with a whole-set summary (totals, run lengths, video mix, coverage). Every ad carries a watch_asset_id so it can be deconstructed. Use after get_competitor_channels to load a channel tab. channel is a canonical slug: meta_ad_library | tiktok_ad_library | google_ads_transparency | instagram_organic | instagram_hashtag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 60, max 100). | |
| offset | No | Page offset (default 0). | |
| channel | Yes | Canonical channel slug. | |
| competitor_id | Yes | The competitor id (from get_competitor_channels) or topic id (from get_category_topics). | |
| include_summary | No | Whether to compute the whole-set summary (default true). Pass false when paging — the summary describes the channel, not the page, so re-computing it per page is wasted work. |