Hi Jose,
AdWords API can be used to create Campaigns similar to how AdWords UI does,
but programmatically. It may look like the Campaigns created via API take
longer to complete the "learning" phase as compared to Campaigns created in
the UI. It'll take AdWords a while to adjust bids for newly
Also to add more supporting information all we are doing for target spend
(at the campaign level) is this:
val biddingStrategyConf = BiddingStrategyConfiguration()
biddingStrategyConf.biddingStrategyType = BiddingStrategyType.TARGET_SPEND
campaign.biddingStrategyConfiguration = biddingStrategyCon
Hello,
We are currently using the Adwords API to launch campaigns for our
customers using the target spend bidding strategy to maximize clicks for a
given budget. All of our campaigns have a start date and end date. We are
finding out that on random campaigns that we run, we never get
impressi