Also, the Campaign Bid Simulator on Adwords Editor now has 2 sections -
Bid Scaling &
Campaign-wide Bid.
Any idea how to achieve these results via the BidLandscape api?
The return data from the BidLandscape has the following structure -
{:bid=>{:comparable_value_type=>"Money", :micro_amount=>0},
:clicks=>7,
:cost=>{:comparable_value_type=>"Money", :micro_amount=>36850000},
:impressions=>96,
:promoted_impressions=>15,
:required_budget=>{:comparable_value_type=>"Money", :micro_amount=>238000000},
:bid_modifier=>0.1,
:total_local_impressions=>192,
:total_local_clicks=>11,
:total_local_cost=>
{:comparable_value_type=>"Money", :micro_amount=>213360000}
}