ClickInfo command

Captures site usage statistics for marketing events by incrementing the clickthrough count in either the CPGNSTATS table if called by an e-Marketing Spot, or the PCSTATS table if called from a Product Comparison metaphor.

Command structure

http://host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path.

Campaign Syntax:
Diagram of the command structure: the command starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the command name, ClickInfo  and the ? character. End the command with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

Product Comparison Syntax:

Diagram of the command structure: the command starts with the fully qualified name of your WebSphere Commerce Server and the configuration path, followed by the command name, ClickInfo  and the ? character. End the command with a list of parameters in the form of name value pairs. Separate each name value pair with the & character. For a detailed description of the parameters and their values, refer to the list entitled Parameter values.

Parameter values

evtype
(Required) The type of the event that is occurring. For campaign statistics, the only valid value is CpgnClick. For Product Comparison statistics, the only valid value is PcProdDispClick
mpe_id
(Required for campaign applications) The e-Marketing Spot id. This value is available in the MPE beans
intv_id
(Required for campaign applications) The initiative id. This value is available in the MPE beans
URL
(Required) The URL to which the customer is redirected upon successful completion.
catgroup_id
(Required for Product Advisor applications) The category group identifier.
clicks
(Required for Product Advisor applications) The number used to increment the counter in the PCSTATS table.
storeId
(Required for Product Advisor applications) The store entity identifier of the store that owns the Product Comparison metaphor.

Behavior

Exception conditions

None.