PPC: Advertised products
ppc_advertised_productsQuery product/ASIN-level performance (SP+SD ad grain, merged per ASIN with a per-program split; SB per-ASIN spend exists only in the blended P&L). Returns products sorted by spend with status classification (Scaling, Stable, Underperforming, Bleeding). Supports single ASIN, multiple ASINs (for parent family aggregation), or SKU lookup. When multiple ASINs are provided (e.g. all child ASINs from ppc_product_family), also returns family_totals with aggregate metrics across all children.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Filter by seller SKU. | |
| asin | No | Filter to a specific ASIN. | |
| asins | No | List of ASINs to query (e.g. child ASINs from a parent family). Returns performance for each + family_totals. | |
| limit | No | Products per page. Default: 25, max: 1000. | |
| offset | No | Pagination offset — page through ALL advertised products via next_offset. | |
| end_date | No | ||
| profile_id | No | Which advertising profile (see account_profiles). Optional when the token has exactly one. | |
| start_date | No | ||
| period_days | No | ||
| target_acos | No | Target ACoS for status classification. Default: 0.30. |