Hi Axum,
You can check if adGroupCriterion is a BiddableAdGroupCriterion. If
yes, cast it into BiddableAdGroupCriterion and check for the bids
field. If it has entries, then those correspond to keyword-specific
bids. See
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionSer
I am using this code to loop through a specific adgroup to list the
keywords I wand to be able to also display the corrosponding bid for
each keyword. How can I do that?
long adGroupId = 1787036485;
// Create selector.
AdGroupCriterionSelector selector = new
AdGroupCriterionSelect