Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-21 Thread Alex
Hi Josh, you are completely right. It was a SUBDIVISION. It works for UNIT nodes without problems. Thank you very much. A more pointed error-message would be helpfull. INVALID_BID sounds like something wrong with the bid. I was looking in the wrong direction. But now its solved. Thanks Alex

Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-19 Thread Josh Radcliff (AdWords API Team)
Hi Alex, I see that the partition in your request is a SUBDIVISION partition. I think this is what's leading to the error, since bids can only be set on UNIT partitions. Please try updating the bid on a UNIT partition and let me know if you still encounter issues. Thanks, Josh, AdWords API

Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-19 Thread Alex
Hi Anthony, thank you for your help. As suggested I replaced keyword by productPartition. The only required field for ProductPartition is Id. For ADD-operations partitionType is also requried, but I do an SET-operation. Just to be sure, I added a partitionType to my request, but it didnt help

Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-18 Thread Alex
In v201502 it was possible to set MaxCpc for shopping product partions. In v201506 we get BiddingErrors.INVALID_BID. I found nothing relevant in https://developers.google.com/adwords/api/docs/guides/migration/v201506 or https://developers.google.com/adwords/api/docs/reference/ . What can we

Re: Set MaxCpC for shopping partition doesnt work any more in v201506

2015-08-18 Thread Anthony Madrigal
Hey Alex, Based on your SOAP request, it seems that your criterion type is Keyword. Since you want to set the bid for product partitions, try setting the criterion type to ProductPartition