开发者

How to Use the Bid Simulator in Adwords API v201003

In the latest version of the Adwords API, Google announced the availability of the Bid Simulator (i.e. the ability to get es开发者_如何学JAVAtimated clicks, cost, and ad position).

However, I can't find any example code for this. Can anyone provide an example of how to lookup clicks, cost, and ad position given a keyword, match type, and max cpc using the Adwords v201003 API in Java?


As far as I can tell I think you mean the BidLandscapeService? For Java at least, if you download the beta Java client, there's an example, 'GetCriterionBidLandscape.java' which retrieves existing specified bid landscapes, from which the Set operations should be fairly straightfowrard. The 201003 release is still beta so I imagine that a corresponding Set example is still in the works.


You're looking for the BidLandscapeService. You feed in an AdGroup and get back a collection of LandscapePoints. Each of those points has the estimated clicks and cost.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜