Re: how to display bids using api

2010-08-02 Thread AdWords API Advisor
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

how to display bids using api

2010-07-30 Thread axum
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