Re: using positionPreferenceBids to update position preference v201008

2011-02-24 Thread Tyler
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

using positionPreferenceBids to update position preference v201008

2011-02-23 Thread Tyler
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