I am working on a app that uses a json response from my Zend Framework 1.10 website. I want to track how many times the Json Action is hit?
If there is no true way to do this from just the action that is not reflected the json response.
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.
I would suppose you are using Jquery to illustrate my idea ,
I would track both success and error function of jquery using google analytics events
at the end of the day , go to Events on you GA Account
you would see handy results as you would expect 🙂
you can track ( click , AJAX Request , Page load time , Banner & many other smart ideas )
another tip : you might use what GA Marketers used to do
this is the most easiest one to make
http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55578
just append it to your AJAX request and watch the magic 🙂
Twitter using this idea in the mailing notification
example :