Wildberries API TypeScript SDK / <internal> / ResponseInfoAdvertType8
Interface: ResponseInfoAdvertType8
Defined in: types/promotion.types.ts:131
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="endtime"></a> endTime? | string | Дата завершения кампании | types/promotion.types.ts:133 |
<a id="createtime"></a> createTime? | string | Дата создания кампании | types/promotion.types.ts:135 |
<a id="changetime"></a> changeTime? | string | Дата последнего изменения кампании | types/promotion.types.ts:137 |
<a id="starttime"></a> startTime? | string | Дата последнего запуска кампании | types/promotion.types.ts:139 |
<a id="autoparams"></a> autoParams? | { subject?: { id?: number; name?: string; }; sets?: { id?: number; name?: string; }[]; menus?: { id?: number; name?: string; }[]; active?: { carousel?: boolean; recom?: boolean; booster?: boolean; }; nmCPM?: { nm?: number; cpm?: number; }[]; nms?: number[]; cpm?: number; } | - | types/promotion.types.ts:140 |
autoParams.subject? | { id?: number; name?: string; } | Продвигаемый предмет | types/promotion.types.ts:142 |
autoParams.subject.id? | number | ID предмета | types/promotion.types.ts:144 |
autoParams.subject.name? | string | Название предмета | types/promotion.types.ts:146 |
autoParams.sets? | { id?: number; name?: string; }[] | Внутренняя (системная) сущность (пол + предмет) | types/promotion.types.ts:149 |
autoParams.menus? | { id?: number; name?: string; }[] | - | types/promotion.types.ts:155 |
autoParams.active? | { carousel?: boolean; recom?: boolean; booster?: boolean; } | Места размещения | types/promotion.types.ts:162 |
autoParams.active.carousel? | boolean | Карточка товара - false — отключено - true — включено | types/promotion.types.ts:164 |
autoParams.active.recom? | boolean | Рекомендации на главной - false — отключено - true — включено | types/promotion.types.ts:166 |
autoParams.active.booster? | boolean | Ручная ставка - false — отключено - true — включено | types/promotion.types.ts:168 |
autoParams.nmCPM? | { nm?: number; cpm?: number; }[] | Ставки карточек товаров | types/promotion.types.ts:171 |
autoParams.nms? | number[] | Артикулы WB | types/promotion.types.ts:178 |
autoParams.cpm? | number | Ставка, указанная при создании кампании.<br> Поле актуально только для кампаний, созданных через API. | types/promotion.types.ts:180 |
<a id="name"></a> name? | string | Название кампании | types/promotion.types.ts:183 |
<a id="dailybudget"></a> dailyBudget? | number | Не используется | types/promotion.types.ts:185 |
<a id="advertid"></a> advertId? | number | ID кампании | types/promotion.types.ts:187 |
<a id="status"></a> status? | number | Статус кампании: - -1 — удалена, процесс удаления будет завершён в течение 10 минут - 4 — готова к запуску - 7 — завершена - 8 — отменена - 9 — активна - 11 — на паузе | types/promotion.types.ts:189 |
<a id="type"></a> type? | number | Тип кампании: - 8 — единая ставка | types/promotion.types.ts:191 |
<a id="paymenttype"></a> paymentType? | string | Модель оплаты: - cpm — за показы | types/promotion.types.ts:193 |