get_sponsor_performance
Analyze per-content sponsorship performance for a brand across YouTube or Instagram, including creator stats, estimated cost, and per-post engagement metrics.
Instructions
Detailed per-content sponsorship performance for a brand. Returns sponsoredCreators[] each with three stats scopes (creatorTotalStats = all content, creatorAllSponsoredStats = all sponsored content lifetime, creatorSpecificSponsoredStats = for this brand only) plus estimatedCost / estimatedCreatorCPM (YouTube-only — null for Instagram) and a content[] array with per-item views7d/30d/90d/Lifetime, likes, comments, engagementRate. EXPENSIVE: costs 25 credits per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandId | Yes | Brand ID (e.g. "acer.com"). | |
| platform | Yes | Platform scope. NOTE: TikTok sponsor data is not available — only YouTube and Instagram. | |
| pageSize | No | Results per page (max 100). | |
| offset | No | Number of records to skip for pagination. | |
| sortBy | No | Sort field. Numeric sorts use per-creator averages; `views` uses viewsLifetime. | publishTime |
| desc | No | Sort descending (true) or ascending (false). |