I am trying to get a report for my campaign where I need the impressions and clicks for each area for my campaign.
I tried all fields in GEO_PERFORMANCE_REPORT
but it doesn't retrieve the area.
I also tried to get data from CAMPAIGN_LOCATION_TARGET_REPORT
but still can not have the area.
any help ?
Ok, i will answer.
Unfortunately, the fields for city will be always retrieved as IDs if you use AWQL.
So, you will have workaround to get the city or country name where you should download city (Cities-DMA Regions) and country (Geographical Targeting) codes as .csv file.
You then could store it in your database and get the city/country names by querying your database when needed.