RE: Google ads api ad data

2022-07-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Marwen, The query builder could indeed help in constructing your GAQL that you can later on use directly in your API requests. That said, could you confirm as well if you are still encountering issues when constructing your queries? Best regards, Peter Laurence Google Ads API Team ref:_00D1

Re: Google ads api ad data

2022-07-08 Thread pmoe...@binaerpark.de
Try your query here: https://developers.google.com/google-ads/api/fields/v10/ad_group_query_builder You will see: Fix your query to address the errors below and re-submit. - 'ad_group_ad.name' is not a valid field in the SELECT clause when 'ad_group_ad' is the resource in the FROM clause.

RE: Google Ads Api Ad data

2022-07-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Marwen, Thank you for raising your concern to our team. With regard to your concern, I can see that you want to get the ID of the ads. With this, the right name of the field that you can use is the ad_group_ad.ad.id. Let me know if you have further questions. Regards, Ernie John Google Ad

Google ads api ad data

2022-07-06 Thread 'Marwen HMIDI' via Google Ads API and AdWords API Forum
Hello There, I'm trying to query the ad entity mentioned in the google ads api documentation ( https://developers.google.com/google-ads/api/reference/rpc/v10/Ad) using this code : (I will mention just some of my code) query = """ SELECT Ad.id FROM Ad """ stream = ga_

Google Ads Api Ad data

2022-07-06 Thread 'Marwen HMIDI' via Google Ads API and AdWords API Forum
Hello There, I'm trying to query the ad entity mentioned in the google ads api documentation (https://developers.google.com/google-ads/api/reference/rpc/v10/Ad) using this code : (I will mention just some of my code) query = """ SELECT Ad.id FROM Ad """ stream = ga_