Hi, Thank you for reaching out to the Google Ads API support team.
Yes, it is possible to create a demand gen campaign using the Google Ads API. You can achieve this by utilizing the customers.campaigns method. For step-by-step instructions on how to set up campaigns via the API, I recommend referring to the Campaign Creation guide. This guide provides detailed instructions and examples to walk you through the process. Also, you can explore the various supported campaign types and their specific configurations in our campaign types documentation. To create a demand gen campaign using Google Ads API, firstly you need to set up a campaign budget via API. I would recommend you to go sample code to achieve campaign budget and campaign creation: POST https://googleads.googleapis.com/v19/customers/7596015003/campaignBudgets:mutate?key=[YOUR_API_KEY] HTTP/1.1 { "operations": [ { "create": { "name": "campaignBudget", "amountMicros": 100000 } } ] } POST https://googleads.googleapis.com/v19/customers/7596015003/campaigns:mutate?key=[YOUR_API_KEY] HTTP/1.1 { "operations": [ { "create": { "name": "Test1", "advertisingChannelType": "DEMAND_GEN", "campaignBudget": "customers/7596015003/campaignBudgets/14524648553", "targetCpa": { "targetCpaMicros": 10000 } } } ] } If you are facing any issues while creating campaign, kindly get back to us. Thanks, Google Ads API Team Feedback How was our support today? [2025-05-02 13:44:27Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qVew5:ref" (ADR-00303358) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/fizE8000000000000000000000000000000000000000000000SVMZI300R9cPAXOPQd-Q0JthBlv9xQ%40sfdc.net.