12 messages in com.googlegroups.adwords-apiRe: AdWords API Re: CSV download prob...
FromSent OnAttachments
mse...@covad.net17 Oct 2005 13:17 
Richard Jones18 Oct 2005 04:38 
Tomac18 Oct 2005 04:47 
Kostas18 Oct 2005 05:00 
Maxim Senin18 Oct 2005 09:07 
mse...@covad.net18 Oct 2005 10:59 
Patrick Chanezon18 Oct 2005 12:50 
Kostas18 Oct 2005 13:09 
Maxim Senin18 Oct 2005 17:05 
Patrick Chanezon18 Oct 2005 17:41 
Peer20 Oct 2005 05:26 
hmcclungiii21 Oct 2005 21:24 
Subject:Re: AdWords API Re: CSV download problems
From:Kostas (kost@gmail.com)
Date:10/18/2005 01:09:43 PM
List:com.googlegroups.adwords-api

Patrick: Maxim is not talking about reports here, he is talking about the bulk sheet you can download with a listing of all your campaigns, adgroups, creatives, and keywords. Unfortunately the API does not provide us with an easy way to do this (even though as a quick search in this forum will show, it is probably the most frequently requested feature), and the reports do not contain all the data.

Maxim: Yes, traversing through all the adgroups is certainly not quick but 40 hours for 500k keywords sounds a bit too much. Today we did this for an account with 1.5 million keywords in about 6 hours. Are you definitely using getAllCreatives, getAllKeywords (or getCriteria) and not downloading things individualy? Have you profiled your code to make sure that the delay is occurring on the Google side and there is nothing slow in your program?