The BiddableAdGroupCriterion has a data member 'bids' that holds a Bid
instance that holds a Money instance that specifies the actual cpc
value. For example, in Java one might do the following :
assuming the following args are passed in: long id, long adGroupId, long cpc
Criterion keyword
Hi,
i succeeded in creating keywords for a campain, but i don't understand
where and how i can define the MaxCPC for each keyword i create with
the code below :
// Create keyword.
$keyword = new Keyword();
$keyword->text = 'mars cruise';
$keyword->matchType = 'BROAD';
// Create biddable