I'm trying to submit a virtual pageview to track events within application, that may not be associated with user visiting a page, and therefore will not allow for execution of javascript. The project is in python on GAE.
So far, I've tried to submit a pageview via an image API via a GET request, but that does't seem to work. Here's a sample URL:
http://www.google-analytics.com/__utm.gif?utmac=UA-<account_ID>-1&utmp=/<event>/<date>
Given a Google Analytics account ID and domain as the only information, how do I submit a pageview to Google Analytics from server side?