I am having trouble identifying visitors who contact us through our website's contact form. The form collects basic information, but it would be nice to include some Sitecore Analytics data in the body of the email to help paint a bigger picture.
To achieve this, I would need to somehow retrieve all Campaigns and Goals triggered during the current session.
The Sitecore API provides convenient methods for "triggering" goals and campaigns, but I cannot seem to find any methods to retrieve what's been triggered for the current session. I would like to avoid querying the OMS database directly, if possible.
Any help is much appreciated.