Skip to main content

Overview

Deeplinking allows you to send users directly from your platform into the Novig app with a pre-populated bet slip. Novig supports both mobile and web deeplinks.
Always include your Partner ID in deeplinks to ensure proper attribution tracking.
You must detect your user’s platform via their User-Agent and use the appropriate URL scheme:
  • Desktop / mobile web users → use novig.com/events/...
  • iOS / Android native app users → use novigapp://events/...
Using the wrong scheme will result in a broken experience — web links won’t open the native app, and novigapp:// links won’t work in a desktop browser.

Web Deeplinking

For desktop and web users, use the novig.com domain.

URL Structure

Including ?referralCode=YOUR_CODE is highly recommended to capture sign-up credits from users who register through your deeplinks.

Straight Bet Example

Single outcome with partner ID, 10 Novig Cash, and referral code:

Parlay Example

For parlays, separate multiple outcome IDs with commas:
Example with three legs:

Native App Deeplinking

For native app integrations use the custom URL scheme:

Best Practices

Always Include Partner ID

Ensures all trading activity is properly attributed to your partnership.

Include Referral Code

Append ?referralCode=YOUR_CODE to credit new sign-ups to your partnership.