dashboard ccu graph for different platforms

Hello!

Let's say I have a game on several social networks where players battle each other with no separation between the platforms (== social networks).
... So players from "social network 1" can compete against players from "social network 2".

Now, there's a nice dashboard for PUN, but I can't see how many players are from one social network and how many are from other social network.
And that's quite an important piece of info I think!

Is there any hint on how to achieve this?

Could you consider adding some "split" parameter for Connect() method and dashboard?

Example:

I specify a parameter when user connects,
Connect("kongregate");
Connect("facebook");

and then in the dashboard I see a total graph AND 2 smaller graphs for kongregate and facebook (or smth like that).

What do you think?

Photon Cloud is already a fantastic solution - but I think there will always be smth to improve :D

thanks,
Slav

Comments