Hey everyone, quick question — has anyone run into this issue with Google 
Ads image assets?

For some assets, the API returns a URL that displays *“Stock Image 
Unavailable”*. I’m seeing this happen across different asset IDs that I 
query through the API.

What could be causing this, and is there any reliable way to fetch the *correct 
image URL* instead?

{
  "asset": {
    "resourceName": "customers/*********/assets/2987602*****",
    "type": "IMAGE",
    "imageAsset": {
      "fullSize": {
        "url": 
"https://tpc.googlesyndication.com/simgad/15838574335205574330";
      }
    }
  }
}


SQL Query

SELECT 
asset.resource_name, asset.type, asset.name, asset.text_asset.text, 
asset.image_asset.full_size.url, asset.youtube_video_asset.youtube_video_id 
FROM asset

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/67fab07a-1135-4380-a86d-434b2ddd41c0n%40googlegroups.com.

Reply via email to