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:

Product Comparison Syntax:
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
- Validates the parameters.
- Increments the clickthrough count in either the CPGNSTATS table or the PCSTATS table.
- Redirects to specified URL.
Exception conditions
None.