Hi, Im trying to get the AssetID of the my TextAsset/AdTextAsset I added on my Responsive Ads. But the field asset.text_asset.text from the asset Resource is not returning:
[image: aaa.png] <about:invalid#zClosurez> Here is the script that I used for the query: GoogleAdsServiceClient googleAdsService = client.GetService(Services.V1.GoogleAdsService); string query = $@"SELECT asset.id, asset.name, asset.resource_name, asset.type, asset.text_asset.text FROM asset WHERE asset.type = TEXT"; PagedEnumerable<SearchGoogleAdsResponse, GoogleAdsRow> result = googleAdsService.Search(customerID, query); foreach (GoogleAdsRow row in result) { ... } Unlike the ImageAsset and YoutubeVideoAsset, how can I retrieve the ResourceName (or even just the AssetID) of Headlines and Descriptions assets upon creation? Please advise. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5a33d9cb-401e-451c-8754-e1beffd60d2f%40googlegroups.com.