Hi, How to get the UAC video/image name by campaign level?
I have tried to query the asset <https://developers.google.com/google-ads/api/docs/fields/asset> and media_file <https://developers.google.com/google-ads/api/docs/fields/media_file> and the results seems only be divided by customer level. Here are my query codes: (python, google ads api) # MEDIA_FILE query = ('SELECT media_file.id, ' 'media_file.name, ' 'customer.id ' 'FROM media_file ' ) # ASSET query = ('SELECT asset.id, ' 'asset.name, ' 'customer.id ' 'FROM asset ' ) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/150e3515-3bcf-4fb9-8e23-2e02a3004e9b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
