Wildberries API TypeScript SDK / <internal> / AuctionAdvertSettings
Interface: AuctionAdvertSettings
Defined in: types/promotion.types.ts:316
Настройки кампании
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="payment_type"></a> payment_type | "cpm" | "cpc" | Тип оплаты: - cpm — за показы - cpc — за клик | types/promotion.types.ts:318 |
<a id="name"></a> name | string | Имя кампании | types/promotion.types.ts:320 |
<a id="placements"></a> placements | { search: boolean; recommendations: boolean; } | Места размещения | types/promotion.types.ts:322 |
placements.search | boolean | Размещение в поиске: - false — да - true — нет | types/promotion.types.ts:324 |
placements.recommendations | boolean | Размещение в рекомендациях: - false — отключено - true — включено | types/promotion.types.ts:326 |