Coder Social home page Coder Social logo

usageanalytics's Introduction

google analitics for C++ desktop applications

The project includes a sources of library that provide capability to anonymously reports information back to the library user. The library was developed using C++ as a basic language. The main intention of the library is a use in the desktop applications. StopKa file manager & desktop search tool (http://www.stopka.us) is an example application which is track it's usage using the library.

usageanalytics => Automatically exported from code.google.com/p/usageanalytics

library use example:

UsageReport::UsageReport( IApplicationPreferences* pAppPrefs ) : m_pAppPrefs(pAppPrefs)
{
	m_pStopKaEnvironment = CUsageActivator::getInstance().getStopKaEnvironment( m_pAppPrefs );
	m_pApplicationEnvironment = CUsageActivator::getInstance().getApplicationEnvironment();
	m_pGoogleAnalyticsParameters = CUsageActivator::getInstance().getGoogleAnalyticsParameters();
	m_pFocusPoint = new SuffixFocusPoint( _T("StopKa"), m_pStopKaEnvironment->getStopKaVersion() );
	IFocusPoint* pFocusPoint = 0;
	pFocusPoint = m_pFocusPoint->setChild( new FocusPoint( _T("usageanalytics") ) );
	pFocusPoint = pFocusPoint->setChild( new FocusPoint( _T("startup") ) );
	pFocusPoint = pFocusPoint->setChild( new FocusPoint( _T("1.5.0.160310") ) );
}

usageanalytics's People

Contributors

vyemialyanchyk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

usageanalytics's Issues

Support TrackEvent from Analytic for mobile

Now there is Analytic for mobile

http://code.google.com/mobile/analytics/docs/

Which support track event instead just url. I would be great to support such 
api.

Original issue reported on code.google.com by tomasen on 30 Jan 2011 at 2:59

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.