Name | Modifier & Defaults | Type | Description |
---|---|---|---|
publisher_bid_strategy_modifiers | Default: Publisher Bid Strategy Modifier Object with values = [] (empty array) | Publisher Bid Modifier Object | If 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.