Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

vdm:gethistorycount

Retrieves the number of history records recorded for this visitor that match the specified criteria.

Syntax

Parameters

attribute (required)
Input parameter. Name of a history type or name of an external history vector (that is, a vector of history data stored in the Transact database).

varname (required)
Input and output parameter. As input, name of a variable to create on output to hold the value of the count.

startdate (optional)
Input parameter. Start date in milliseconds from epoch.

enddate (optional)
Input parameter. End date in milliseconds from epoch.

list (optional)
Input parameter. Name of a list of values to use to constrain the count. The list has two columns:

Use it if you want to count only the instances of this record that match specific criteria. There might be more than one row for the same field.

Description

You can use this tag to count the number of times the visitor has viewed a specific advertisement and then display something on the current page based on that number.

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.