开发者

Record Google Analytics with PHP? Possible?

开发者 https://www.devze.com 2023-03-02 20:11 出处:网络
I use Google Analytics and love it, I have all the goals and conversions setup etc. It works great. My c开发者_运维知识库urrent task is recording mobile apps. I do not want to hard code it into the

I use Google Analytics and love it, I have all the goals and conversions setup etc. It works great.

My c开发者_运维知识库urrent task is recording mobile apps. I do not want to hard code it into the App due to ease of changing methods, so I plan on planting the analytics in the mobile API (which is in PHP). I would like to record google analytics events using PHP instead of Javascript.

I know there is a PHP API for Google analytics, but I think this is for reporting only. What would you suggest doing? Maybe a CURL or something? Im lost!

Thanks for your help!


Would this work: http://code.google.com/mobile/analytics/docs/


Try this:

http://code.google.com/p/php-ga/

0

精彩评论

暂无评论...
验证码 换一张
取 消