I have magento web site. I need to integrate the Google Analytics API, and I found this component: https://github.com/danielmitd/Zend_Gdata_Analytics
I see that Zend_Gdata already included in magento, but which is the proper way (upgrade safe) to add the above component to magento?
I suppose placing it to the magento/lib/Zend/ directory is not upgrade safe.