{
"mutateOperations": [
{
"campaignBudgetOperation": {
"create": {
"resourceName": "customers/{{googAccountId}}/campaignBudgets/-1",
"deliveryMethod": "STANDARD",
"period": "DAILY",
"type": "STANDARD",
"name": "API RDA Keyword to website #6 Campaign Budget",
"amountMicros": 5000000,
"explicitlyShared": false
}
}
},
{
"campaignOperation": {
"create": {
"resourceName": "customers/{{googAccountId}}/campaigns/-2",
"status": "ENABLED",
"advertisingChannelType": "SEARCH",
"name": "API RDA Keyword to website #6 Campaign",
"campaignBudget": "customers/{{googAccountId}}/campaignBudgets/-1",
"networkSettings": {
"targetGoogleSearch": true,
"targetSearchNetwork": true,
"targetContentNetwork": false,
"targetPartnerSearchNetwork": false,
"targetYoutube": false,
"targetGoogleTvNetwork": false
},
"frequencyCaps": [
{
"key": {
"level": "AD_GROUP",
"eventType": "IMPRESSION",
"timeUnit": "DAY",
"timeLength": 1
},
"cap": 2
}
],
"paymentMode": "CLICKS",
"assetAutomationSettings": [
{
"assetAutomationType": "TEXT_ASSET_AUTOMATION",
"assetAutomationStatus": "OPTED_OUT"
}
],
"manualCpc": {
"enhancedCpcEnabled": true
}
}
}
},
{
"campaignCriterionOperation": {
"create": {
"resourceName": "customers/{{googAccountId}}/campaignCriteria/-2~-7",
"status": "ENABLED",
"campaign": "customers/{{googAccountId}}/campaigns/-2",
// "bidModifier": number,
"negative": false,
"language": {
"languageConstant": "languageConstants/1000"
}
// "location": {
// "geoTargetConstant": "geoTargetConstants/2840"
// }
// "keyword": {
// "matchType": "EXACT",
// "text": "Desk"
// }
}
}
}
]
}