Wildberries API TypeScript SDK / <internal> / ResponseInfoAdvertType9
Interface: ResponseInfoAdvertType9
Defined in: types/promotion.types.ts:196
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="endtime"></a> endTime? | string | Дата завершения кампании | types/promotion.types.ts:198 |
<a id="createtime"></a> createTime? | string | Дата создания кампании | types/promotion.types.ts:200 |
<a id="changetime"></a> changeTime? | string | Дата последнего изменения кампании | types/promotion.types.ts:202 |
<a id="starttime"></a> startTime? | string | Дата последнего запуска кампании | types/promotion.types.ts:204 |
<a id="searchplusestate"></a> searchPluseState? | boolean | Активность фиксированных фраз: - false — не активны - true — активны | types/promotion.types.ts:206 |
<a id="name"></a> name? | string | Название кампании | types/promotion.types.ts:208 |
<a id="unitedparams"></a> unitedParams? | { subject?: { id?: number; name?: string; }; menus?: { id?: number; name?: string; }[]; nms?: number[]; searchCPM?: number; catalogCPM?: number; }[] | - | types/promotion.types.ts:209 |
<a id="dailybudget"></a> dailyBudget? | number | Не используется | types/promotion.types.ts:231 |
<a id="advertid"></a> advertId? | number | ID кампании | types/promotion.types.ts:233 |
<a id="status"></a> status? | number | Статус кампании: - -1 — удалена, процесс удаления будет завершён в течение 10 минут - 4 — готова к запуску - 7 — завершена - 8 — отменена - 9 — активна - 11 — на паузе | types/promotion.types.ts:235 |
<a id="type"></a> type? | number | Тип кампании: - 9 — Ручная ставка | types/promotion.types.ts:237 |
<a id="paymenttype"></a> paymentType? | string | Модель оплаты: - cpm — за показы | types/promotion.types.ts:239 |
<a id="auction_multibids"></a> auction_multibids? | { nm?: number; bid?: number; }[] | Ставки артикулов WB | types/promotion.types.ts:241 |