Hello, Thanks for you reply. I have already got the Text asset information using the campaignService.get(selector) operation. The UniversalAppCampaignSetting object just includes the Text asset information and youtubeVideoMediaIds. I also want to get the youtubeVideoMedia source url and targeted location which are set in my ad. Could you please tell me how to get this information?
[image: 3.png] [image: 4.png] Bharani Cherukuri (AdWords API Team)於 2019年1月5日星期六 UTC+8上午1時13分02秒寫道: > > 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] > <javascript:> 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/2427de1d-3052-4c1f-be50-7fc949e4c62c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
