Hi Derek,
Thanks for reaching out to the Google Ads API Forum.
For your question “Is there any resource for converting adwords reports to the Google Ads API ?”, you may refer to our Query Migration Tool. This tool helps to translate AWQL queries into GAQL. For more information, please refer to this page.
With regards to Keyword view GAQL, you may use the following GAQL:
SELECT metrics.impressions, metrics.clicks, metrics.conversions_by_conversion_date, metrics.conversions, metrics.conversions_value, metrics.cost_micros, segments.date FROM keyword_view WHERE segments.date >= '2022-01-01' AND segments.date <= '2022-02-01'
Also, you make use of our keyword_view_query_builder to construct a query.
Let us know if you have any further questions.
Regards,
|
||||||