Patching Bid Modifiers

Patching Bid Modifiers

To update publisher_bid_modifiers via the API, without submitting the entire collection:

  1. Send an HTTP PATCH request.
  2. The request body must include a JSON Object with:

Patching Bid Strategy Modifiers

To update publisher_bid_strategy_modifiers via the API, without submitting the entire collection:

  1. Send an HTTP PATCH request.
  2. The request body must include a JSON Object with:

🚧

Minimum CPC

For each campaign, Taboola Backstage enforces a minimum CPC.

As of July 8, the minimum CPC is also enforced for site-level bids.

For more detail, see: Get list of Minimum CPC values

🚧

Restrictions

When patching Bid Strategy Modifiers:

  • The campaign must have a Bid Strategy of "OPTIMIZED_CONVERSIONS".
  • For an "ADD" operation, you must set the bid_strategy to "FIXED" (to override the above, campaign-level setting for this publisher).
  • The "REPLACE" operation is not supported. You can use only "ADD" (apply an override of "FIXED" for this publisher) or "REMOVE" (remove the override).

πŸ“˜

See Patching Collections for an overview of the PATCH operation.

πŸ“˜

See Patch a Collection for examples.