Skip to content

Instantly share code, notes, and snippets.

@Skorch
Created December 3, 2016 22:50
Show Gist options
  • Save Skorch/7d544d7fdb088449bcadeaf403a2e2ba to your computer and use it in GitHub Desktop.
Save Skorch/7d544d7fdb088449bcadeaf403a2e2ba to your computer and use it in GitHub Desktop.
func trackSomeEvent(property1: String, property2: String){
SEGAnalytics.shared().track(someEvent, properties: [
"property1": property1,
"property2": property2
])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment