<Comments>Returns information associated with a particular business event, such as Tango Web Analyzer visitor ID, timestamp of business event and e-business event ID.</Comments>
<Custom>SELECT
<![CDATA[ LogTimeStamp AS LogTimeStamp,]]>
<![CDATA[ VisitorID AS VisitorID,]]>
<![CDATA[ EBusinessEventID AS EBusEventID,]]>
<![CDATA[ Category AS category,]]>
<![CDATA[ Comments AS Comments]]>
FROM
<![CDATA[ BusinessActivity]]>
WHERE
<![CDATA[ BusLogID = <@VAR method$PrmBusLogID>]]>
<![CDATA[ ]]></Custom>