Dear Team,
I was reviewing the Asset types linked to ads documentation, where it appears that image assets can only be linked to App and Display campaigns.
However, when I create a Search campaign via the UI and proceed to create ads under it, I notice that the option to upload an image is available.
Could you please confirm whether linking image assets to ads in Search campaigns is supported at the API level as well?
Looking forward to your clarification.
Best regards,
Amit Tomar
{ "operations": [ { "create": { "imageAsset": { "data": "", "fullSize": { "heightPixels": 1200, "url": "https://gaagl.page.link/Eit5", "widthPixels": 628 }, "mimeType": "IMAGE_PNG" }, "name": "Enter name of the asset" } } ] }
Once the image asset is created, you can link this asset to search campaigns using the CampaignAssetService. To do this, follow the below sample request :
{ "operations": [ { "create": { "asset": "customers/{customer_id}/assets/{newly_created_asset_id}", "campaign": "customers/{customer_id}/campaigns/{search_campaign_id}", "fieldType": "AD_IMAGE" } } ] }If you encounter any issues, please share the latest complete API logs (request and response with request-id and request header) generated at your end.
![]() |
Google Ads API Team |
[2025-07-30 15:46:05Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01sxDeV:ref" (ADR-00321200)
Dear Team,
Thank you for your response.
Just to clarify — my question is specifically regarding ads created under Search campaigns. I understand that AD_IMAGE can be used to link image assets, but I would like to confirm whether image assets can be attached to individual ads within Search campaigns, as the UI allows this during ad creation.
Looking forward to your clarification.
Best regards,
Amit Tomar
![]() |
Google Ads API Team |
[2025-07-31 19:50:01Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01sxDeV:ref" (ADR-00321200)