How to get ad name from AD_PERFORMANCE_REPORT

43 views
Skip to first unread message

Sergio Baamonde Álvarez

unread,
Dec 1, 2015, 9:31:19 AM12/1/15
to AdWords API Forum

Hi,

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


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.


Anthony Madrigal

unread,
Dec 1, 2015, 10:58:23 AM12/1/15
to AdWords API Forum
Hi Sergio,

In order to get the ad name from the Ad Performance Report, you will need to use the field Headline

As far as the UTF-8 characters go, can you please provide me with more information on where you are seeing this? Could you do so using reply privately to author and also include your client customer Id?

Regards,
Anthony
AdWords API Team
Reply all
Reply to author
Forward
0 new messages