No product-matched commands in this window.
) : ( <>| Product | Asks |
|---|---|
| {p.productName ?? 'Unknown product'} | {p.demandHits.toLocaleString()} |
Each ask while out of stock is a missed sale.
{!stockGaps || stockGaps.length === 0 ? (| Product | OOS asks | Total asks |
|---|---|---|
| {p.productName ?? 'Unknown product'} | {p.oosHits.toLocaleString()} | {p.demandHits.toLocaleString()} |
Phrases that found no match in your catalog. Treat as a backlog.
{!phrases || phrases.length === 0 ? (| Phrase | Asks |
|---|---|
|
{place && |
{q.gapCount.toLocaleString()} |
No intent themes yet.
) : (| Theme | Asks | Share |
|---|---|---|
| {it.themeLabel} | {it.hitCount.toLocaleString()} | {formatPercent(it.percentage)} |