Hi,
I am trying to migrate a Ads Scripts to a local Ads API Script. The purpose is to watch the Keyword Impression Share for a defined keyword.
In Ads Scripts, I used the following AWQL:
'SELECT Date, Criteria, CampaignName, CampaignId, SearchImpressionShare, FirstPositionCpc, CpcBid FROM KEYWORDS_PERFORMANCE_REPORT WHERE Criteria IN [\'' + awqlKeyword + '\'] AND KeywordMatchType = ' + matchType + ' AND Status IN [\'ENABLED\'] AND CampaignStatus IN [\'ENABLED\'] DURING ' + startDate + ',' + endDate;
Now I struggled finding the fields to rebuild this Query in GAQL. Can you please help me out, finding the fields?
Thank you very much.