Okay, thank you. 

As for a feature request, I simply want to check an account to see if there 
are any disapproved extensions and the specifics on those extensions. 

If there are any non-approved extensions, I would like to see a report on 
them, but I'm only interested in extensions that are actually being used 
somewhere in the account. 

By using this report 
<https://developers.google.com/google-ads/api/fields/v11/asset> and this 
query, for example:

SELECT
  asset.policy_summary.approval_status,
  asset.policy_summary.policy_topic_entries,
  asset.policy_summary.review_status
FROM asset
WHERE
  asset.policy_summary.approval_status != 'APPROVED' 

I can see all the extensions that are currently not approved but I cannot 
tell if they are used or not used anywhere within the account. 

That would be great if I could tell where they are used from the asset 
level. Fewer calls to the Google API.

Thanks.

Aaron


On Wednesday, September 7, 2022 at 3:09:08 PM UTC-5 adsapi wrote:

> Hi Aaron,
>
> If no results are returned, then that specific asset may not be associated 
> yet or being used at either the campaign, customer, or ad group level. For 
> assets being used by ad group ads, you can also check using the 
> ad_group_ad_asset_view 
> <https://developers.google.com/google-ads/api/fields/v11/ad_group_ad_asset_view?hl=en>
> .
>
> Also as a follow up on the feature request, subject for review, suggestion 
> by my colleague Matt, could you also provide your complete use case so we 
> can include this in the request?
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2dwMx9:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/08911bfb-b7d7-4e4c-acf3-a9311951f3d0n%40googlegroups.com.
  • Is... Aaron Weiner
    • ... Aaron Weiner
      • ... Aaron Weiner
        • ... Aaron Weiner
          • ... Aaron Weiner
            • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to