Skip to content

Instantly share code, notes, and snippets.

@jakevsrobots
Created May 16, 2012 22:35
Show Gist options
  • Save jakevsrobots/2714579 to your computer and use it in GitHub Desktop.
Save jakevsrobots/2714579 to your computer and use it in GitHub Desktop.
using UnityEngine;
using System.Collections;
public class TitleScreenAnalyticsEvents : MonoBehaviour {
void Start () {
GoogleAnalytics.TrackEvent("start_level", "title_screen");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment