Hi,

Im trying get all status of all asset in my campaign but that api always 
return UNSPECIFIED approval status for all asset

My query here, im using google ads api  v14, ref: 
https://developers.google.com/google-ads/api/fields/v14/asset_query_builder

Thanks
query = f"""
        SELECT
          asset.ad.id,
          asset.ad.type,
          asset.policy_summary.approval_status
        FROM asset
        WHERE
          campaign.id = {campaign_id}
        """

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/abb95463-aeba-48d3-8232-f70c9abf4438n%40googlegroups.com.

Reply via email to