Hi! I know that I can't have more than 20 elements in CustomDimension but with code I can create any count in Unity. I mean I can create CustomDimension value without Settings in Unity, just create it with code.
I use it for UTM source info so I just open the game with that link with UTM info and it adds to analytics.
But I'm not sure that GameAnalytics dashboard will show me more than 20 elements. Can you tell me what happened when game's build will send to GA 21+ element for Custom Dimension?
And 2nd question: what I should do to track UTMs? I mean I wanna see several layers of UTM in dashbord. I wanna split players by source (Instagram, Facebook and etc. For example I wanna see how players from Facebook-campaign1 and TikTok-campaign2 play the game. So I need minimum 2 layers of dimension but CustomDimension has only 1.
What I should use to Split players in dashboard correctly?