Hello,
I've been surfing the API documentation for a while now but still I can't find an answer to my question.
Through the AdGroupService I get a specific adgroup id that (in ruby) looks like this:
{ :id=>13170524214,
:campaign_id=>191016414,
:bidding_strategy_configuration=>{
:bids=>[
{:bids_type=>"CpaBid",
:bid=> {:comparable_value_type=>"Money", :micro_amount=>3500000},
:xsi_type=>"CpaBid"}]}
}
I would like to change the cpa bid's amount to $4. How can I do that?
Thanks!