ClickInfo URL

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

URL structure

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

Campaign Syntax


ClickInfo

Experiments Syntax


ClickInfo
Deprecated feature

Product Comparison Syntax

ClickInfo_2

Parameter values

evtype
Required: The type of the event that is occurring. Valid values include:
CpgnClick
For campaign applications
ExpCpgnClick
For experiment applications
PcProdDispClick
For Product Comparison applications.
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 Web activity ID. This value is available in the MPE beans
URL
Required: The URL to which the customer is redirected upon successful completion.
experimentId
Required for experiments applications: The experiment ID.
testElementId
Required for experiments applications: The test element ID.
Deprecated featurecatgroup_id
Deprecated featureRequired for Product Advisor applications: The category group identifier.
Deprecated featureclicks
Deprecated featureRequired for Product Advisor applications: The number used to increment the counter in the PCSTATS table.
Deprecated featurestoreId
Deprecated featureRequired 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 the CPGNSTATS table, the EXPSTATS table, or the PCSTATS table.
  • Redirects to specified URL.

Exception conditions

None.