KEYWORD_EPRFORMANCE_REPORT using query option

10 views
Skip to first unread message

API_DCH

unread,
May 22, 2018, 12:19:04 PM5/22/18
to AdWords API and Google Ads API Forum
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:Header>
<developerToken>{{User::varDevToken}}</developerToken>
<clientCustomerId>{{User::varClientId}}</clientCustomerId>
<userAgent>ZappySys SSIS PowerPack v1</userAgent>
</RequestHeader>
</soap:Header>
<soap:Body>
<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
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages