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
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,
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