Hi Kiran, Bid Landscapes <https://developers.google.com/adwords/api/docs/guides/bid-landscapes> in AdWords API is analogous to bid simulators <https://support.google.com/adwords/answer/2470105> in the AdWords user interface. This service shows how changes to your bids might change the cost or the number of clicks, impressions, etc for your keyword, ad group, or campaign. The estimates from bid simulators are based on an unrestricted budget. You can instead use the TrafficEstimatorService <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service> to retrieve traffic estimates different campaign criteria, network settings, daily budgets, and max CPCs.
The Campaign-wide bid option simulates what could have happened to your campaign performance over the specified time period if all keyword bids were removed and all ad group bids were set to the single value specified in the table. You'll need to use the LandscapePoints <https://developers.google.com/adwords/api/docs/reference/v201702/DataService.BidLandscape.LandscapePoint#bid> in the response to correlate based on the bid to interpret the results. The GetKeywordBidSimulations <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/optimization/GetKeywordBidSimulations.java> , GetCampaignCriterionBidModifierSimulations <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/optimization/GetCampaignCriterionBidModifierSimulations.java> and EstimateKeywordTraffic <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/optimization/EstimateKeywordTraffic.java> Java examples show how to get bid simulations and traffic estimates. Example code in other languages is available here <https://developers.google.com/adwords/api/docs/clientlibraries>. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0d669b5e-676d-4d15-9639-7b2483b782b7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
