Hi Javier,
I just created a Discovery campaign and ad group with REST Interface using v11:
curl -i --request POST https://googleads.googleapis.com/v11/customers/<>/googleAds:mutate \
--header "Content-Type: application/json" \
--header "login-customer-id: <>" \
--header "developer-token: <>" \
--header "Authorization: Bearer <>" \
--data '{
"mutateOperations": [
{
"campaignBudgetOperation": {
"create": {
"resourceName": "customers/<>/campaignBudgets/-1",
"status": "ENABLED",
"deliveryMethod": "STANDARD",
"type": "STANDARD",
"amountMicros": "50000000",
"explicitlyShared": false,
},
},
},
{
"campaignOperation": {
"create": {
"resourceName":"customers/<>/campaigns/-2",
"status": "PAUSED",
"advertisingChannelType": "DISCOVERY",
"networkSettings": {
"targetGoogleSearch": true,
"targetSearchNetwork": true,
"targetContentNetwork": true,
"targetPartnerSearchNetwork": false
},
"maximizeConversions": {
},
"paymentMode": "CLICKS",
"name": "disco11",
"campaignBudget": "customers/<>/campaignBudgets/-1",
"startDate": "2022-06-17",
"endDate": "2022-09-08",
},
},
},
{ "ad_group_operation": {
"create": {
status":"ENABLED",
"name": "Airport - flights to vln - T=none - P=flights - D=Airport#VLN",
"campaign": "customers/<>/campaigns/-2"
}
}
],
"responseContentType": "MUTABLE_RESOURCE"
}
'
Our documentation doesn't state that in August they won't be available. Could you tell where you are finding this information?
Regards,
 |
| Aryeh |
| Google Ads API Team |
|
|
| |

ref:_00D1U1174p._5004Q2bxJi4:ref