eyecatchup / php-webmaster-tools-downloads

PHP class to download website data from Google Webmaster Tools as CSV.
107 stars 72 forks source link

Jobrapido Fork #24

Open minobedin opened 9 years ago

minobedin commented 9 years ago

Hi, I'm trying to use fork made by Jobrapido for download data from Search Analytics. I'm trying to use only the gwtdata.php file from this fork, because I don't have the other Pre-Requisites like PDO library for PHP and XML library for PHP. Anyone use this fork currently? Does it work? When I call DownloadCSV function from my code with "SEARCH_ANALYTICS" value the scripts download only a html page from Google, but when i use "TOP_PAGES" or "TOP_QUERIES" it works great.

PS: in my code I fix the login problem removing the string "-php" in the gwtdata.php script. I suggest to Jobrapido to do the same thing in his fork.

sblendorio commented 9 years ago

You're right: the "SEARCH_ANALYTICS" case was under development and it has not been completed, for this reason it downloads just an HTML page.

Thanks for suggestion about the "-php" string to remove.