Developers

How to Track Trials by Source in StatsMix

September 27, 2012

This tutorial is a little “inside baseball,” but the use case is generalizable beyond the specific implementation, so we thought we’d share it with you. Background StatsMix is a partner in Heroku’s Add-on program. In a nutshell, Heroku customers can try StatsMix in their runtime environment with just a couple of clicks. They’ve been offering [...]

Read the full article →

Java and C# Code Libraries for StatsMix

September 14, 2012

By popular request, we’ve added Java and C# libraries to access the StatsMix API to our list of officially supported code libraries. The full details for each are here: C# C# Nuget installation and documentation source code: https://github.com/mcclaskc/statsmix_nuget Java Jar installation and documentation source code: https://github.com/mcclaskc/statsmix_jar For each metric, we’ve also added code snippets in [...]

Read the full article →

Delayed Job Wrapper for Using the StatsMix Ruby Gem

August 13, 2012

We recently had a request from a customer on how to use StatsMix with the delayed job queuing system. If you’re using delayed job with your application, here’s some code that will allow you to send StatsMix requests to it for queuing:

Read the full article →

Demo Application of StatsMix Ruby on Rails Integration

August 2, 2012

While working with Heroku and Engine Yard, two of our integration partners with strong support for Ruby on Rails, we found it useful to have a ready-made demo application using StatsMix for testing. Since the demo app was in a Github repository, it only took a single click to install and test out StatsMix with [...]

Read the full article →

StatsMix JavaScript Library Beta Release

March 12, 2012

We’re excited to announce we’ve released into beta a JavaScript library for StatsMix. The new library provides a quick and easy way to track any action or event on a website. Use this to track page views, conversions, downloads, or just about anything else you can think of. Using our JavaScript library, a metric’s value [...]

Read the full article →

Heroku Integration Tutorial

September 12, 2011

Tutorial on how to integrate StatsMix metrics tracking with Heroku.

Read the full article →

Email Notifications for Developer Accounts

July 14, 2011

On the heels of our updated email notifications management, we’re now allowing our developer accounts to receive the daily email summary of metrics. In the past, we’ve reserved this functionality for paying plans, but the feedback we’ve received from customers it that the email summaries are a very useful feature that communicates the value of [...]

Read the full article →

Heroku Users Needed for StatsMix Integration

July 12, 2011

If you’re on Heroku, StatsMix would love your help. We’ve recently integrated with Heroku as an add-on and we’re currently in the alpha stage. We’re looking for additional alpha testers so we can iron out any remaining bugs and move to a public beta. Our integration enables you to track any events as metrics in [...]

Read the full article →

StatsMix Ruby Gem

July 8, 2011

Following the release of our new StatsMix API yesterday, we’ve also released an official Ruby gem that wraps the API. The gem makes it even easier to track metrics in your Ruby or Rails applications: require ‘statsmix’ StatsMix.api_key = "YOUR API KEY" StatsMix.track(name_of_metric, value = 1, options = {}) The simplicity of the StatsMix gem [...]

Read the full article →

New Version of the StatsMix API Released

July 7, 2011

Over the past few months, we’ve learned a lot about how companies use StatsMix and implement our API. We’ve seen rapid growth in its usage and had great feedback from developers using our initial version to track both business and application metrics. We’ve now incorporated all of this learning into version two of the StatsMix [...]

Read the full article →