S686 Good Move Summary Statistics for Team or Participant
Use the S686 Tag to display a summary of TeamRaiser team or participant statistics for events that use the Good Move Activity Tracking App.
-
To show a summary of Team statistics, include a string representation of the page, an indicator to show team ranks, an indicator to show team points, an indicator to show team activities, and an indicator to show team amount raised.
-
To show a summary of Participant statistics, include a string representation of the page, an indicator to show participant points, an indicator to show participant activities, and an indicator to show participant amount raised.
Application
TeamRaiser
How to Enter Using the Content Editor Toolbar
Yes
Format
Statistic Summary for Teams: [[S686:fr_id:team-stats-track-activity:SHOW_TEAM_RANK:SHOW_TEAM_POINTS:SHOW_TEAM_ACTIVITIES:SHOW_TEAM_AMOUNT_RAISED:team_id]]
Statistic Summary for Participants: [[S686:fr_id:participant-stats-track-activity:SHOW_PARTICIPANT_POINTS:SHOW_PARTICIPANT_ACTIVITIES:SHOW_PARTICIPANT_AMOUNT_RAISED:participant_id]]
Statistic Summary for Teams: <convio:session name="686" param="fr_id:team-stats-track-activity:TRUE:TRUE:TRUE:TRUE:team_id"></convio:session>
Statistic Summary for Participants: <convio:session name="686" param="fr_id:participant-stats-track-activity:TRUE:TRUE:TRUE:participant_id"></convio:session>
Parameters
-
fr_id - This is the ID of the TeamRaiser.
-
team_id - This is the ID of the team.
-
participant_id - This is the ID of the participant.
Sample Code
Standard
Statistic Summary for Teams: [[S686:1000:team-stats-track-activity:TRUE:TRUE:TRUE:TRUE:1100]]
Statistic Summary for Participants: [[S686:1000:participant-stats-track-activity:TRUE:TRUE:TRUE:1001082]]
XML
Statistic Summary for Teams: <convio:session name="686" param="1000:team-stats-track-activity:TRUE:TRUE:TRUE:TRUE:1100"></convio:session>
Statistic Summary for Participants: <convio:session name="686" param="1000:participant-stats-track-activity:TRUE:TRUE:TRUE:1001082"></convio:session>