Hello, It looks like you're looking to get the Text asset information for the Universal App Campaigns. The MediaService.get() <https://developers.google.com/adwords/api/docs/reference/v201809/MediaService#get> will only return the data if the uploaded media file of the format listed here <https://developers.google.com/adwords/api/docs/reference/v201809/MediaService.MediaPage#entries>. To pull the Universal App campaigns data, you may use the CampaignService.get() <https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService#get> operation with selector field which includes the UniversalAppCampaignSetting <https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.UniversalAppCampaignSetting>. You may refer to the GetCampaigns <https://developers.google.com/adwords/api/docs/samples/java/basic-operations#get-all-campaigns> code sample as a reference from the respective client library <https://developers.google.com/adwords/api/docs/clientlibraries>. Could you please give this a try and let me know if you have any questions?
Thanks, Bharani, AdWords API Team On Wednesday, January 2, 2019 at 4:57:07 AM UTC-5, [email protected] wrote: > > how to get the asset detail information about the ad ? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/9a324a8e-20ce-448c-9624-8526787b338a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
