Hi,

I want to get Ad Name from Adwords as seen in the following image:

<https://lh3.googleusercontent.com/-xcSgEgH6tUE/Vl2J_6YiOkI/AAAAAAAADvc/pLFiXmirXQc/s1600/Captura.PNG>


I managed to get the rest of the fields from AD_PERFORMANCE_REPORT API (I'm 
with Java API) with the following selector:



selector.getFields().addAll(Lists.newArrayList("CampaignName", 
"AdGroupName", "Id", "AdGroupId","ImageCreativeName", "Description1", 
"Description2", "Impressions", "Clicks", "Conversions"));


But I can't find a field to get Ad Name. Does that field exist or should I 
make a cross request to another service to get that name?



P.S: Also, it's unrelated to the main problem, but I'm trying to get the 
fields as UTF-8 but characters like áéíóú and € symbol doesn't appear 
correctly. Is there some way to fix it?


Thanks in advance.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3c70806b-15d8-4823-823a-ba195a105586%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to