Create your first smart link

The 60-second tour: paste your store URLs, get a short link, share it anywhere.

Create your first smart link

A smart link is a single short URL (like oh-links.com/abc123) that decides at click-time where to send each visitor: the iOS App Store on iPhones, Google Play on Android, your website on desktop. You only share one link, OhLinks does the routing.

What you'll need

  • Your iOS App Store URL — looks like https://apps.apple.com/us/app/your-app/id1234567890
  • Your Google Play URL — looks like https://play.google.com/store/apps/details?id=com.yourcompany.yourapp
  • A web fallback URL — any URL to send desktop visitors to (your marketing page, the App Store, anything)

Steps

  1. Sign in to your dashboard at oh-links.com/dashboard.
  2. Click "+ New link" in the top right.
  3. Paste your three URLs into the form:
    • iOS App Store URLhttps://apps.apple.com/...
    • Google Play URLhttps://play.google.com/...
    • Web fallback URL → any URL
  4. (Optional) Give it a title so you recognize it later in your dashboard.
  5. Click Create.

You'll land back on your dashboard with the new link at the top. Copy the short URL and share it — Twitter, email, ad campaigns, QR codes on physical posters, anywhere.

What happens when someone clicks

Visitor's deviceWhere we send them
iPhone / iPadApp Store (or directly into your app — see Deep linking)
Android phoneGoogle Play (or directly into your app)
Desktop browserYour web fallback URL
A link-preview crawler (Slack, Twitter)A branded preview card — see Social preview cards

UTM parameters pass through

If you share oh-links.com/abc123?utm_source=twitter&utm_campaign=launch, those utm_* params are appended to the destination URL automatically. No extra setup.

From your dashboard, click any row to open the Edit page. Change the URLs, the title, add geo overrides, or delete the link entirely. Edits take effect within seconds (we cache resolutions in Redis with active invalidation on edit).

Next steps