Name | Modifiers & Defaults | Type | Description |
---|---|---|---|
values | Default: [] (empty array) | Array<'Bid Modifier Per Publisher' Object>[] = no targeted bid modifiers. | An array representing publisher-specific bid modifiers. |
Sample Campaign Object (Snippet):
{
// other Campaign fields...
"publisher_bid_modifier": {
"values": []
}
}
{
// other Campaign fields...
"publisher_bid_modifier": {
"values": [
{
"target": "demo-site-1",
"cpc_modification": 1.5
},
{
"target": "demo-site-2",
"cpc_modification": 0.9
}
]
}
}
Field Name (spelling)
publisher_bid_modifier (singular)
PATCH
You can patch the existing modifiers without re-submitting the entire collection.