atom feed19 messages in com.googlegroups.adwords-apiAdWords API Re: Get the zipped file b...
FromSent OnAttachments
dyutiApr 18, 2008 6:16 am 
JanApr 18, 2008 10:23 am 
dshevnockApr 18, 2008 11:06 am 
Dyutiman ChaudhuriApr 21, 2008 10:40 pm 
Dyutiman ChaudhuriApr 21, 2008 10:44 pm 
TomacApr 21, 2008 11:43 pm 
Dyutiman ChaudhuriApr 22, 2008 12:24 am 
Dyutiman ChaudhuriApr 24, 2008 4:16 am 
Dyutiman ChaudhuriApr 24, 2008 4:22 am 
JanApr 24, 2008 5:40 am 
Dyutiman ChaudhuriApr 24, 2008 7:14 am 
JanApr 24, 2008 8:49 am 
dyutiApr 29, 2008 12:43 am 
Dyutiman ChaudhuriApr 29, 2008 12:48 am 
JanApr 29, 2008 1:10 am 
Dyutiman ChaudhuriApr 29, 2008 2:45 am 
JanApr 29, 2008 3:08 am 
Dyutiman ChaudhuriApr 29, 2008 4:48 am 
JanApr 29, 2008 5:40 am 
Subject:AdWords API Re: Get the zipped file by url
From:dshevnock (dshe@gmail.com)
Date:Apr 18, 2008 11:06:36 am
List:com.googlegroups.adwords-api

There is always going to be a number of different ways to do it, but we use the copy() function to copy the file to the local machine, then we use the File_Archive Pear Library to extract the gzip file, then we use an XMLParser to parse the XML results into a database.

On Apr 18, 1:23 pm, Jan <piot@gmail.com> wrote:

How does your url look like?

I would just use fopen() to open and read the file, then fwrite() to write it locally to my harddisc. Then extract the file in it (use some library like pclzip.lib.php) and analyze the result (xml, csv, ...).

Or did I miss something that makes it complicated?