Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

Gameball Destination


Gameball(link takes you to an external page) is a gamified loyalty platform, offering growth, retention, and referral-management programs; and providing self-serve predictive analytics for growth marketers using machine learning to automate audience insights and recommendations.

This destination is maintained by Gameball. For any issues with the destination, contact Gameball support.


Getting Started

getting-started page anchor
  1. From the Segment app Destinations page click "Gameball".
  2. Search for "Gameball" in the Destinations Catalog and confirm the Source you'd like to connect to.
  3. Copy and paste in your "API Key"(link takes you to an external page) from your Account Integration(link takes you to an external page) page into your Segment Settings UI.

Segment's track and identify events can only update the following properties in Gameball:

  • email
  • birthday
  • name
  • number
  • gender

If you're not familiar with the Segment Specs, take a look to understand what the identify method does. An example call would look like:

1
analytics.identify('userId123', {
2
email: 'ahaddad@example.com',
3
name: 'ahmad'
4
});

Segment sends identify() calls to Gameball as an identify event.

All events must contain a userID property.

Segment identify events create or update user/player object records in Gameball. If a record with the same userId exists, that record is updated; otherwise, Gameball creates a new customer record with that userId.


If you're not familiar with the Segment Specs, take a look to understand what the track method does. An example call would look like:

analytics.track('View Product')

Set up your custom track events in Gameball(link takes you to an external page) before you send them from Segment to Gameball.

All track events must contain a userID property.

Segment sends track calls to Gameball as a track event.