S43 TeamRaiser Team Information
Use the S43 Tag to show team information for a TeamRaiser team.
By default, the tag shows data on a Team page for that team. You can also show data for a specific team on pages other than the Team page by including a team ID.
To show team information on a page other than the Team page, include the team ID as shown in the formats below.
Application
TeamRaiser
Can You Add This S-Tag in the Luminate Online Content Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Can You Add This S-Tag in the Luminate CMS Content Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Format
- Standard
-
To pull in data for the current participant's team on the Team page:
[[S43:fr_ID:item]]
-
To pull in data for a specific team on the Team page:
[[S43:fr_id:item:team_id]]
-
- XML
-
To pull in data for the current participant's team on the Team page: <convio:session name="43" param=" fr_ID:item" />
-
To pull in data for a specific team on the Team page: <convio:session name="43" param=" fr_ID:item:team_id" />
-
Parameters
-
fr_ID - The ID of the TeamRaiser
-
item - Any of the following strings:
-
company-id - The id of team's company; null if there is no company
-
company-name - The name of the team's company; null if there is no company
-
dollars - The total amount of donations made to the TeamRaiser on behalf of members of this team
-
goal-dollars - The team captain's goal for the total amount of donations to be made on behalf of members of this team
-
goal-members - The team captain's goal for the number of participants to join this team
-
name - The team name
-
num-donors - The number of people who have donated to the TeamRaiser on behalf of a participant
-
num-members - The number of participants who actually joined this team
-
previous-team-id - The previous id of the team. If the team is not returning, then the value given is null.
-
previous-team-fr-id - The event id of the previous team this team is linked to. If the team is not returning, then the value given is null.
-
rank - This team's rank or position within all teams in the same TeamRaiser based on the total amount of donations made on behalf of team members
-
rank-div - This team's rank or position within the teams in the same division for the same TeamRaiser based on the total amount of donations made on behalf of team members
-
top-teams - A list of the top performing teams in the TeamRaiser that are also in the same division as the current user's team based on the total amount of donations made on behalf of team members. The team parameter is interpreted as the list length in this case. Consequently, this tag will always report on the current user's team.
-
-
team_id - An optional hard-coded team id, except in the case of top_teams where it is the number of teams to include in the list. If it is not given, the team id defaults to the current user's team. For example:
-
S43:1:name gives the name of the current user's team if it exists in TeamRaiser event 1.
-
S43:1:name:2 gives the name of team 2 if it exists in TeamRaiser event 1. Otherwise, it tries the team of the current user as if a team number were not given.
-
Sample Code
- Standard
[[S43:1000:top_teams:5]]
- XML
<convio:session name="43" param="1000: top_teams:5"></convio:session>
Show team data on a non-Team page
You can also use an E tag as shown in the example below to conditionalize the template.
[[E43:[[S334:fr_id]]:item:[[S334:team_id]]]]