working/up to date Google Analytics plugin for Unity iOS and Android?

Is there an up to date Google Analytics plugin that works on iOS and Android?

We’ve been trying the one on the GamePrefabs site:

http://www.gameprefabs.com/products/show/200

…but it doesn’t work and appears to be out of date (so my advice, no one waste money and time on the GamePrefabs plugin like we did).

We went looking again for a more up to date Google Analytics plugin and all I see is EasyAnalytics one:

EasyAnalytics looks more up to date then the GamePrefabs version but it says it supports Google Analytics v2 and Google now seems to be on v3.

Is there a Unity iOS/Android plugin for Google Analytics that’s up to date with Google?

Thanks,
–Larry

You could consider buying my solution for integrating Google Analytics to Unity projects. It works with iOS and Android, but is not limited to those.

Google Universal Analytics in Asset Store.
(Website / forum thread)

Google’s new Universal Analytics has a “measurement protocol” specification, and the above package uses that to send hits to analytics. The advantage here is that there’s no need for native library for each platform. So the same code actually works on mobile, desktop and web player platforms (Desktop - Windows, OSX, Linux, Windows8; Mobile - iOS, Android, Windows Phone 8, BlackBerry 10; Browser - Unity Web Player plugin). It’s implemented in pure C# and uses Unity’s WWW class for networking.