Name | Modifier & Defaults | Type | Description |
---|---|---|---|
publisher_bid_strategy_modifiers | Default: | Publisher Bid Modifier Object | If the campaign has a |
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)
publisher_bid_strategy_modifiers (plural)
PATCH
You can patch the existing modifiers without re-submitting the entire collection.