Hi, I'm trying to get asset.policy_summary.approval_status and asset.policy_summary.review_status fields from ad_group_ad_asset_view, but whenever I do it I get None back for these 2 fields. Here's my query "SELECT ad_group_ad_asset_view.policy_summary, ad_group_ad.ad.id, ad_group.id, campaign.id, asset.id, asset.text_asset.text, metrics.impressions, asset.policy_summary.approval_status, asset.policy_summary.review_status FROM ad_group_ad_asset_view WHERE segments.date >= '2023-03-07' AND segments.date <= '2023-03-13'"
It's weird that the ad_group_ad_asset_view.policy_summary field is not empty or None but both asset.policy_summary.approval_status and asset.policy_summary.review_status are. I'm using the python client library. 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 "Google Ads API and AdWords 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/388af64d-0184-4468-8f1a-7103ef91f788n%40googlegroups.com.