Please correct me if I am wrong but you're saying to take the asset.id 
<https://developers.google.com/google-ads/api/fields/v11/asset#asset.id> and 
then query each of these reports: customer_asset 
<https://developers.google.com/google-ads/api/fields/v11/customer_asset>, 
campaign_asset 
<https://developers.google.com/google-ads/api/fields/v11/campaign_asset> 
and ad_group_asset 
<https://developers.google.com/google-ads/api/fields/v11/ad_group_asset>

Something like these queries: 

SELECT
  asset.id
FROM customer_asset
WHERE
  asset.id = 123456789 
------
SELECT
  asset.id
FROM campaign_asset
WHERE
  asset.id = 123456789 
------
SELECT
  asset.id 
FROM ad_group_asset 
WHERE 
  asset.id = 123456789 

If each query returns nothing, then they are not being used?

Is that correct?

Thanks and I look forward to your reply.

Aaron


On Wednesday, September 7, 2022 at 2:09:26 PM UTC-5 adsapi wrote:

> Hi Aaron,
>
> Thanks for reaching out. There currently is no such attribute for the 
> asset <https://developers.google.com/google-ads/api/fields/v11/asset> 
> resource. 
> You can query the customer_asset, campaign_asset and ad_group_asset, all of 
> which have *asset *as an attributed resource, which can include in your 
> query. 
>
> If you would like for us to create a feature request on your behalf for a 
> particular attribute, please let us know. 
>
> Regards,
>
> [image: Google Logo] 
> Matt 
> 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/2b598488-be78-4e3a-8e9b-912718c0784an%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