Hello, In the old AdWords api we are using the CAMPAIGN_PERFORMANCE_REPORT to fetch the stats of the campaign based on the date range. Below is the query we were executing.
query = "SELECT CampaignId, Clicks, Impressions, Ctr, AverageCpc, Cost, Conversions, CostPerConversion " + "FROM CAMPAIGN_PERFORMANCE_REPORT " + "WHERE Impressions > 0 " + "DURING " + startDate + ", " + endDate; I am not able to figure out what is the alternative of "CAMPAIGN_PERFORMANCE_REPORT" in the new api. Could you please guide me how can I migrate the above report to the new API format. Any related documentation on how to do it will be really helpful. Thanks, Bikram. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ef574c2b-ddd7-4ae3-ba83-8228b5ac8b19n%40googlegroups.com.