RE: Java max CPCBID from adgroupID and criterionID

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please retry with code snippet below: BiddableAdGroupCriterion biddableAdGroupCriterion = new BiddableAdGroupCriterion(); biddableAdGroupCriterion = (BiddableAdGroupCriterion) adGroupCriterionResult; BiddingStrategyConfiguration bsc = biddableAdGroupCriterion.getBiddingStrateg

Re: Java max CPCBID from adgroupID and criterionID

2019-02-05 Thread Thomas Bisballe
I'm only interested in the criterion cpc bid With italics/bold i marked the nonexcisting functions in the api But the data of the type is there in the data structure when i debug but for some reason they're not accessible. Is there any other way to get it? The code i would like to write is: i

RE: Java max CPCBID from adgroupID and criterionID

2019-02-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Thomas, To get the CpcBid of an AdGroup, you can use AdGroupService.get API call. You will need to set the CpcBid i

Java max CPCBID from adgroupID and criterionID

2019-02-05 Thread Thomas Bisballe
Is there a service i can call with adgroupID and criterionID in java and get the last cpcbid. When i use reports to get last bids (that otherwise works fine). They seem to not support things with low or no impressions/clicks. Even when i include zero impressions. -- -- =~=~=~=~=~=~=~=~=~=~=~=