Thank you for your response.
On Fri, Jul 15, 2022 at 4:27 PM Google Ads API Forum Advisor
wrote:
> Hi Ajay,
>
> Good day to you.
>
> Thank you for sending updates on your concern. If you have additional
> questions regarding the topic being discussed in this thread, feel free to
> send those ove
Thanks Google ads Team,
Now its working by calling the AdgroupCriterionLabelService and mutating
with ad_group_criterion resource name
Thanks.
On Friday, July 15, 2022 at 1:22:24 PM UTC+5:30 adsapi wrote:
> Hi Ajay,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Labels allow you t
Why I am not getting a reply?
On Friday, July 15, 2022 at 11:03:13 AM UTC+5:30 Ajay.R wrote:
> Hi google ads team,
> I am using Python library , How to assign an existing label for the
> keyword.
> I have tried this,
> google_ads_client = self.google_ads_api_client(self.refresh_token, self
> .lo
Hi google ads team,
I am using Python library , How to assign an existing label for the keyword.
I have tried this,
google_ads_client = self.google_ads_api_client(self.refresh_token, self
.login_customer_id)
agc_service = google_ads_client.get_service('AdGroupCriterionService')
agc_operation = goog