Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-19 Thread Google Ads API Forum Advisor Prod
Hi Dihan, I've reached out the engineering team, this may not be supported in the API right now. Cheers Anash ref:_00D1U1174p._5004Q27tfEX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-12 Thread Dihan Cheng
The "Reply to author" option is disabled, so I can only reply to all, below is the query I submitted, SELECT asset.id, asset.image_asset.file_size, asset.image_asset.full_size.height_pixels, asset.image_asset.full_size.url, asset.image_asset.full_size.width_pixels, asset.image_asset.mime_type

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Could you share an API call log for the failing request by using the "Reply to user" option? To enable logging for your client library, look for the Logging guide under the respective client library on this page: https://developers.google.com/google-ads/api/docs/client-libs Cheers An

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-10 Thread Dihan Cheng
Got the following error when adding asset.media_bundle_asset.data to the query; message: "The following field may not be used in SELECT clause: \'asset.media_bundle_asset.data\'." looks this field is not mutable, not selectable On Wednesday, February 10, 2021 at 6:47:30 AM UTC-5 adsapiforuma

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-10 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Could you try adding asset.media_bundle_asset.data to your query? This is supported in Google Ads API v6, see https://developers.google.com/google-ads/api/reference/rpc/v6/Asset#media_bundle_asset for details. Cheers Anash ref:_00D1U1174p._5004Q27tfEX:ref -- -- =~=~=~=~=~=~=~=~=~=

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-09 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Upon checking also the html5_media_bundles, only the resource name of its asset is available. With this, allow me to create a feature request related to your inquiry. Please note that this will be subject for review. For now, you may keep an eye on our blog for updates. Best regards

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-08 Thread Dihan Cheng
then how should I supposed to get asset info for HTML5 type of ads? On Sunday, February 7, 2021 at 9:39:55 PM UTC-5 adsapiforumadvisor wrote: > Hi Dihan, > > Thank you for sharing these details. > > The details of your MediaBundleAsset >

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-07 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Thank you for sharing these details. The details of your MediaBundleAsset (zipped) would not be available through the reports or via this query. Also the said (data) field is mutate only and may not be possible to retrieve via a get operation. Best regards, Peter Laurence Napa Oliqu

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-06 Thread Dihan Cheng
The customer id is 4425978192. The complete query to retrieve the media assets is SELECT asset.id, asset.image_asset.file_size, asset.image_asset.full_size.height_pixels, asset.image_asset.full_size.url, asset.image_asset.full_size.width_pixels, asset.image_asset.mime_type, asset.name, asset.

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-04 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Yes, we received your private message. We requested for the following details: However, could you provide the screenshot of the HTML5 assets in the UI that you are trying to retrieve using asset report that I was requested previously? Also provide the complete request and response logs

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-03 Thread Dihan Cheng
Hi Support, is there any progress on this issue? I sent the email privately not sure if you received it, the customer id is 4425978192. this customer has HTML5_UPLOAD_AD , but I'm not able to get the asset information. thanks, Dihan On Tuesday, December 8, 2020 at 2:54:35 PM UTC-5 adsapiforum

Re: How to get asset information for HTML5_UPLOAD_AD

2020-12-08 Thread Google Ads API Forum Advisor Prod
Hello, If you are unable to reply privately, can you please send an email to googleadsapi-supp...@google.com and include a link to this discussion in your email? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q27tfEX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get asset information for HTML5_UPLOAD_AD

2020-12-07 Thread Dihan Cheng
There is a "reply to author" option, but it says "You do not have permission to reply to author in this group" On Monday, December 7, 2020 at 11:03:56 AM UTC-5 Dihan Cheng wrote: > I can't find where is "Reply privately to author" option > > On Monday, December 7, 2020 at 3:09:32 AM UTC-5 adsapi

Re: How to get asset information for HTML5_UPLOAD_AD

2020-12-07 Thread Dihan Cheng
I can't find where is "Reply privately to author" option On Monday, December 7, 2020 at 3:09:32 AM UTC-5 adsapiforumadvisor wrote: > Hi Dihan, > > I had to delete your recent post as it contained your account information. > Edited and re-posting below for reference : > > " > > > > > > > > > > >

Re: How to get asset information for HTML5_UPLOAD_AD

2020-12-05 Thread Dihan Cheng
Below is the query I use to extract the asset information, SearchGoogleAdsStreamRequest searchGoogleAdsStreamRequest = SearchGoogleAdsStreamRequest.newBuilder() .setCustomerId(customerId) .setQuery( "SELECT asset.id, asset.image_asset.file_size, asset.image_asset.full_size.height_pixels, " + "as

RE: How to get asset information for HTML5_UPLOAD_AD

2020-11-16 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Could you confirm how you are currently extracting the asset information? So I can better understand, could you provide your customer ID and the complete request and response logs? You may send the requested details using the Reply privately to author option. Also, generally, your as