The link your app will open. Specify a URL that your app can handle, typically the app's content
or payload, which initiates app-specific logic (such as crediting the user with a coupon or
displaying a welcome screen). This link must be a well-formatted URL, be properly URL-encoded, use
either HTTP or HTTPS, and cannot be another Dynamic Link.
Android parameters
apn
The package name of the Android app to use to open the link. The app must be connected to your project from the Overview page of theFirebaseconsole. Required for theDynamic Linkto open an Android app.
afl
The link to open when the app isn't installed. Specify this to do something other than install your app from the Play Store when the app isn't installed, such as open the mobile web version of the content, or display a promotional page for your app.
amv
TheversionCodeof the minimum version of your app that can open the link. If the installed app is an older version, the user is taken to the Play Store to upgrade the app.
iOS parameters
ibi
The bundle ID of the iOS app to use to open the link. The app must be connected to your project from the Overview page of theFirebaseconsole. Required for theDynamic Linkto open an iOS app.
ifl
The link to open when the app isn't installed. Specify this to do something other than install your app from the App Store when the app isn't installed, such as open the mobile web version of the content, or display a promotional page for your app.
ius
Your app's custom URL scheme, if defined to be something other than your app's bundle ID
ipfl
The link to open on iPads when the app isn't installed. Specify this to do something other than install your app from the App Store when the app isn't installed, such as open the web version of the content, or display a promotional page for your app.
ipbi
The bundle ID of the iOS app to use on iPads to open the link. The app must be connected to your project from the Overview page of theFirebaseconsole.
isi
Your app's App Store ID, used to send users to the App Store when the app isn't installed
imv
Theversion numberof the minimum version of your app that can open the link. This flag is passed to your app when it is opened, and your app must decide what to do with it.
efr
If set to '1', skip the app preview page when theDynamic Linkis opened, and instead redirect to the app or store. The app preview page (enabled by default) can more reliably send users to the most appropriate destination when they openDynamic Linksin apps; however, if you expect aDynamic Linkto be opened only in apps that can openDynamic Linksreliably without this page, you can disable it with this parameter. This parameter will affect the behavior of theDynamic Linkonly on iOS.
Other platform parameters
ofl
The link to open on platforms beside Android and iOS. This is useful to specify a different behavior on desktop, like displaying a full web page of the app content/payload (as specified by param link) with another dynamic link to install the app.
Social Meta Tag parameters
st
The title to use when theDynamic Linkis shared in a social post.
sd
The description to use when theDynamic Linkis shared in a social post.
si
The URL to an image related to this link. The image should be at least 300x200 px, and less than 300 KB.
Instead of loading theDynamic Link, generate a flowchart you can use to preview yourDynamic Links' behavior on different platforms and configurations.
Next steps
After you create aDynamic Link, you need to set up your app to receiveDynamic Linksand
send users to the right place in your app after a user opens them.
To receiveDynamic Linksin your app, see the documentation foriOS,Android,C++, andUnity.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],[],null,[]]