0

I am trying to setup my GameAnalytics dashboard so that data from both my iOS build and Android build are displayed together.

However, it doesn't seem possible.

It appears as though GameAnaltyics requires a different dashboard per game per platform.

Has anyone found a way around this?

I really don't want to have to duplicate every dashboard change I ever make.

Also, I want to be able to view all my graphs with that combined data of both platforms.

Thank you for your time

asked Jan 18, 2022 at 16:32
1
  • As far as I know, this is not possible in GameAnalytics. You also get seperate keys when you distribute for different platforms. However this is way cleaner than having the same keys and dashboard for different platforms. Just trust GA Team and implement the way they designed the platform, you will profit longterm. Commented Jan 18, 2022 at 16:40

1 Answer 1

0

I'm a support engineer from GameAnalytics. The optimal way of creating games is to separate platforms with different keys for each one. There are a few benefits, the main one being the ability to link your game to the store and implement purchase validation. Since you can only link a pair of keys to 1 game in the store (Google Play or Appstore), that would also mean that you would also only be able to implement purchase validation for the game you linked. For example if you decided to link the Android version, you wouldn't be able to verify purchases of the iOS one.

Another benefit is that it makes it easier to debug any issues. It's just generally cleaner to separate the platforms and some SDKs don't even allow the use of the same pair of keys for multiple platforms (e.g. Unity), so it's not supported by default. They would either have to modify the SDK (not recommended) or use the collection API potentially.

answered Jan 20, 2022 at 14:55
Sign up to request clarification or add additional context in comments.

2 Comments

Thank you for that explanation. I appreciate it. Your points make sense, but it does also introduce the complexities I mentioned. I get that most of the times things come down to weighing trade offs. That being said, is there way to reduce some of the friction I am encountering? For example, I have a couple dozen custom dashboard graphs in my Android project. Can I somehow clone those into the iOS project?
What you wrote here are not advantages, but disadvantages. You have complicated the work with your dashboard. It was very easy to make 1 dashboard for 1 project and include all platforms in it, and split the statistical data into sources (so that you could see sales from Android and iOS separately, as well as together). Now we just can't to see joint data from several platforms. So do not even try to justify yourself, passing off your mistakes as advantages. Any more or less sensible programmer-engineer understands that it could have been done more correctly and better than you have done.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.