Here is some more information for all of you reading this thread

-) Adwords does not accept bids for subdivisions anymore (see above). At 
least for us, the sporadical nature of this is gone since today - requests 
are now always rejected. 
-) When you send no bid, then Google applies a default bid (10000, or 0.01) 
for the subdivision (as documented 
here: 
https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.BiddingStrategyConfiguration)
-) When you fetch the partition from the API again, then the partition is 
returned with the default bid (10000, or 0.01)


Am Dienstag, 28. Juli 2015 19:12:22 UTC+2 schrieb Michael Cloonan (AdWords 
API Team):
>
> Hello,
>
> This change was intentional in v201506 of the API. Bids on subdivisions in 
> product partitions are meaningless, and even setting them in the past had 
> no effect on actual bidding. This is simply new validation that prevents 
> you from even setting such bids.
>
> Regards,
> Mike, AdWords API Team
>
> On Tuesday, July 28, 2015 at 11:35:58 AM UTC-4, Józef Janik wrote:
>>
>> I'm only seeing this error on ADD operations.  SET operations seem to be 
>> fine...
>>
>> On Tuesday, July 28, 2015 at 10:49:33 AM UTC-4, Michael Cloonan (AdWords 
>> API Team) wrote:
>>>
>>> Hello,
>>>
>>> I've filed a bug with the engineering team, and I will keep this post 
>>> updated as I find out more information. Thanks for the reports and the 
>>> detailed information, everyone.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Monday, July 27, 2015 at 9:23:27 AM UTC-4, 
>>> peter.r...@smarter-ecommerce.com wrote:
>>>>
>>>> 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 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.
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/0e77730d-3669-4ad7-916c-59e5f9161246%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to