Example: Reward a Limited Number of Users for Viewing Pages in Bunchball Go

The following steps describe how to reward a limited number of users for exploring pages within a Bunchball Go program. This example will show how to create a mission that awards the first 100 users who view their profile, available missions, and the leaderboard.

This mission will become inactive once the 100 mission limit is reached. If you want the mission to stay active after the 100 user limit has been reached, use the Rewards tab to limit the reward rather than limiting the mission. Limiting rewards keeps the mission active, but users no longer receive the reward.

Note: Page names may differ depending on your Bunchball Go setup. Use the page's href value (discoverable by hovering over the icon in the navigation pane) to configure metadata correctly.

Create the Mission

  1. Open Motivate > Missions > New > Mission.
  1. In the New Mission modal:
    1. In the Name field, enter Ready, Set, Go! .
    2. In the Description field, enter Be one of the first 100 to check out your profile, available missions, and the leaderboard to earn bonus points.
    3. Browse to and select an image, and click Save.

Click the image to see this step

New Mission Modal

  1.  On the Details tab:
    1. In the Action Phrase field, enter {username} was one of the first 100 to complete {challengeName} and earn {points} bonus points.
    2. In the Importance field, select Very High.
    3. Click Save.

Click the image to see this step

Example Limited Challenge About Tab

  1. On the Availability tab:
    1. Under Total Completion Limits, select Limited, and enter 100.
    2. Click Save.

Click the image to see this step

Mission Availability Tab

  1. On the Rules tab, create the first rule.
    1. Click New Rule, select Number of Actions, and then click Continue.
    2. In the number field, enter 1.
    3. In the Rule Description field, enter View your profile.
    4. In the Rule URL field, enter #/profile. This creates a hyperlink to the profile page from the task.
    5. Click New Action.
    6. In the Select Action field, search for and select the HUB_VIEW action. In Bunchball Go, this action is logged when a user visits a page within the site.
    7. In the Metadata Name field, enter view.
    8. In the Value field, enter profile.

    See Bunchball Go Actions and Pages for more information on the actions, pages, and metadata used in a Bunchball Go program.

    1. Click Save Action Criteria, then click Save for the rule.

Click the image to see this rule

Example Ruleset

  1. On the Rules tab, create the second rule.
    1. Click New Rule, select Number of Actions, and then click Continue.
    2. In the number field, enter 1.
    3. In the Rule Description field, enter View your missions.
    4. In the Rule URL field, enter #/next_steps.
    5. In the Metadata Name field, enter view.
    6. In the Value field, enter next_steps.
    7. Click Save Action Criteria, then click Save for the rule.
    8. Verify the Must complete ALL of the following option is selected.

Click the image to see this rule

Rule Example

  1. On the Rules tab, create the third rule.
    1. Click New Rule, select Number of Actions, and then click Continue.
    2. In the number field, enter 1.
    3. In the Rule Description field, enter View the leaderboard.
    4. In the Rule URL field, enter #/community.
    5. In the Metadata Name field, enter view.
    6. In the Value field, enter community.
    7. Click Save Action Criteria, then click Save for the rule.

Click the images to see this rule and the Rules tab

Example Ruleset Mission Rules Tab

  1. On the Rewards tab:
    1. Click Add a reward.
    2. In the Reward Type list, select Points.
    3. In the Amount field, enter 20, and click Save.
    4. Click Add a reward.
    5. In the Reward Type list, select Badge.
    6. Click Upload Image, and browse to and select the same image you uploaded in Step 2.
    7. Click Save.
  2. In the header section, click Make Active.

Click to see this mission in the Missions web component

Missions List Example

See also

Metadata

Videos

Common mission setup examples