简体   繁体   中英

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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM