You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
I have an image url. I want to use it to create Asset or Media file instance on Google Ads. Is it possible to upload an image from my app via Google Ads Api, without downloading it to app and then sending as a buffer?
Appreciate you'r help.
Message has been deleted
Google Ads API and AdWords API Forum
unread,
Jul 1, 2022, 11:12:05 AM7/1/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
Hi,
In order to create an ImageAsset, you will need to stream the bytes into its data attribute.
You can also refer to this example on how to create the said image asset. Let me know if this helps.
Best regards,
Peter Laurence
Google Ads API Team
Google Ads API and AdWords API Forum
unread,
Jul 1, 2022, 11:34:30 AM7/1/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
Hi,
In addition to my earlier response, and for better tracking of this concern, you may send over your response instead directly to our googleadsa...@google.com alias.
Best regards,
Peter Laurence
Google Ads API Team
Yehor Iliushchenko
unread,
Jul 4, 2022, 4:07:54 AM7/4/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
Hello, thank you for the reply. So there is no solution to put an image on the Google Ads server without downloading it to my app. My case is the client picture placed on A S3, that i need to use as an image asset for new ad.
Yehor Iliushchenko
unread,
Jul 4, 2022, 4:21:17 AM7/4/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
In the dynamicCustomAsset field i see possibility to set image Url. Is this type of asset could be used to create responsive display ad?