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 AdWords API and Google Ads API Forum
Hello
I have a universal apps campaign which in the adwords UI I see the assets, well now by the api using the AssetService I try to consult the AssetId using the get with a selector, but I do not get results.
I need to know the id or some field that can identify my assets, to be able to pause or eliminate them.
Currently the API can not bring the id of my assets? is there any other way to identify my assets and be able to eliminate some or pause them?
Regards,
Esteban
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Nov 5, 2018, 11:08:44 PM11/5/18
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 AdWords API and Google Ads API Forum
Hi Esteban,
If you do a CampaignService.get() and look for the details in the UniversalAppCampaignSetting, you will be able to get the youtubeVideoMediaIds and imageMediaIds. You should then be able to use the MediaService.get() and filter by the above ids to get the asset details. This code sample in Java shows how to get all media using the MediaService. Samples in other languages can also be found here. Please give this a try and let me know if you are facing any issues.
Thanks, Sreelakshmi, AdWords API Team
est...@datagran.io
unread,
Nov 5, 2018, 11:25:15 PM11/5/18
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 AdWords API and Google Ads API Forum
I have that clear, but there are some assets that are descriptions and are text assets, I can not get the IDs of these descriptions?
Sreelakshmi Sasidharan (AdWords API Team)
unread,
Nov 6, 2018, 7:56:11 PM11/6/18
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 AdWords API and Google Ads API Forum
Hello,
Could you please confirm that you are looking for the details of text assets in the Campaign->Settings-> Ad Assets-> Your Text Ideas? If so, the text assets will not be having Ids. You can check the description of these assets in the UniversalAppCampaignSetting as described in my previous response. To manage them, you will need to use the CampaignService.mutate() and update the UniversalAppCampaignSetting. If this is not what you are looking for, could you share the screenshot of the asset that you would like to manage via the API? You could use reply privately to author while sharing the details.