publisher_bid_strategy_modifiers

NameModifier & DefaultsTypeDescription
publisher_bid_strategy_modifiersDefault:
Publisher Bid Strategy Modifier Object with values = [](empty array)
Publisher Bid Modifier ObjectIf the campaign has a bid_strategy of "SMART", you can use this field to set a "FIXED" bid strategy for specific publishers.

Note: You can patch the existing modifiers without re-submitting the entire collection.

Sample Campaign Object (Snippet):

{
   // other Campaign fields...
   "publisher_bid_strategy_modifiers": {
      "values": []
   }
}
{
   // other Campaign fields...
   "publisher_bid_strategy_modifiers": {
      "values": [
         {
            "publisher": "rotter",
            "bid_strategy": "FIXED"
         }
      ]
   }
}

πŸ“˜

Field Name (spelling)

publisherbid_strategy_modifiers (_plural)

πŸ“˜

PATCH

You can patch the existing modifiers without re-submitting the entire collection.