Optimize user experience with Bitsy device targeting, seamlessly redirecting users based on their device.
long_url
: The fallback URL that users will be redirected to if none of the device-specific conditions are met.
has_android_targeting
has_ios_targeting
has_windows_targeting
has_linux_targeting
android_target_url
ios_target_url
windows_target_url
linux_target_url
android_target_url
ios_target_url
windows_target_url
linux_target_url
long_url
long_url
: This is the fallback URL that users will be redirected to if no specific device targeting conditions are met.has_android_targeting
: Set to true, indicating that there is a specific target URL for Android users.android_target_url
: The URL users will be redirected to if they are on an Android device.has_ios_targeting
: Also set to true, with a defined target URL for iOS.ios_target_url
: The URL users will be redirected to if they are on an iOS device.has_windows_targeting
: Set to true, indicating a specific URL for Windows users.windows_target_url
: The URL users will be redirected to if they are on a Windows device.has_linux_targeting
: Set to true, indicating a specific URL for Linux users.linux_target_url
: The URL users will be redirected to if they are on a Linux device.