Hello,
Is there a way to get the metropolitan region instead of the metro
code in a report? More specifically, I am downloading a Geo
Performance report, with following details:
selectedReportType = 'Geographic'
aggregationTypes = 'Campaign'
name = report_name
selectedColumns = %w{Campaign Country CPC CPM CampaignStatus
CampaignId City Clicks Cost DailyBudget DailyCTR ExternalCustomerId
Impressions Metro Region }
startDay = start_date
endDay = end_date
crossClient = 'true'
When I download this report I get a row like this:
<row customerid="-some-id-here-" campaignid="-some-id-here-"
campaign="-my-campaign-name" country="USA" region="US-CA" metro="803"
city="Culver City" budget="1950000" campStatus="Active" imps="2"
clicks="1" cpc="680000" cpm="340000000" dailyctr="0.5" cost="680000"></
row>
Now instead of metro="803" I actually want something like metro-
name="Los Angeles CA".
Is that possible? What column name should be sent in the
selectedColumns list to achieve this?
Any help will be much appreciated,
-Swanand