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:436

Type Declaration

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

Made with ❤️ for the Wildberries developer community