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)publisherbid_strategy_modifiers (_plural)
PATCHYou can patch the existing modifiers without re-submitting the entire collection.