What Are S-Tags?
S-Tags (session component tags) allow you to insert and render content specific to the user.
For example, S-Tags can:
-
Personalize content for a logged-in user with information such as first name, last name, rewards point balance, or donation history.
-
Tag conditional content for a logged-in user with information such as "is a member/is not a member"," is an advocate/is not an advocate", or "is a donor/is not a donor."
-
Render an action alert, survey, donation thermometer, or reusable page content. This content is also dynamic. For example, the donation thermometer automatically adjusts as the donation amount changes.
Some tags return simple strings, but most call component APIs in applications and return blocks of HTML. There's no architectural provision for specifying a data type and encoding format (for example, MIME).
Warning: Luminate Online uses other proprietary tags, including A-Tags, C-Tags, and E-Tags. Some of these tags are not supported for customer use and can damage your site. S-Tags are supported for client use.