Hi all,
In 2022, we announced Developer Deeplinking to allow y’all to pass data to your experiences when a user joins them via a deeplink to our app. Included were instructions for how to set up links using deferred deeplinking, to allow users new to Roblox to still directly join your experience after installing Roblox and signing up.
Today, we’re announcing a slight change to the format of those links. You will need to add a “deep_link_value” query parameter with the same link value that was used for af_dp and af_web_dp, previously. You can update to this new format today, and your developer deeplinks will continue to function.
Next month, we’ll be releasing an update to use Unified Deep Linking (UDL), after which links that don’t contain the “deep_link_value” will cease to function correctly on Android devices(landing the user on the Roblox home screen). As such, we suggest migrating to the backwards-compatible UDL format listed below immediately for any shared links. We will be sure to update you once we have a release date for this update.
Note: This change has no impact on iOS devices, as they don’t have this restriction.
This change is necessary to support UDL, which will result in faster deeplink processing times and should also make deferred deeplink resolution more consistent.
Taking the previously shared example:
The new format would be:
Note that for both of these, af_web_dp should be an https://www.roblox.com URL pointing to your experience so users on desktop browsers can still land on it.
Please let us know if you have any questions.
Thank you.