Extract data from google adwords

I would like to extract cost data from google adwords and insert into our data warehouse. What would be the easiest way to achieve it? I am looking for the following information.

AccountDescriptiveName,CampaignName, AdGroupName, Id,Headline, Clicks, Impressions,Ctr, AverageCpc, AverageCpm, Cost, Conversions, ConversionRate, CostPerConversion

I am new to APIs.


If you don't have access to the AdWords API I suggest that you save the data into a Google Drive Spreadsheet and then you access it from your server.

Example of saving AdWords data to spreadsheet: https://developers.google.com/adwords/scripts/docs/examples/reports

Google Drive Spreadsheet API: https://developers.google.com/google-apps/spreadsheets/

链接地址: http://www.djcxy.com/p/32356.html

上一篇: 排除广告系列名称

下一篇: 从谷歌adwords中提取数据