If I make a request for getting all feedItems of one customer, all feedItems were returned but each feedItem was returned 7 times. I used the java library adwords-appengine, version 1.30.0
Here is my SOAP request: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201406"> <partialFailure>false</partialFailure> <userAgent>ngts (AwApi-Java, AdWords-AppEngine/1.30.0, Common-Java/1.30.0, JAX-WS/Unknown, Java/1.7.0, maven)</userAgent> <developerToken>XXXXXXXXX</developerToken> <clientCustomerId>1904772276</clientCustomerId> </RequestHeader> </soap:Header> <soap:Body> <get xmlns="https://adwords.google.com/api/adwords/cm/v201406" xmlns:ns2="https://adwords.google.com/api/adwords/express/v201406" xmlns:ns3="https://adwords.google.com/api/adwords/rm/v201406" xmlns:ns4="https://adwords.google.com/api/adwords/mcm/v201406" xmlns:ns5="https://adwords.google.com/api/adwords/billing/v201406" xmlns:ns6="https://adwords.google.com/api/adwords/o/v201406" xmlns:ns7="https://adwords.google.com/api/adwords/ch/v201406"> <selector> <fields>AdGroupId</fields> <fields>AttributeValues</fields> <fields>CampaignId</fields> <fields>DevicePreference</fields> <fields>EndTime</fields> <fields>FeedId</fields> <fields>FeedItemId</fields> <fields>KeywordMatchType</fields> <fields>KeywordText</fields> <fields>Scheduling</fields> <fields>StartTime</fields> <fields>Status</fields> <fields>UrlCustomParameters</fields> <fields>ValidationDetails</fields> <dateRange> <min>20140723</min> <max>20140723</max> </dateRange> <ordering> <field>FeedId</field> <sortOrder>ASCENDING</sortOrder> </ordering> </selector> </get> </soap:Body> </soap:Envelope> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.