Opteo / google-ads-api

Google Ads API client library for Node.js
https://opteo.com
MIT License
270 stars 90 forks source link

Allow `parameters` in report query types #429

Closed wcoots closed 2 years ago

wcoots commented 2 years ago

The GAQL allows parameters for a few select options (see here). This is currently not possible when using any methods that take ReportOptions (i.e. .report, .reportStream). This should be an option.