Hello,

I am trying to retrieve all campaigns in my account and their associated 
bidding strategy using Google Ads API however I am running into issues with 
specifically the TARGET_SPEND (Maximize Click) bidding strategy. I am 
selecting the bidding_strategy attributed resource as well as the 
"bidding_strategy" resource field. For all campaigns these both return the 
associated bidding strategy, however for campaigns associated with a 
TARGET_SPEND strategy they are empty. The resource field 
"bidding_strategy_type" does however show that there is an associated 
strategy of type TARGET_SPEND, however I cannot see which strategy it is. 
Example output:

campaign {
  resource_name: "customers/xxx/campaigns/xxx"
  status: REMOVED
  ad_serving_optimization_status: OPTIMIZE
  advertising_channel_type: SEARCH
  serving_status: SERVING
  bidding_strategy_type: TARGET_SPEND
  dynamic_search_ads_setting {
    domain_name: xxx
    language_code: xxx
  }
  name: xxx
  id: xxx
  start_date: xxx
  end_date: xxx
}
campaign_budget {
  resource_name: "customers/xxx/campaignBudgets/xxx"
  id: xxx
}

I am able to retrieve these strategies from the bidding_strategy view 
however I cannot get the campaign relationships from that direction.

Any help would be appreciated. Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/47b75712-4cd2-4a48-a78d-ea99973c9b95n%40googlegroups.com.

Reply via email to