Recently we've been experienceing error of getting 0 number entries while getting BatchJobPage for bid modifier opertions.
Example Soap:
2017-03-03T04:07:42.511-0600 INFO [com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger] SOAP Response:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Header>
<requestId>000549d0b76549980a5e7a49a50391bb</requestId>
<serviceName>BatchJobService</serviceName>
<methodName>get</methodName>
<operations>1</operations>
<responseTime>36</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<rval>
<totalNumEntries>0</totalNumEntries>
<Page.Type>BatchJobPage</Page.Type>
</rval>
</getResponse>
</soap:Body>
</soap:Envelope>
It's werid that we only bid modifier opertions are getting this, max bid opertions are not affected.
And this issue started from 2017-03-02 until now, and we didn't modify any logic in our code aroujnd this logic.