I’m developing a site that has a REST API and I’d like to track the API usage using Google Analytics events. Is there a straightforward way to trigger GA events from Python that doesn’t involve loading up an entire webbrowser component just to send a javascript request?
I’m developing a site that has a REST API and I’d like to track
Share
There is an open source implementation of Google-Analytics for Mobile in python available here: http://github.com/b1tr0t/Google-Analytics-for-Mobile–python-