Hi Peter! Thank you for your quick response and sorry for the delay.
Actually, I was looking for a way to just get basic data, such as the ad's images in the zip bundle and the names of these images, to identify the DisplayUploadAd, as I was able to do so in the Adwords API. I was able to go through the AdWordsService.v201809.AdService and get the TemplateAd (as it was categorized in the old API), and then I could get the file by using the field templateAd.fieldMedia.mediaBundleUrl of the MediaBundle in the TemplateAd. And then using the url, I could make a simple Http request to get the ZipArchive (an object in C#) and there I could get the images uploaded with the ad that would help me identify the ad other than just having the Id. However, in the new Google Ads API, I don't see a way to get the Media Bundle inside the ad. I use the field 'ad.display_upload_ad.media_bundle <https://developers.google.com/google-ads/api/fields/v10/ad_group_ad#ad_group_ad.ad.display_upload_ad.media_bundle> ' and receive an asset resource name, which I try to retrieve through the 'asset' view, but I can't get any information for the ad in regards to the media bundle. So I wanted to know if there's a way, like in the old Adwords API, to get the whole Media Bundle of this type of ad to be able to show something to my clients that will allow them to identify their ads in their reports (other than the ad id). As an example, here is what we could get from the old Adwords API: we could at least get the names of the uploaded zip file. [image: 1c79d054-461f-457e-8a39-5b2db7c7f754.png] Thank you for your help! :) Marie-Pier On Tuesday, April 5, 2022 at 10:00:43 PM UTC-4 adsapi wrote: > Hi Marie-Pier, > > Thank you for reaching out to our API support team. > > As per checking a DisplayUploadAdInfo > <https://developers.google.com/google-ads/api/reference/rpc/v10/DisplayUploadAdInfo> > > currently does not include attributes for name, title, or description. That > said, such attributes may also not be available in the reports. > > Could you confirm if such types include the said attributes when viewed > via the Google Ads UI? If yes, could you share the complete Google Ads UI > screenshot containing the said attributes so that I can create a feature > request, subject for review, for their support in the API's reports? > > Should the screenshot contain your user / account information, you may > then send the requested information via the *Reply privately to author* > option. If this option is not available, you may send the details directly > to our [email protected] alias instead. > > Best regards, > > [image: Google Logo] > Peter Laurence > Google Ads API Team > > > ref:_00D1U1174p._5004Q2ZK2Qu:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 on the web visit https://groups.google.com/d/msgid/adwords-api/c34b1de4-f07d-44f1-a2e5-10b3eb2bd906n%40googlegroups.com.
