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

 

CDM.WRITECOMMERCEDATA

Logs a row of data for a given Analysis Connector table.

Syntax

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 to null or live.

Example

The element OpenMarket/CommerceData/WriteExampleData demonstrates how this tag can be used with each of the default tables.

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.