Skip to content

Wildberries API TypeScript SDK / <internal> / Stats1

Type Alias: Stats1

ts
type Stats1 = {
  views?: number;
  clicks?: number;
  atbs?: number;
  ctr?: number;
}[];

Defined in: types/promotion.types.ts:444

Type Declaration

NameTypeDescriptionDefined in
views?numberКоличество просмотровtypes/promotion.types.ts:446
clicks?numberКоличество кликовtypes/promotion.types.ts:448
atbs?numberКоличество добавлений товаров в корзинуtypes/promotion.types.ts:450
ctr?numberCTR (click-through rate) — показатель кликабельности, отношение числа кликов к количеству показов в рамках медиакампанииtypes/promotion.types.ts:452

Made with ❤️ for the Wildberries developer community