Hi,
Im trying to list all customer feed of account via CustomerFeedService,
here is my SOAP request:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soapenv:Header>
<ns1:clientCustomerId>******</ns1:clientCustomerId>
<ns1:developerToken>REDACTED</ns1:developerToken>
<ns1:userAgent>Knorex-adwords (AwApi-Java, AdWords-Axis/4.1.0, Common-Java/4.1.0, Axis/1.4, Java/1.8.0_201, maven, SelectorBuilder, SelectorField)</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
<ns1:partialFailure>false</ns1:partialFailure>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<selector>
<fields>FeedId</fields>
<fields>MatchingFunction</fields>
<fields>PlaceholderTypes</fields>
<fields>Status</fields>
</selector>
</get>
</soapenv:Body>
</soapenv:Envelope>
it return only 7 Removed feeds, do i setting wrong request ?
btw it happen only with this account.
