sure

On Friday, May 2, 2025 at 9:45:42 AM UTC-4 Google Ads API Forum Advisor 
wrote:

> 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* 
> <https://developers.google.com/google-ads/api/rest/reference/rest/v18/customers.campaigns/mutate>
>  
> method.
>
> For step-by-step instructions on how to set up campaigns via the API, I 
> recommend referring to the Campaign Creation *guide* 
> <https://developers.google.com/google-ads/api/docs/campaigns/create-campaigns>.
>  
> 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* 
> <https://developers.google.com/google-ads/api/docs/campaigns/overview#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,
> [image: Google Logo] Google Ads API Team 
> Feedback
> How was our support today? 
>
> [image: rating1] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=1&entry.295079254=500Ht00001qVew5IAC>
>   
>   [image: rating2] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=2&entry.295079254=500Ht00001qVew5IAC>
>   
>   [image: rating3] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=3&entry.295079254=500Ht00001qVew5IAC>
>   
>   [image: rating4] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=4&entry.295079254=500Ht00001qVew5IAC>
>   
>   [image: rating5] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=5&entry.295079254=500Ht00001qVew5IAC>
> [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/67f1a726-da3f-405b-be99-2bab5b54b640n%40googlegroups.com.
  • Un... Aman Ansari
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Aman Ansari
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Rondale Sidbury
        • ... Aman Ansari
        • ... Aman Ansari

Reply via email to