Analysis_ConstructKeyValueString - Solution Sites Routine

This function constructs a key/value pair for a Commerce event.

Definition

Function Analysis_ConstructKeyValueString(
  byVal sKey,  byVal sValue)

Parameters

  • sKey
    A string containing the key.
  • sValue
    A string containing the value corresponding to the key.

Return Value

A string containing the key/value pair.

Defined in File

include\analysis.asp

Routines Called

DoubleQuote

Called By

Analysis_ConstructPRID

Analysis_LogSubmitOrder

Remarks

The format of the string is:

sKey="sValue"

See Also

About the Analysis Integration Feature for Solution Sites

Copyright © 2005 Microsoft Corporation.
All rights reserved.