Hi We experience sporadically occurring BiddingErrors.INVALID_BID errors when we send product partitions. First sight: 2015-07-25T02:31:05.650+02:00 Seen 23 times since then. Seen across multiple accounts.
It looks like, that *sometimes* the API does not accept a bid for partitions (see examples below). The error is not reproducible. It's not related to threading problems. We've got a simple single-threaded unit test that sporadically fails with this error (~1 out of 10-15 runs). Adwords Api version is v201506. Java API version is 2.2.0. Thanks! Peter 2015-07-27 12:41:07,521 1.1.1.RELEASE WARN task-scheduler-16 AdWordsServiceClient.soapXmlLogger - SOAP Request: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <ns1:RequestHeader xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201506" soapenv:mustUnderstand="0"> <ns1:validateOnly>false</ns1:validateOnly> <ns1:partialFailure>false</ns1:partialFailure> .... </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201506"> <operations> <operator>ADD</operator> <operand xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201506" xsi:type="ns2:BiddableAdGroupCriterion"> <adGroupId>XXXXXXXXX</adGroupId> <criterion xsi:type="ns2:ProductPartition"> <id>-2</id> <partitionType>SUBDIVISION</partitionType> <parentCriterionId>XXXXXXXX</parentCriterionId> <caseValue xsi:type="ns2:ProductBrand"> <value>uco</value> </caseValue> </criterion> <biddingStrategyConfiguration> <bids xsi:type="ns2:CpcBid"> <bid> <microAmount>800000</microAmount> </bid> </bids> </biddingStrategyConfiguration> </operand> </operations> .... <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201506"> <requestId>00051bd8fdb71fa00ac4006bca04b828</requestId> <serviceName>AdGroupCriterionService</serviceName> <methodName>mutate</methodName> <operations>0</operations> <responseTime>248</responseTime> </ResponseHeader> [*BiddingErrors.INVALID_BID @ operations[0].operand.biddingStrategyConfiguration.bids; trigger:'CpcBid{bid=0.800000, contentBid=null, cpcBidSource=null}',* ...... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ee7d22ff-bf2b-4cf4-8523-4fd06ae3f967%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
