API returns empty responses for particular account(Adwords and Google ADS)

2021-10-07 Thread Alexander Hristov
Hi Everyone, The issue started occurring on Sunday. All the responses from one particular account(authenticated via MCC) appear empty. The issue occurs in both the Adwords and Google ADS API. It's worth mentioning that the data is visible in the Googgle ADS console. Can someone advise how to ad

Re: Query builder API

2021-06-11 Thread Alexander Hristov
Hi Matt, Yes, indeed, that's exactly what I'm looking for. Regards, Alex. On Tuesday, June 8, 2021 at 5:44:06 PM UTC+3 adsapi wrote: > Hi Alex, > > Thanks for providing some more context. If I understand your request, you > are basically looking for a query validation tool in the API, rather t

Re: Query builder API

2021-06-07 Thread Alexander Hristov
Hi Peter, OK, so a bit of context: I'm currently dealing with migrating from the old Adwords API. With that in mind, much of the things involve adapting the API to an existing codebase(and a really large one at that), where a lot of the implementations rely heavily on mocking the gRPC services.

Query builder API

2021-06-03 Thread Alexander Hristov
Hey everyone, This may come off as a bit strange but I was wondering if you might consider adding something like this. The query builder works in browser and it reads the data from locations such as this and all the process

Re: Extracting conversions, conversion value, conversion action and conversion action name through the API.

2021-04-14 Thread Alexander Hristov
Hi, Thanks for the reply. Could you please elaborate on that? I modified the second example to set the ClientCustomerId in the client(second example) but I still get the exact same errors when I request metrics. Kind regards, Alex. On Wednesday, April 14, 2021 at 5:50:38 AM UTC+3 adsapiforumad

Extracting conversions, conversion value, conversion action and conversion action name through the API.

2021-04-13 Thread Alexander Hristov
Hey everyone, I've tested several different solutions but none of them seems to be the right answer, In essence I'm afer the following: SELECT customer.id, metrics.conversions, metrics.conversions_value, segments.conversion_action, segments.conversion_action_name FROM cus