Expand Minimize
This topic has not yet been rated - Rate this topic

Analysis_ConstructPRID - Solution Sites Routine

Commerce Server 2002

This function constructs the PRID property string for "add to basket" and "remove from basket" Commerce events.

Definition

Function Analysis_ConstructPRID(
  byVal sCatalogName,
  sCategoryName,
  byVal sProductID
  byVal sVariantID
)

Parameters

sCatalogName
A string containing the catalog name.
sCategoryName
A string containing the category name.
sProductID
A string containing the product ID.
sVariantID
A string containing the variant ID.

Return Value

A string containing the property.

Defined in File

include\analysis.asp

Routines Called

Analysis_ConstructKeyValueString

Called By

Analysis_LogAddToBasket

Analysis_LogRemoveFromBasket

Remarks

The sCategoryName parameter is not used.

The sVariantID parameter can be Null.

The format of the string is:

   sCatalogName;sProductID;sVariantID

See Also

About the Analysis Integration Feature for Solution Sites

Copyright © 2005 Microsoft Corporation.
All rights reserved.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.