Hi,

Please find answers to your questions:

Is this the expected behavior when the same image content is uploaded again?

Yes, this is an expected behavior when the same image content is uploaded again 
and you will not get any DUPLICATE_ASSET error.

Also, how can we confirm before uploading whether an identical image asset 
already exists in the account?

You can use the below query to check if an asset already exists before 
uploading:

SELECT asset.resource_name, asset.name, asset.image_asset.mime_type, 
asset.image_asset.full_size.height_pixels, 
asset.image_asset.full_size.width_pixels, asset.image_asset.file_size FROM 
asset WHERE asset.type = 'IMAGE' AND asset.id = <Insert asset ID>

Additionally, I would suggest you go through the asset documentation for 
available fields/Metrics. Also, you can use Query Builder to create your query 
and Query Validator to validate your query.


Thanks,

Google Ads API Team


Feedback
How was our support today?


[2025-05-19 08:52:30Z GMT] This message is in relation to case 
"ref:!00D1U01174p.!500Ht01qXEO2:ref" (ADR-00306241)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/WjaDr000000000000000000000000000000000000000000000SWI3BI003jf1a90ZTCKCiW0rSYrQRw%40sfdc.net.
  • Im... Amit Tomar
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Amit Tomar
        • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to