Skip to main content

Get up and running with your first gamification project in under 10 minutes.

This guide will walk you through setting up your first goldrush project, connecting your user data, and creating your first attribute.

Prerequisites

Before you begin, make sure you have:

  • A Google Sheet with your user data (or access to create one)
  • A goldrush account (sign up at app.goldrush.technology)
  • Basic understanding of your user engagement goals

Step 1: Connect Your User Data

First, we’ll connect goldrush to your existing user data via Google Sheets.

  1. Navigate to the Connections screen in your goldrush dashboard
  2. Click “Connect via Google Sheet”
  3. Paste your Google Sheet URL
  4. Click “Test Connection” to verify access

Tip: Make sure your Google Sheet is publicly accessible or shared with goldrush. We recommend creating a dedicated sheet with only user IDs and no personal information.

Step 2: Select Your User ID Column

Choose which column in your sheet uniquely identifies each user.

  1. Review the columns goldrush detected from your sheet
  2. Select the column that contains unique user identifiers
  3. Click “Save & Continue”
Example Google Sheet Structure:
user_id | email           | signup_date
001     | [email protected]| 2024-01-15
002     | [email protected]| 2024-01-16
003     | [email protected] | 2024-01-17

Step 3: Set Update Schedule

Configure how often goldrush should check for new users in your sheet.

  • Every Hour: For rapidly growing user bases
  • Daily: Recommended for most use cases
  • Weekly: For stable user bases

Step 4: Create Your First Attribute

Now let’s create a “Points” attribute to track user engagement.

  1. Navigate to the Attributes screen
  2. Click “Add Attribute”
  3. Fill in the attribute details:
FieldValueDescription
UIDpointsUnique identifier for API calls
TitlePointsHuman-friendly name
TypeNumberData type
Default0Starting value for new users
Minimum0Lowest possible value
Maximum10000Highest possible value (optional)

Step 5: View Your Users

Navigate back to the Connections screen to see your users with their new Points attribute.

You’ll see a table with:

  • User ID column (from your Google Sheet)
  • Points column (showing default value of 0)
  • Sortable columns (click headers to sort)

Next Steps

Congratulations! You’ve successfully set up your first goldrush project. Here’s what you can do next: