S42 TeamRaiser Campaign Information
Use the S42 Tag to display summary information for a TeamRaiser.
Note: In email, insert the S42 component in the WYSIWYG option of the Content Editor to ensure proper rendering. You can also use the XML format. The Standard format using brackets is not reliable and not recommended for this tag.
TeamRaiser content won't render if the TeamRaiser status is Closed or Unpublished. To change the status, see Edit the event status.
The number of participants displayed in this list is limited by the F2F_TOP PARTS_LIMIT Site Option. So, if this tag is set to [[S42:1000:top-participants:30]], but the Site Option is set to 20, only 20 entries display in the list.
Application
TeamRaiser
How to Enter Using the Content Editor Toolbar
Components > TeamRaiser Components
Luminate CMS Compatible?
Yes, this S-Tag can be added using the Content Editor.
Format
-
Standard
[[S42:fr_ID:type:param]] -
XML
<convio:session name="42" param=" fr_ID:type:param " />
Parameters
-
fr_ID - the ID of the TeamRaiser
Note: If the value of fr_ID is a Personal Fundraising campaign, use the S542 Tag.
-
param1 - A type-specific parameter used in one of the following ways:
-
For the top-teams, top-companies, top-companies-rollup and top-participants types, the number of entries to include in the list
-
For the emc-url type, whether to render the URL for internal usage, 'true', or external usage, 'false,' or not specify anything
-
For the title type, 'true' will render the event's title regardless of status
-
-
type, one of the following:
-
affliate-type - The type of event affiliation for this TeamRaiser
-
blueprint-bool - Returns 'TRUE' if the event is a blueprint, otherwise returns 'FALSE'
-
campaign-id - ID number of the donation campaign associated with the TeamRaiser
-
city - The city of the event
-
classification - Primary Event Type for the TeamRaiser
-
classification2 - Secondary Event Type for the TeamRaiser
-
county - Event location county
-
country - Event's country
-
customized-url - The customized URL for the TeamRaiser
-
days-to-event - Days until the event
-
dollars - The total amount of donations that have been made to the TeamRaiser on behalf of a participant
-
donations - The total amount of donations that been made to the TeamRaiser excluding registration fees
-
dsp-commitment - Amount the participant committed to raising as part of the delayed self-pledge
-
dsp-initial-payment - Amount of the initial payment made toward the delayed self-pledge (registration fee + additional gift)
-
dsp-raised - Amount of confirmed gifts raised by the participant that are counted toward the delayed self-pledge
-
dsp-owed - Amount of the delayed self-pledge owed by the participant (dsp-commitment - dsp-raised)
-
ecommerce-content - eCommerce page content that the event manager can specify
-
emc-url - The URL for event management center for this event
-
event-date - Event Date for the TeamRaiser
-
event-url - Entry page URL for the TeamRaiser
-
fb-fundraising-enabled Returns 'TRUE' if the event has Facebook Fundraising integration enabled, and 'FALSE' if it does not
-
fb-fundraiser-end-date If the event has Facebook Fundraising integration enabled, returns the end date of the Facebook Fundraiser
-
form-id - The ID of the Donation form associated with the TeamRaiser
-
fr-id - The ID of the TeamRaiser
-
goal - The fundraising goal for the TeamRaiser
-
lead-fr-id - The ID of the lead event of this TeamRaiser
-
local-officemailing-address - The local event mailing information configured under the location information
-
location-name - Event's location name
-
num-active-badges - The number of badges that are configured to be active for the event
-
num-donations - The number of donations that have been made to the TeamRaiser on behalf of a participant
-
num-donors - The number of people that have donated to the TeamRaiser on behalf of a participant
-
num-participants - The number of participants registered for the TeamRaiser
-
num-teams - The number of teams created for the TeamRaiser
-
participation-types-available - If registration limits are enabled, returns TRUE or FALSE to indicate whether any participation types are available
-
prev-fr-bool - Returns 'TRUE' if the event has a predecessor, otherwise returns 'FALSE'
-
prev-fr-id - Previous TeamRaiser ID, if available; otherwise null
-
product-name - Name of the associated eCommerce product
-
public-event-type - The name of the public event type associated with the TeamRaiser campaign
-
reg-fees - The total amount of registration fees, including secondary registrations, collected for a TeamRaiser event. Respects the site option, F2F_STATUS_INCLUDE_SECONDARY_REG_FEES
-
registration-limit-type - The type of registration limit imposed on the event. Returns one of the following values: None, EVENT, or PARTICIPATION_TYPE
-
sec-cat - The numeric value for the event's security category ID
-
state - The state of the event
-
status - Numeric value for status of campaign (0 = unpublished, 1 = accepting registration, 2 = accepting reg & gifts, 3 = deny reg, accept gifts, 4 = closed, 8 = archived, 9 = deleted)
-
store-name - Name of the associated eCommerce store
-
street - The street address of the event
-
tax-ID - The tax ID for the TeamRaiser
-
title - Public name for the TeamRaiser
-
to-reach-goal - Amount to reach the fundraising goal
-
top-companies - A list of the top performing companies in the TeamRaiser, based on the total amount of donations made on behalf of company teams. This type treats child companies (i.e. departments & facilities) as independent entities and does not roll child company data up to the root ancestor company
-
top-companies-rollup - A list of the top performing companies in the TeamRaiser, based on the total amount of donations made on behalf of company teams. This type treats donations made to child companies (i.e. departments & facilities) as belonging to the parent top-level company
-
top-participants - A list of the top performing participants in the TeamRaiser, based on the total amount of donations made on their behalf
-
top-teams - A list of the top performing teams in the TeamRaiser, based on the total amount of donations made on behalf of team members
-
type - Returns campaign type, identical to S335.
-
zip - The zip code of the event
-
Sample Code
- Standard
-
The 0 represents the fr_id, which will be populated based on the TeamRaiser page.
-
The 0 represents the fr_id, which will be populated based on the TeamRaiser page.
Top 10 Teams
[[S42:1285:top-teams:10]]
Top 25 Individual Fundraisers
[[S42:1285:top-participants:25]]Local Office Mailing Address:
[[S42:0:local-office-mailing-address]]
Title of TeamRaiser within the TeamRaiser
[[S42:0:title]]
Title of a TeamRaiser with fr_ID=44444 outside of that TeamRaiser
[[S42:44444:title]]
Conditionalize content based on Event Type 2
[[?[[E42:[[S334:fr_id]]:classification2]]::College::<!--Youth--> ::<!--Community-->]]
- XML
<convio:session name="42" param="1285:top-teams:10"></convio:session>