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
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"}
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
--
--
=~=
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
[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
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.