I'm stumped on this one.

// Create ad group bid.
$adGroupBids = new ManualCPCAdGroupBids();
$bids->maxCpc = new Bid(new Money(1000000));

Does anyone have reference on the new Bid / new Money functions? I am
trying:

$adGroupBids->keywordMaxCpc = new Bid(null, $agcpc);

However, it does not work out, where $agcpc is a submitted CPC, in the
form of 4.00 or 4

I understand that 1000000 is micro numbers, and that represents $1 as
a bid, and I tried converting but still ran into a wall.

Just curious if there is an easier way to do this.

Thanks.

-- 
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-...@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.

Reply via email to