Re: Upload and download via API

2017-11-29 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The AdWords API doesn't specifically include uploads from CSV or Google Drive. However, you could certainly read a file in your application and use that data to construct your AdWords API requests. If your files are in Google Drive, then you can use the Google Drive API

Re: Upload and download via API

2017-11-29 Thread Alessandro Improta
I see Adwords Scripts allows you to upload .csv files directly from your google drive. Is it still the case that this kind of thing cannot be done through the API? If not, is there any kind of similar solution? On Friday, January 23, 2015 at 3:37:42 PM UTC-7, Josh Radcliff (AdWords API Team) wr

Re: Upload and download via API

2015-01-23 Thread Josh Radcliff (AdWords API Team)
Hi Michelle, The API does not directly support importing from Excel. A better fit for that use case is the AdWords Editor or AdWords Scripts . Cheers, Josh, AdWords API Team On Friday, January 23

Re: Upload and download via API

2015-01-23 Thread michelle . magary
I have a similar question. I want to upload an excel spreadsheet with ad group and keyword bid changes. Does the API support this today? If so, what format does the spreadsheet require? Thanks, Michelle On Thursday, August 20, 2009 at 2:41:18 PM UTC-4, AdWords API Advisor wrote: > > Hi John, >

AdWords API Re: Upload and download via API

2009-08-20 Thread AdWords API Advisor
Hi John, Unfortunately there isn't the ability to upload a list of changes in a spreadsheet directly via the API, you would need to write a program that will parse the spreadsheet and make API calls to modify the keywords. There are a number of client libraries available that make it simpler to

AdWords API Upload and download via API

2009-08-20 Thread John
I have requirements to delete keywords from AdWords accounts based on an excel spreadsheet which contains a list of account,adgroup,campaign, keywords. What would be best way to do this? Does AdWords API accept an upload file like this for deleting keywords? Second question, when using ReportServ