taboola-backstage-sdk 0.6.5 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -342,9 +342,9 @@ type NetworkAdvertisersResponse = ListResponse<AdvertiserAccount>;
342
342
  * Publisher bid modifier entry
343
343
  */
344
344
  interface PublisherBidModifier {
345
- /** Target publisher */
345
+ /** Publisher account_id (aka site) to apply the bid modifier to */
346
346
  target: string;
347
- /** CPC modification value (1.0 = no change, 1.5 = +50%, 0.5 = -50%) */
347
+ /** CPC modification value (0.011–2.0; 1.0 = no change, 0.5 = -50%, 1.5 = +50%) */
348
348
  cpc_modification: number;
349
349
  }
350
350
  /**
@@ -357,9 +357,9 @@ interface PublisherBidModifierCollection {
357
357
  * Publisher bid strategy modifier entry
358
358
  */
359
359
  interface PublisherBidStrategyModifier {
360
- /** Publisher name */
360
+ /** Publisher site name */
361
361
  publisher: string;
362
- /** Bid strategy for this publisher */
362
+ /** Bid strategy for this publisher (only FIXED is supported) */
363
363
  bid_strategy: BidStrategy;
364
364
  }
365
365
  /**
package/dist/index.d.ts CHANGED
@@ -342,9 +342,9 @@ type NetworkAdvertisersResponse = ListResponse<AdvertiserAccount>;
342
342
  * Publisher bid modifier entry
343
343
  */
344
344
  interface PublisherBidModifier {
345
- /** Target publisher */
345
+ /** Publisher account_id (aka site) to apply the bid modifier to */
346
346
  target: string;
347
- /** CPC modification value (1.0 = no change, 1.5 = +50%, 0.5 = -50%) */
347
+ /** CPC modification value (0.011–2.0; 1.0 = no change, 0.5 = -50%, 1.5 = +50%) */
348
348
  cpc_modification: number;
349
349
  }
350
350
  /**
@@ -357,9 +357,9 @@ interface PublisherBidModifierCollection {
357
357
  * Publisher bid strategy modifier entry
358
358
  */
359
359
  interface PublisherBidStrategyModifier {
360
- /** Publisher name */
360
+ /** Publisher site name */
361
361
  publisher: string;
362
- /** Bid strategy for this publisher */
362
+ /** Bid strategy for this publisher (only FIXED is supported) */
363
363
  bid_strategy: BidStrategy;
364
364
  }
365
365
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taboola-backstage-sdk",
3
- "version": "0.6.5",
3
+ "version": "0.6.7",
4
4
  "description": "TypeScript SDK for Taboola Backstage API - Campaign management, reporting, and audience targeting",
5
5
  "author": "Arya Alikhani",
6
6
  "license": "MIT",