As a Roblox developer, it is currently impossible to get any sort of useful acquisition analytics. In developer stats, there needs to be a section dedicated to just reporting top site traffic to the game page. This ideally would also include play rate, follow rate, purchase rate, and so on, for each different location.
This should not only be limited to Roblox web links; it should display links from any other allowed off-site link. Wouldn’t show what specific links it comes from, would just say “Twitter”
A neat feature of this would be to know which game sort the click comes from.
Bumping this feature request that has never been responded to.
User acquisition pathways are the missing piece of the puzzle when it comes to our available game analytics. Often times we can have boosts in player counts that we are unable to properly capitalise on because we don’t know where the people landing on our game page are coming from. I know that Roblox themselves would already have this information so the work required to get it to developers would be negligible.
This would be great, but as it specifies where players join from, it would be incredibly difficult to maintain, so this could take a long time for Roblox admins to implement.
In the meantime, you can make use of the GetJoinData method of the Player object. The LaunchData field has been added to allow developers to specify what was included with the link. You can just use “Twitter” or “YouTube”, or you can use a code stored in the DataStore and just have it specify where the code was created or what the code is for.
There is not a full guarantee that the LaunchData field will work on mobile, as this feature is still in beta.