Hi All,
I'm fairly new within this adwords api world (less than a week) and hope I didnt put a up a stupid question/discussion here.
I have spent a whole day trying to figure out this.
What I want to do:
Get Campaign Statistic with dimensions (campaignID, date, country, region) and metrics (cost, impressions, clicks)
What I can do:
1. Get simple Campaign information (campaignID, campaignName) and Customer information (customerID, customerName) using 'client.getservice()' from
CampaignService and
ManagedCustomerService2. Using CampaignID I got from #1, I can get Campaign Statistic with dimensions (campaignID, date, country, region) and metrics (cost, impressions, clicks) by using 'client.GetReportDownloader()' from
Geo Performance ReportLimitation:
Using this method, I reached the
basic access level limit. Even with just 10 days worth of campaign data, I passed the limit of 1,000 report downloads per day, as we have so many campaigns for different clients. Plus the breakdown from 'Country-Region' dimension.
Tried to upgrade to 'standard' access level, glanced at the requirement forms, looked like not the way to go (last option)
Am I facing the right direction here?
or do I stray too much?
Any insight, guide, idea, help is appreciated
Regards,
Boyke Ferdinandes