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. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/e69f1b9a-8319-47df-942e-03c673a137a8n%40googlegroups.com.
