Wildberries API TypeScript SDK / <internal> / SearchClusterStatEntry
Interface: SearchClusterStatEntry
Defined in: types/promotion.types.ts:1870
Statistics entry for a single search cluster
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="norm_query"></a> norm_query | string | Search cluster (normalized query) | types/promotion.types.ts:1872 |
<a id="views"></a> views | number | Number of views | types/promotion.types.ts:1874 |
<a id="clicks"></a> clicks | number | Number of clicks | types/promotion.types.ts:1876 |
<a id="atbs"></a> atbs | number | Number of add-to-basket actions | types/promotion.types.ts:1878 |
<a id="orders"></a> orders | number | Number of orders | types/promotion.types.ts:1880 |
<a id="ctr"></a> ctr | number | Click-through rate (%) | types/promotion.types.ts:1882 |
<a id="cpc"></a> cpc | number | Cost per click (RUB) | types/promotion.types.ts:1884 |
<a id="cpm"></a> cpm | number | Cost per mille - cost per 1000 impressions (RUB) | types/promotion.types.ts:1886 |
<a id="avg_pos"></a> avg_pos | number | Average position on search results page | types/promotion.types.ts:1888 |