Re: How to convert Google-Ads API GoogleAdsRow to json?

2020-07-17 Thread Thomas Koller
Unfortunately doesn't work in Ads API v4 (beta): TypeError: Object of type GoogleAdsRow is not JSON serializable Am Dienstag, 3. Dezember 2019 16:14:26 UTC+1 schrieb Mark Edmondson: > > I couldn't get the protobuf to work but using the SOAP seralizer zeep this > seems to work: >

Re: Unified API for TrueView video campaigns

2015-12-10 Thread Thomas Koller
You also get performance values of video campaigns via the CAMPAIGN_PERFORMANCE_REPORT ( https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report). The AdvertisingChannelType is “VIDEO”. Fully tested with AWQL in AdWords Scripts. Kind regards