Reputation: 13366
Since it's a lightweight JSONP callback to my site, I don't think there is a way to get standard Google Analytics tracking, unless I'm mistaken?
Otherwise I'll have to track on my own, inside my action (asp.net MVC 2 site), correct?
What sort of tracking would you do here?
Upvotes: 1
Views: 316
Reputation: 4487
what about using event tracking?
http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html
Upvotes: 1