Skip to content

Simple class to use Google Analytics in your Swift3 application

License

Notifications You must be signed in to change notification settings

jagzwohlig/Swift3-Analytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Swift3-Analytics

Simple class to make Google Analytics to work with Swift 3 and log screens and actions more simply from any class withing your project. Read more about adding Google Analytics to Xcode project in my blog post.

###Usage Add AnalyticsHelpers.swift file to your project (your should add Google Analytics library first)

To log screen call

AnalyticsHelper().analyticLogScreen(screen: "Home Screen");

To log action call

  AnalyticsHelper().analyticLogAction(category: "Media", action: "Play")

About

Simple class to use Google Analytics in your Swift3 application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%