What is the best way to handle a WebGL game hosted on many portal. I would like to have global stats and “per host” stats.
I think about a custom event fired at start of each session with the url of the host as a parameter and a “Segment” for each portal.
Is it a good approach or is there already something in Unity Analytics to handle that case?