Hi Jose,

You can take a look at 
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupService.AdGroup.html#bids
to obtain the AdGroup bids. You may need to write code like:

if (myAdGroup.getBids() instanceof ManualCPCAdGroupBids) {
  ManualCPCAdGroupBids manualCpcBids = (ManualCPCAdGroupBids)
myAdGroup.getBids();
  ...
} else if (myAdGroup.getBids() instanceof ManualCPMAdGroupBids) {
  ...
}

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Oct 13, 10:56 pm, Joe <[email protected]> wrote:
> Hi,
>
> I look at these example, I'm bit of confuse on How to get the
> AdgroupsBid types and their Bid fields?
>
> http://code.google.com/p/google-api-adwords-java/source/browse/trunk/...
>
> Pls. provide sample code.
>
> Thanks,
> - Jose

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to