Skip to Content
Features

Features

Redirectly provides a comprehensive set of features for creating, managing, and tracking dynamic links across web and mobile platforms.

Core Features

Create smart links that work seamlessly across platforms:

  • Universal Links - Links that work on both web and mobile
  • Deep Linking - Direct users to specific content within your app
  • Deferred Deep Linking - Users reach intended content even after installing your app
  • Fallback URLs - Graceful fallbacks when app isn’t installed
  • Custom Domains - Branded links with your own subdomain (e.g., yourapp.redirectly.app)

Example Use Cases:

  • Share product pages that open directly in your app
  • Campaign links that track installs and conversions
  • Referral links with attribution
  • Social media links that deep link into your app

πŸ“Š App Install Attribution

Track which campaigns and links drive app installs:

  • Attribution Matching - Automatically match installs to prior link clicks
  • Organic vs Attributed - Distinguish between organic and campaign-driven installs
  • Campaign Tracking - Know exactly which links drive installs
  • Time-based Attribution - Track when users clicked links before installing
  • Deferred Deep Linking - Users reach intended content after install

How It Works:

  1. User clicks a Redirectly link
  2. Link click is tracked with device fingerprint
  3. User installs app (immediately or later)
  4. On first launch, SDK matches install to prior click
  5. App receives attribution data and can deep link to original target

πŸ“ˆ Analytics & Insights

Comprehensive analytics for all your links:

  • Click Tracking - Real-time click counts and trends
  • Device Analytics - OS, device type, and version breakdown
  • Geographic Data - Country, region, and city-level insights
  • UTM Parameters - Track campaign, source, medium, and more
  • Referrer Analysis - See where your traffic comes from
  • Time-based Analytics - Hourly, daily, weekly, and monthly trends
  • Conversion Tracking - Track installs, opens, and custom events

πŸ”’ Security & Privacy

Enterprise-grade security with privacy-first approach:

  • Encrypted Links - All links are encrypted and signed
  • API Authentication - Secure API key-based authentication
  • SSL/TLS - Full SSL support for custom domains
  • Privacy-Friendly - No personal information collected
  • GDPR Compliant - Privacy-first tracking approach
  • Data Ownership - All data stays within your account

πŸ› οΈ Developer Experience

Easy integration with comprehensive SDKs:

  • Pure Dart/JS - No native code required for mobile SDKs
  • Simple API - Clean, intuitive API design
  • Type Safety - Full TypeScript/Dart type definitions
  • Error Handling - Comprehensive error messages and codes
  • Debug Mode - Built-in debugging and logging
  • Documentation - Extensive documentation and examples

Platform Support

Mobile SDKs

  • Flutter - Pure Dart implementation, no native code
  • React Native - JavaScript/TypeScript with native deep linking
  • iOS Native - Coming soon
  • Android Native - Coming soon

Create permanent links with custom slugs:

// Flutter final link = await redirectly.createLink( slug: 'product-123', target: 'https://example.com/products/123', ); // React Native Redirectly.createLink({ slug: 'product-123', target: 'https://example.com/products/123', });

Features:

  • Custom slugs for memorable URLs
  • Unlimited clicks
  • Metadata support
  • Analytics tracking

Create time-limited links:

// Flutter final tempLink = await redirectly.createTempLink( target: 'https://example.com/sale', ttlSeconds: 3600, // 1 hour ); // React Native Redirectly.createTempLink({ target: 'https://example.com/sale', ttlSeconds: 3600, });

Features:

  • Auto-expiration after specified time
  • Auto-generated slugs
  • Perfect for time-sensitive campaigns
  • Same analytics as permanent links

Advanced Features

Metadata Support

Attach custom metadata to links:

// Flutter final link = await redirectly.createLink( slug: 'campaign-2024', target: 'https://example.com', metadata: { 'campaign_id': 'summer-2024', 'source': 'email', 'user_id': '12345', }, ); // React Native Redirectly.createLink({ slug: 'campaign-2024', target: 'https://example.com', metadata: { campaign_id: 'summer-2024', source: 'email', user_id: '12345', }, });

Custom Domains

Use your own domain for links:

  • Branded URLs - links.yourapp.com instead of yourapp.redirectly.app
  • SSL Support - Automatic SSL certificate management
  • DNS Configuration - Simple DNS setup
  • Multiple Domains - Support for multiple custom domains

Webhooks

Receive real-time notifications for events:

  • Link Clicks - Get notified when links are clicked
  • App Installs - Receive install attribution events
  • Link Created - Notifications when links are created
  • Custom Events - Define your own webhook events

Rate Limits

Flexible rate limits based on your plan:

  • Free Tier - 100 requests/minute
  • Pro Tier - 1,000 requests/minute
  • Enterprise - Unlimited requests

Use Cases

E-commerce

  • Product sharing with deep links
  • Campaign tracking and attribution
  • Referral program links
  • Abandoned cart recovery links

Social Media

  • Profile sharing links
  • Content deep linking
  • Viral campaign tracking
  • User-generated content links

Marketing

  • Email campaign links
  • SMS campaign links
  • Social media ads
  • Influencer tracking

Apps

  • App install campaigns
  • Feature announcements
  • User onboarding flows
  • Content sharing

Comparison

FeatureRedirectlyFirebase Dynamic Links
Custom Backendβœ… Yes❌ No
Privacyβœ… Privacy-first⚠️ Google tracking
Pricingβœ… Transparent⚠️ Complex
Setupβœ… Simple⚠️ Complex
Analyticsβœ… Built-inβœ… Built-in
Custom Domainsβœ… Yesβœ… Yes

vs Branch.io

FeatureRedirectlyBranch.io
Pricingβœ… Affordable⚠️ Expensive
Setupβœ… Simple⚠️ Complex
Privacyβœ… Privacy-first⚠️ Third-party
Custom Backendβœ… Yes❌ No
Analyticsβœ… Built-inβœ… Built-in

Next Steps


Ready to get started? Sign up for freeΒ  and create your first dynamic link!

Last updated on