Go-Live Checklist

Use this checklist to ensure a smooth transition when taking your integration live.
If you are a developer, or had a developer perform an integration for you between your web application and Gameball. You should also consider the following items before going live.
During development, you can use your account Test Key to authenticate your requests. Once integration is completed and validate you can swap to Production API Key.

Step 1 : Install Gameball SDK

  • Install and import Gameball SDK into your App
  • Initialize Gameball SDK
If you will be using Gameball in-app notifications or referrals
  • Install and import Firebase SDKs into your App

Step 2 : Register Your Player

  • Send player data to Gameball within your login\registration flows.

Step 3 : Gameball Player Widget Integration

  • Show Gameball player profile widget within your App experince
👑 If your building your own UI components to maintain your branding
  • Custom UI components are build and integrated with Gameball within your web\app UI
For information please read more at Build Custom UI.

Step 4 : Tracking Player events

  • Player events are sent to Gameball with correspondent metadata and properties to track UI events within your App
  • Player events are sent to Gameball with correspondent metadata and properties to track server side events related to the player
For information please read more at Tracking Player Events.

Step 5 : Tracking Orders\Payments for Cashback Rewards

  • Completed\Paid orders are tracked and sent to Gameball with all order data you which to track within Gameball.
For information please read more at Checkout Integration Example.

Step 6 : Redeemption is integrated

  • Players can view their wallet points balance within your experince
  • Players can redeem their Gameball wallet points within your experince
For information please check Get Player Balance or read more at Checkout Integration Example.

Step 7 : Integrate Notifications

Step 8 : Referrals Tracking

  • Add the Firebase dynamic links dependency to your project.
  • Configure your Firebase dynamic links settings from your firebase console and add it to your Gameball account dashboard
  • Invoke SDK referral method upon successful player registration.
For information please check Track Referrals.