publisher_bid_strategy_modifiers
| 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.
|
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)
PATCHYou can patch the existing modifiers without re-submitting the entire collection.
Updated 21 days ago
Did this page help you?
