Get customer account start date

2022-08-30 Thread Ajay.R
Is there a query field to get customer account's start date like we get in campaign start date -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Ad type response

2022-07-19 Thread Ajay.R
Hello google ads team, I am using python library client , I am getting ad_type via search query and the response commimg is "AdType.RESPONSIVE_SEARCH_AD", is it stable ? is it safe use it as it is? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlea

Re: Exception message

2022-07-19 Thread Ajay.R
Thank you for your response. The problem solved. On Tue, 19 Jul, 2022, 7:45 pm Google Ads API Forum Advisor, wrote: > Hi Ajay, > > Thank you for reaching out to our API support team. > > So our team can get the full context of the issue and investigate the > cause, could you also share the comp

Exception message

2022-07-19 Thread Ajay.R
what does it mean: " FaultMessage: Too low." -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWo

Re: Update Effective CPC bid

2022-07-18 Thread Ajay.R
Thank you for your response. On Mon, 18 Jul, 2022, 4:13 pm Google Ads API Forum Advisor, wrote: > Hi Ajay, > > Thank you for reaching out to us. > > You may refer to this document > > as it has the correct code

Re: Update Effective CPC bid

2022-07-18 Thread Ajay.R
Sorry Forgot to mention, I am using Python library On Monday, July 18, 2022 at 1:42:51 PM UTC+5:30 Ajay.R wrote: > Hello Google ads Team, > > how to update effective cpc bid of the keywords. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Update Effective CPC bid

2022-07-18 Thread Ajay.R
Hello Google ads Team, how to update effective cpc bid of the keywords. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribe

Re: Update labels for keywords

2022-07-15 Thread Ajay.R
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

Re: Update labels for keywords

2022-07-15 Thread Ajay.R
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

Re: Update labels for keywords

2022-07-14 Thread Ajay.R
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.refr

Update labels for keywords

2022-07-14 Thread Ajay.R
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

filtering with segments date

2022-06-23 Thread Ajay.R
Hi Google ads team, does filtering with segments not work with these paramenters '<','>' WHERE segments.date < '2022-06-23' it is excepting that I shoul add filter -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~

Get Campaign performance

2022-06-22 Thread Ajay.R
Hi Google Ads Team, Where can I get Campaign performance report like in old adwords Campaign_Performance_Report view, I am using Python client. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: cant get results

2022-06-16 Thread Ajay.R
Hi google ads, I am using python client and I am searching campaign details with some selected campaign ids , but I am not getting any results, Search pager [field mask] is provided, I don't know what to do. On Thursday, June 16, 2022 at 3:15:59 PM UTC+5:30 Ajay.R wrote: > I am not get

cant get results

2022-06-16 Thread Ajay.R
I am not getting the results only field mask alone is comming from the API -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscri

permission denied error

2022-06-09 Thread Ajay.R
Hi, Using python client, I am getting campaigns with load_from_dict method of 'GoogleAdsService', I have given the login_customer_id in the config_dict, but getting permission denied error, error:"User doesn't have permission to access customer. Note: If you're accessing a client customer, th

Get enabled customers

2022-06-06 Thread Ajay.R
How to get enabled customers from list_accessible_customers() method. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed t