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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/3cb48245-aa9a-4574-96d8-ce296594c7d0n%40googlegroups.com.