Build intent:// deep links for Android with scheme, package, action/category, extras, and a browser fallback URL. Copy the output and test with Chrome or ADB.
Loading…
An intent:// URL is an Android-specific deep link format used primarily by Chrome. It can target an app (via package/component) while also providing a web fallback if the app isn’t installed.
ref, campaign).No. URL generation happens locally in your browser. Nothing is uploaded to DroidXP servers.
S.browser_fallback_url?It is the fallback web URL Android/Chrome can open when the target app is not available. This improves reliability and user experience for deep-link campaigns.
Not always. Package alone is often enough. Component targets a specific activity and is stricter — useful for testing, but can fail if the activity name differs across builds.
Different apps (messengers, browsers, social apps) handle deep links differently. Some sanitize links or open in web views. Test in your primary target channels.
This UI supports one quick extra for simplicity. For advanced cases, copy the output and append additional extras in the same type.key=value format
before end.