On https://github.com/googleapis/googleapis/tree/master/google/ads/googleads it says:
> To develop in a programming language without an official client library, > refer to the API Concepts Guide > <https://developers.google.com/google-ads/api/docs/concepts/overview> and > consult these protocol buffer definitions as a reference when constructing > API requests. > I'd like to use the Google Ads API in NodeJS, and I was able to do this with the protocol buffer definitions published on GitHub. These files are outdated, and the code that is generated with these files doesn't include the new fields. I suppose that the official client libraries are also based on these proto files, so publishing the updated files to GitHub shouldn't be too hard. Regards, John On Wednesday, August 28, 2019 at 4:41:47 PM UTC+2, adsapiforumadvisor wrote: > > Hello John, > > The new fields that are made available for CustomerClient can be > accessible via the Customer_Client > <https://developers.google.com/google-ads/api/fields/v2/customer_client> > resource instead. > You could use a GAQL resource query > <https://developers.google.com/google-ads/api/docs/query/overview#resources_query> > > with the help of Interactive Query builder > <https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder> > > to fetch data for those fields. Also, you have to update to the latest > client library v2_1 if not yet updated. For example latest version of Java > library can be found here > <https://github.com/googleads/google-ads-java/releases/tag/4.1.0> other > client libraries can be found here > <https://developers.google.com/google-ads/api/docs/client-libs>. Please > let me know if you have any further questions. > > Regards, > Sai Teja, Google Ads API Team > > ref:_00D1U1174p._5001UHEkaK:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/468cea10-92b9-4f36-80cf-ae4edc03968b%40googlegroups.com.
