v11 and Display campaigns

103 views
Skip to first unread message

Javier Val

unread,
Jun 17, 2022, 2:39:05 AM6/17/22
to Google Ads API and AdWords API Forum
Hello everyone!

I just upgraded from v10 to v11. I'm doing tests, and I see that I can no longer create Display-type campaigns. I had read that from August they would no longer be available.

Has this date been brought forward or is it a v11 feature that no longer includes this functionality?

Thank you very much
Message has been deleted

Google Ads API Forum Advisor

unread,
Jun 17, 2022, 1:01:08 PM6/17/22
to javie...@tiendeo.com, adwor...@googlegroups.com
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,

Google Logo
Aryeh
Google Ads API Team
 


ref:_00D1U1174p._5004Q2bxJi4:ref

Javier Val

unread,
Jun 20, 2022, 6:15:07 AM6/20/22
to Google Ads API and AdWords API Forum
Hello again, 

Sorry, I was wrong. The campaigns that will no longer be available from August are the smart ones. I have received this email (although in Spanish, surely you can translate it without problem):

googleAdsEmail.jpg

On the other hand, today I have tried again to create the campaigns (I use a c# client with grpc calls), and it has worked correctly. Perhaps some specific error has occurred. Sorry for the inconveniences.

Best regards

Google Ads API Forum Advisor

unread,
Jun 20, 2022, 10:29:01 AM6/20/22
to javie...@tiendeo.com, adwor...@googlegroups.com

Hi Javier,

Good day to you. 

Thank you for sending updates on your concern. If you have additional questions regarding the topic being discussed in this thread, feel free to send those over to our team and we would be happy to assist you further.

Please let me know if you have further concerns and our team will be happy to provide support.


Best,

Google Logo
Anthony Cyril
Google Ads API Team
 


ref:_00D1U1174p._5004Q2bxJi4:ref
Reply all
Reply to author
Forward
0 new messages