S500 List Center-Specific Data Parameter (CDP) Data
Use the S500 Tag to render the value of a Center-Specific Data Parameter. If a TeamRaiser Event Data Parameter (EDP) exists for this value, then that EDP is evaluated first. If no override exists, then the CDP is evaluated.
Application
Platform
How to Enter Using the Content Editor Toolbar
This S-Tag cannot be added using the Content Editor toolbar. Add the S-Tag code to the HTML using the Plain Text View.
Luminate CMS Compatible?
No, this S-Tag cannot be added using the Luminate CMS Content Editor.
Format
- Standard[[S500:center_ID:tag]]
- XML<convio:session name="500" param="center_ID:tag" />
Parameters
- center_ID - The Center Security Category ID. If the value is 0, the S-Tag will try to get it from the request ons ID of the champion. If not supplied (or zero), the session user is used.
- tag - The name of the CDP, such as SITE_NAME.
Sample Code
- Standard[[S500:1000:SITE_NAME]]
Renders the site name for the center with the ID of 1000
- XML<convio:session name="500" param="1000:SITE_NAME"></convio:session>