Skip to content

pbalmasov/UnityGoogleAnalyticsPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityGoogleAnalyticsPlugin

Native plugin for iOS and Android

Using analytics plugin: Attach script AnalyticsPlugin.cs to any object and fill tracking id with you own. Then you can call AnalyticsPlugin.LogEvent("Category","Action","Label","Value"); where "Label" and "Value" unnecessary parameters.