Re: Bidding Strategy Field is missing

2022-03-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Marc, Thanks for commenting on this thread. I can see that some of your campaigns have ​​bidding strategy type ​​target_spend. This is a standard that is embedded into the campaign. This is the reason why you should use the campaign.bidding_strategy_type field with the Keyword_view resource

Re: Bidding Strategy Field is missing

2022-03-15 Thread Marc Kamphuis
Is this solved yet? Using the following query: SELECT ad_group_criterion.keyword.text, bidding_strategy.type FROM keyword_view returns no bidding_strategy.type Result row: {"adGroupCriterion":{"resourceName":"customers/3494982994/adGroupCriteria/252561751~11616591","keyword":{"text":"baby"}

Re: Bidding Strategy Field is missing

2022-02-08 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ivan, The Bidding Strategy resource should be an available attributed resource in your query. Can you please provide us with your complete request and response so that we can have a look? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2W51z5:ref -- -- =~=

Re: Bidding Strategy Field is missing

2022-02-08 Thread Iván López
Hello! Thank you very much for the info because it works this way. But, only for my understanding, why is this field not accesible from bidding_strategy.type, since bidding strategy is an attributed resource of keyword_view, as for example, ad_group is? If i can access ad_group.status (for exa

Re: Bidding Strategy Field is missing

2022-02-07 Thread Iván López
[image: Imagen 7-2-22 a las 17.47.jpg] El lunes, 7 de febrero de 2022 a las 17:45:35 UTC+1, Iván López escribió: > Hello, > This is a query Im trying to do in my request trough Google Ads API (V8). > Everything is going ok, but the field "bidding_strategy.type" is not coming > in the response a

Bidding Strategy Field is missing

2022-02-07 Thread Iván López
Hello, This is a query Im trying to do in my request trough Google Ads API (V8). Everything is going ok, but the field "bidding_strategy.type" is not coming in the response attributes. I also tried to access "bidding_strategy.id" and "bidding_strategy.name", but the result is the same, nothing.