How can I use zend framework to export google analytics data into my application? I’ve used other Zend_Service_GData before, but can’t find any documentation how to apply it to google analytics?
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no official library for google analytics, but you could have a look at:
http://framework.zend.com/wiki/display/ZFPROP/Zend_Gdata_Analytics+-+Daniel+Hartmann
It hasn’t been updated in a while, but I’ve used it without problems before.