Gameball Destination

Destination Info
Components

Gameball 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

  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” from your Account Integration 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

Identify

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:

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

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.

Track

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 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.

Engage

You can send computed traits and audiences generated using Engage to this destination as a user property. To learn more about Engage, schedule a demo.

For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property order_completed_last_30days: true. When the user no longer satisfies this condition (for example, it’s been more than 30 days since their last order), Engage sets that value to false.

When you first create an audience, Engage sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.

Real-time to batch destination sync frequency

Real-time audience syncs to Gameball may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.

Settings

Segment lets you change these destination settings from the Segment app without having to touch any code.

Setting Description
API Key
(required)
string. OqXWwPPY7wyNXJtWKgIo4U5LyEufJAkF
Registered Events
(required)
string. Please include all the allowed event(s) which should be sent to Gameball. Please make sure that no spaces before or after the event name. Example: Order Placed,Product Viewed,Product Added

This page was last modified: 27 Oct 2023



Get started with Segment

Segment is the easiest way to integrate your websites & mobile apps data to over 300 analytics and growth tools.
or
Create free account