google_ads_image_assets_list
List image assets from Google Ads account with their names, dimensions, and URLs. Use this to find existing assets for ad creation or audit account imagery to prevent duplicate uploads.
Instructions
Lists image assets in the Google Ads account with their names and dimensions. Returns one entry per asset shaped {id, name (the display name shown in the Google Ads UI), type ('IMAGE'), file_size (bytes), mime_type (e.g. 'IMAGE_PNG'), width_pixels, height_pixels, url (full-size serving URL)}. Read-only. Use this to find an existing asset id/name before referencing it in a Responsive Display Ad, or to audit what imagery the account already has instead of re-uploading duplicates via google_ads_assets_upload_image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of assets to return. Default 100. | |
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. |