I found the solution here:
http://www.melondump.com/adwords/positionpreferencebids-to-update-position-preference-adwords-api-v201008.html
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/gro
I'm working with the UpdateAdGroupCriterion.php example from the PHP client
library.
I want to modify this part:
$bids = new ManualCPCAdGroupCriterionBids();
$bids->maxCpc = new Bid(new Money((float) 100));
$adGroupCriterion->bids = $bids;
To update the preferredPosition and bottomPo