It also doesn't work when selecting from ad_group resource. On Thursday, December 16, 2021 at 12:09:10 PM UTC+2 Algirdas Jarockis wrote:
> Hello, > I'm using php google ads v9 client. > > I was testing a simple query: > SELECT campaign.bidding_strategy, bidding_strategy.id, > bidding_strategy.name, bidding_strategy.type FROM campaign WHERE > campaign.status IN ('ENABLED', 'PAUSED') AND segments.date BETWEEN > '2021-12-08' AND '2021-12-08' > > It successfully returns campaign.bidding_strategy resource name, meaning > campaigns really do have assigned strategies, however attributed > bidding_strategy.* are not returned at all from this query, result: > [ > { > "campaign": { > "resourceName": "customers/<redacted>/campaigns/<redacted>", > "biddingStrategy": "customers/<redacted>/biddingStrategies/<redacted>" > } > }, > { > "campaign": { > "resourceName": "customers/<redacted>/campaigns/<redacted>", > "biddingStrategy": "customers/<redacted>/biddingStrategies/<redacted>" > } > }, > ... > ] > In output we should see "biddingStrategy" element. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/0190fb35-30da-4fee-be70-d1597adb3179n%40googlegroups.com.