Home > Contents > Index >
vdm:setscalar
Writes the data for a visitor attribute to the Sites-Engage database.
Syntax
<vdm:setscalar attribute="attribute
" value="value
"/>Parameters
attribute (required)
- Input parameter. Name of the visitor attribute.
value (required)
- Input and output parameter. As input, value to record for this visitor on output.
Description
Use this tag to save the visitor data you've gathered about the visitor so that the segments can take it into consideration.
Example
<!-- Write the registration information to the database.--> <vdm:setscalar attribute="name" value= "vname"/> <vdm:setscalar attribute="age" value= "vage"/> <vdm:setscalar attribute="jobdesc" value= "vjobdesc"/> <!-- where vname, vage, and vjobdesc are available either through ics.GetVar, or by specifically declaring a String using JAVA Scriplets.-->
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.