Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There's a question for this in SO, <a href="https://stackoverflow.com/questions/1027660/generate-google-analytics-events-utm-gif-requests-serverside">Generate Google Analytics events (__utm.gif requests) serverside</a>.</p> <p>The problem is:</p> <blockquote> <p>it seems like it's a little old and there's no documentation of how to log events, only page views.</p> </blockquote> <p>...and you want to track events instead of page views.</p> <p>When searching "server side google analytics" in google, you find the same sources presented in SO question as the more relevant ones. There is a lib though in php named <a href="http://code.google.com/p/serversidegoogleanalytics/" rel="nofollow noreferrer">Server Side Google Analytics</a> to do it. The last commit is from Apr 28 2009, so I dont know if it's working or if it's possible to track events (and it's in php, not Python).</p> <p>I know that there's an <a href="http://code.google.com/intl/en/apis/analytics/docs/tracking/mobileAppsTracking.html" rel="nofollow noreferrer">official google analytics traking solution</a> without javascript (also check the <a href="http://analytics.blogspot.com/2009/10/google-analytics-now-more-powerful.html" rel="nofollow noreferrer">release note from their blog</a>) for mobile applications, and it even comes with a <a href="http://www.google.com/analytics/googleanalyticsformobile.zip" rel="nofollow noreferrer">php library</a>. Maybe you can "fool" their service and act like your application is a mobile one to track your events, rewriting this lib in Python? (I don't know if this violates Google's TOS, you should read it just in case).</p> <p>IMHO, if google analytics is really the only way you want to do what you want and everything fails, I would try to use a webbrowser component.</p> <p>As a last resource, you can try to create a simple analytics tool to track your api usage using <a href="http://code.google.com/intl/pt-BR/apis/analytics/docs/tracking/gaTrackingTroubleshooting.html" rel="nofollow noreferrer">google's documentation</a>.</p> <p>(If you think none of these suggestions are useful, I would try to search "google analytics without javascript" on google. Good luck!)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload