Hi,
I start using Google Analtics this week, but it’s not sending data to my GA dashboard?
I have other plugins in my app like OneSignal, and somewhere I read a several months ago post that a there were some conflicts between ga plugin and other plugins. Do you know if I need to do something else to get this working?
my build.settings look like this:
plugins =
{
[“plugin.googleAnalytics”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true, }
},
[“plugin.OneSignal”] =
{
publisherId = “com.onesignal”,
},
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, android=true, [“android-kindle”]=true }
},
[“CoronaProvider.gameNetwork.apple”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true, [“iphone-sim”]=true },
},
[“plugin.facebook.v4”] =
{
publisherId = “com.coronalabs”
},
[“CoronaProvider.ads.iads”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone=true }
},
[“plugin.google.iap.v3”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { android=true }
},
},