Hi , I am new to Google Adword platform, I need help on google AdWords KEYWORD_EPRFORMANCE_REPORT. I am trying to retrieve google AdWords data using following xml body. what url I need to use to submit the xml request. currently I tried using this https://adwords.google.com/api/adwords/cm/v201802/AdGroupAdService and few others, but did not work. It doesn't return any data. I am looking for the correct url that should be used to retrieve data from KEYWORD_EPRFORMANCE_REPORT. Below is the xml body I am using to retrieve data from KEYWORD_EPRFORMANCE_REPORT
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema"> <soap:Header> <RequestHeader xmlns=" https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}}"> <developerToken>{{User::varDevToken}}</developerToken> <clientCustomerId>{{User::varClientId}}</clientCustomerId> <userAgent>ZappySys SSIS PowerPack v1</userAgent> </RequestHeader> </soap:Header> <soap:Body> <query xmlns="https://adwords.google.com/api/adwords/cm/{{User::ApiVersion}} "> <query> SELECT Criteria,CampaignName,AdGroupName,KeywordMatchType,Clicks,Impressions,Ctr,AverageCpc,CpcBid,Cost,AveragePosition,Conversions,CostPerConversion,ConversionRate,SearchImpressionShare,QualityScore KEYWORDS_PERFORMANCE_REPORT WHERE IsNegative = FALSE AND Status = ENABLED AND AdGroupStatus = ENABLED AND CampaignStatus = ENABLED DURING 20180101,20180331 </query> </query> </soap:Body> </soap:Envelope> Thanks Sam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/37792560-dfa0-4324-a4b5-ae23768fa42a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.