Understanding Deep Links
Deep links are URLs or hyperlinks that take users directly to a specific section of the Gameball widget. This allows for a more seamless user experience by providing quick access to the desired content without navigating through the entire widget. You can use deep links with any element that can hold a hyperlink, such as text, images, menu items, or buttons. You can also include these hyperlinks in automated emails or SMS campaigns. For example, if a customer clicks a button labeled “Check your earned points now!” in an email, they will be redirected to your website and see the widget section displaying their points.Available Gameball Deep Links
#gameball-home
#gameball-home
Takes customers to the home section and guests to the sign-up section.

#gameball-referral
#gameball-referral
Directs customers to the referral tab and guests to the home section.

#gameball-faq
#gameball-faq
Opens the “FAQ” section for both customers and guests.

#gameball-levels
#gameball-levels
Shows customers the levels progress tab and guests the levels program section.

#gameball-redemption
#gameball-redemption
Leads customers to the redemption tab and guests to the “How to Redeem” section.

#gameball-wheel
#gameball-wheel
Opens the “Spin the Wheel” page for customers. SDK value:
details_wheel.#gameball-scratch
#gameball-scratch
Opens the Scratch and Win page for customers. SDK value:
details_scratch.#gameball-match
#gameball-match
Opens the Match Cards page for customers. SDK value:
details_match.#gameball-catcher
#gameball-catcher
Opens The Catcher page for customers. SDK value:
details_catcher.#gameball-calendar
#gameball-calendar
Opens the Calendar Campaign page for customers. SDK value:
details_calendar.#gameball-slot
#gameball-slot
Opens the “Slot Machine” page for customers. SDK value:
details_slot.#gameball-quiz
#gameball-quiz
Opens the Quiz page for customers. SDK value:
details_quiz.#gameball-shooter
#gameball-shooter
Opens the Space Shooter page for customers. SDK value:
details_shooter.#gameball-tap_target
#gameball-tap_target
Opens the Tap the Target page for customers. SDK value:
details_tap_target.#gameball-highway_drive
#gameball-highway_drive
Opens the Driving Game page for customers. SDK value:
details_highway_drive.#gameball-puzzle
#gameball-puzzle
Opens the Sliding Puzzle page for customers. SDK value:
details_puzzle.#gameball-tictactoe
#gameball-tictactoe
Opens the Tic Tac Toe page for customers. SDK value:
details_tictactoe.#gameball-survey
#gameball-survey
Opens the Survey page for customers. SDK value:
details_survey.#gameball-survey_list
#gameball-survey_list
Opens the list of Survey campaigns. SDK value:
details_survey_list.#gameball-mission
#gameball-mission
Opens the Mission page for customers. SDK value:
details_mission.#gameball-streak
#gameball-streak
Opens the Streak campaign page for customers. SDK value:
details_streak.#gameball-history
#gameball-history
Opens the widget directly in the Customer History section.
To open a specific campaign from an SDK, append the campaign ID to the value — for example,
details_catcher_123 or details_quiz_456. See the full web vs SDK compatibility table in Widget Deep Links.Using Deep Links in Emails and SMS Campaigns
To redirect users from an email or SMS to your website and open the Gameball widget to a specific section, you need to use a query string. Combine your website link with the Gameball widget deep link.
For example, if you want your customer to press a button on the link that takes them to the homepage of your website and opens up Gameball’s referral section, the link would be as follows:
www.example.com/#gameball-referral
Triggering the Gameball Widget Using JavaScript
You can also open or toggle the Gameball widget programmatically using the JavaScript function:onclick event, like in the example below:
Related Articles
Hide Gameball's Widget Button
Learn how to hide the default launcher button and rely on deep links instead.
Customize the Widget Launcher
Control the shape, position, icon, and visibility of your loyalty launcher button.
Widget Deep Links (Web & SDK)
See every section key, including SDK
openDetail values such as details_quiz and details_catcher_123.