Thank you!

On Monday, April 28, 2025 at 4:56:15 PM UTC+5:30 Google Ads API Forum 
Advisor wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team. 
>    
>    - To enable the 'Broad match keywords', set the 
>    'keywordMatchType':BROAD in the campaign:mutate 
>    
> <https://developers.google.com/google-ads/api/rest/reference/rest/v19/customers.campaigns/mutate?apix=true>
>  while 
>    creating the campaign as below:  
>
>
> POST https://googleads.googleapis.com/v19/customers/{customer 
> Id}/campaigns:mutate?key=[YOUR_API_KEY] HTTP/1.1
>
> developer-token: **********************
> Authorization: Bearer [YOUR_ACCESS_TOKEN]
> Accept: application/json
> Content-Type: application/json
>
> {
>   "operations": [
>     {
>       "create": {
>         "campaignBudget": "customers/{customer Id}/campaignBudgets/{campaign 
> Budget Id}",
>         "biddingStrategy": "customers/{customer 
> Id}/biddingStrategies/{bidding strategy Id}",
>         "advertisingChannelType": "SEARCH",
>         "name": "test_forBoradMatch1",
>         "keywordMatchType": "BROAD"
>       }
>     }
>   ]
> }
>
> {
>   "results": [
>     {
>       "resourceName": "customers/{customer Id}/campaigns/{campaign Id}"
>     }
>   ]
> }
>
>
>    - To disable the 'Broad match keywords', set the 
>    'keywordMatchType':UNSPECIFIED in the campaign:mutate 
>    
> <https://developers.google.com/google-ads/api/rest/reference/rest/v19/customers.campaigns/mutate?apix=true>
>  while 
>    creating a campaign or you can update for an existing campaign as below: 
>
>
> curl --request POST \
>
>  'https://googleads.googleapis.com/v19/customers/{customer 
> Id}/campaigns:mutate?key=[YOUR_API_KEY]' \
>
>  --header 'developer-token: **********************' \
>
>  --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \
>
>  --header 'Accept: application/json' \
>
>  --header 'Content-Type: application/json' \
>
>  --data '{"operations":[{"update":{"resourceName":"customers/{customer 
> Id}/campaigns/{campaign 
> id}","keywordMatchType":"UNSPECIFIED"},"updateMask":"resourceName,keywordMatchType"}]}'
>  \
>
>  --compressed
>
>  
>
> {
>
>  "results": [
>
>   {
>
>    "resourceName": "customers/{customer Id}/campaigns/{campaign id}"
>
>   }
>
>  ]
>
> }
>
>
>
>
>   
>
> 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=500Ht00001qV8SzIAK>
>   
>   [image: rating2] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=2&entry.295079254=500Ht00001qV8SzIAK>
>   
>   [image: rating3] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=3&entry.295079254=500Ht00001qV8SzIAK>
>   
>   [image: rating4] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=4&entry.295079254=500Ht00001qV8SzIAK>
>   
>   [image: rating5] 
> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=5&entry.295079254=500Ht00001qV8SzIAK>
> [2025-04-28 11:25:27Z GMT] This message is in relation to case 
> "ref:!00D1U01174p.!500Ht01qV8Sz:ref" (ADR-00302514)
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/4f9efb56-f10a-4373-9355-e3d473953cfcn%40googlegroups.com.
  • Se... Amit Tomar
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Amit Tomar

Reply via email to