Bunchball Go Actions and Pages
Bunchball Go pages work together to create a system of engagement that recognizes and rewards ideal behavior. Bunchball Go pages contain pre-built web components and blocks that have been styled specifically for your program. To learn more about how to present the best experience using these web components, see Program Imagery.
Actions
Activity performed on the Bunchball Go site is logged in Nitro with the following actions.
Action to Log |
Action Name |
Metadata Name |
Metadata Value |
---|---|---|---|
Nitro Actions and Metadata |
|||
Completion of a quiz. The action is logged when a quiz is completed. In addition to the metadata, the percent correct is returned as the action value. |
QUIZ_COMPLETED |
passed |
true or false |
quiz_id |
the numeric quiz ID (available in the Quizzes view Quiz ID column) |
||
totalCorrect |
the total number of questions the user answered correctly |
||
totalQuestions |
the total number of questions in the quiz |
||
percentCorrect |
the user's completion score for the quiz rounded to the nearest integer |
||
Redemption of an On The Spot card using the OTS web component. |
OTS_REDEMPTION |
card_number |
the 16-digit card number |
value |
the point value redeemed |
||
Completion of a self-reporting rule. The selfReporting and ruleUrl pairs are added/updated when you save the self-reporting rule in the mission builder. The rule URL is only added if a URL exists for the rule, it does not add metadata for subtask URLs.
|
Any action within your program
|
nitro-self-reporting |
true |
selfReporting |
{missionId_ruleId} |
||
ruleUrl |
{ruleUrl} |
||
Recognition given or received. |
Name is configurable within your program |
category |
the category name (available in the Recognitions view Exchange Categories column) |
exchange |
the recognition exchange name |
||
Bunchball Go Actions and Metadata |
|||
Successful login |
HUB_LOGIN |
|
|
Successful logout |
HUB_LOGOUT |
|
|
Successful confirmation of a registration via the registration process or automatically via single-sign-on. |
HUB_REGISTER |
|
|
Click-through from content in the links section. This section's name is custom to your program (e.g. Resources, Information, Learning, etc.). |
HUB_CONTENT_REFERRAL |
url |
[URL path] For example, url:https://www.bunchball.com/ |
Click-through from content in the Missions web component. Content can be accessed from a link within the Tasks list. |
HUB_CLICK_THROUGH |
url |
[URL path] |
Page view, excluding the Home page. Note: Nitro does not log an action for the home page. |
HUB_VIEW |
view |
missions, community, achievements, or recognition Note: The metadata Value must match the page's href value to log the action for that specific page. If you add additional pages to your program or change the name of the default page, use the href value to find the correct metadata. |
User subscribes to push notifications. |
HUB_PUSH_ENABLE |
|
|
User subscribes to a channel. You can specify the type of channel and channel name in the metadata. |
HUB_SUBSCRIBE_TO |
type |
push_notification |
channel |
recognition_received |
Pages
The following pages show an example Bunchball Go mobile site. See Bunchball Go Stylesheet for layout and styling options and Bunchball Go Configuration for page elements you can change within Nitro Studio.
Home |
My Missions |
Community |
My Achievements |
Recognition |
---|---|---|---|---|
|
|
|
|
|
See also