Re: 429 Errors Are Getting Ridiculous

2023-12-14 Thread Ian Campbell
I'm getting the same on this service. Including on making the first request in a 24 hour period. I am getting the error to try again in 30 seconds If I do try again, even after 1 hour gap, I get the same message. I realise there is a 10,000 keyword limit on this call, which I presume is in a 24

Re: Howmany ways to intgrate GoogleAds from .Net Core 6.0 app

2022-02-02 Thread 'Ian Campbell' via Google Ads API and AdWords API Forum
Not sure if it's 'supported', but I have Client Library working with .net core 6.0 On Wednesday, 2 February 2022 at 10:20:55 UTC anjana.s...@marutitech.com wrote: > Hello, > > > > I found two ways to push offline conversions in Google Ads from c# > backend, one is by using

Re: CUSTOMER_NOT_ENABLED

2022-02-02 Thread 'Ian Campbell' via Google Ads API and AdWords API Forum
Any update on this? There doesn't seem to be a way of finding a list of all client accounts that are not 'cancelled'. Therefore I cannot get a list of all client accounts that will not throw an error when I try access them via the api On Thursday, 15 August 2019 at 08:42:07 UTC+1

Identify 'cancelled' accounts from customer_client

2022-02-02 Thread 'Ian Campbell' via Google Ads API and AdWords API Forum
So, I can get all client accounts my manager account can access and build an account hierarchy by querying customer_client i.e. SELECT customer_client.id, customer_client.currency_code, customer_client.time_zone,

Re: AddKeywordPlan C# Example - cannot complete your request at the moment error

2022-01-10 Thread 'Ian Campbell' via AdWords API and Google Ads API Forum
[image: Screenshot 2.jpg] Weird thing is GenerateHistoricalMetrics api call actually works ok. My problem now is that the KeyWord Plan I create via the api cannot be viewed in the Google Ads UI On Friday, 7 January 2022 at 18:21:58 UTC adsapi wrote: > Hi Ian, > > If you can privately provide

Re: AddKeywordPlan C# Example - cannot complete your request at the moment error

2022-01-07 Thread 'Ian Campbell' via AdWords API and Google Ads API Forum
GenerateHistoricalMetricsResponse response = kpServiceClient.GenerateHistoricalMetrics(keywordPlanResource) and supplying the keywordPlanId so some progress On Friday, 7 January 2022 at 09:59:19 UTC Ian Campbell wrote: > Thanks, I have reached out to the product support team > > I

Re: AddKeywordPlan C# Example - cannot complete your request at the moment error

2022-01-07 Thread 'Ian Campbell' via AdWords API and Google Ads API Forum
Thanks, I have reached out to the product support team I did find these Quota limits in the docs. https://developers.google.com/google-ads/api/docs/best-practices/quotas#planning_services But they don't seem to apply, as I am running the example code just once. If the UI error is intermittent,