Home > Contents > Index >
CDM.WRITECOMMERCEDATA
Logs a row of data for a given Analysis Connector table.
Syntax
<CDM.WRITECOMMERCEDATA
TABLENAME="
tablename
"
$COLUMNAME="
datavalue
"
/>Parameters
TABLENAME (required)
- Input parameter. Name of the table to which to write a row of data.
$COLUMNAME (required)
- Input parameter.
$COLUMNAME
is the name of the column; there are as many of these as columns in the table. There is a data value for each column in the specified table.
Description
Embed this tag in HTML pages to capture events triggered by visitor actions on the page. Such events might be the visit itself, making a selection, clicking a button, and so on. These events are mapped to column names and corresponding data types. Every column must be accounted for. The underlying Java substitutes a
0
(zero) for missing data for any NULL column, but stops processing if there is missing data for a NOT NULL column. The web designers are responsible for specifying the appropriate data types as to input and column name.This tag checks
rendermode
and logs data to disk if it is set tonull
orlive
.Example
The element
OpenMarket/CommerceData/WriteExampleData
demonstrates how this tag can be used with each of the default tables.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.