Sitecore 6.5 DMS - Registering a goal completion via the API
I want to register a goal/conversion on my Sitecore 6.5 site using the API rather than a 'thank-you' page. I've seen this question about how to do it Sitecore OMS - achieving a goal on a form submission but the answer relates to the API prior to Sitecore 6.5 where it was overhauled quite significantly. Has anyone done this? Or has this functionality been intentionally removed? Jens Mikkelsen Have you tried something like protected void btnSubmit_Click(object sender, EventArgs e) { if (Sitecore.Analytics.Tracker.IsActive && Sitecore.Analytics.Tracker.CurrentPage != null) { PageEventData