Re: create new keyword and add label

2023-08-08 Thread Anis Ahmed
Hi, Thanks for your reply. I had a look and I don't think we can still use this MutateGoogleAdsRequest as I need to perform these operations together : Create AdGroupCirterion and create AdGroupCirterionLabel. Since the AdGroupCriterionLabel requires the resourceName for AdGroupCriterion, I can't u

RE: create new keyword and add label

2023-08-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. With regards to your concern, you may refer to this service (https://developers.google.com/google-ads/api/reference/rpc/v14/GoogleAdsService#mutate), this method supports atomic transactions with multiple types of resources. For example,

Create new keyword and add label

2023-08-08 Thread Anis Ahmed
Hi Google Team, Is there a way that I can create a new keyword and give it a label in 1 mutate operation? Currently I see that AdGroupCriterion is used for creating the keyword and AdGroupCriterionLabelService is used to add the label to the keyword, Is it possible to do it in 1 operation when