Has anyone used the methods for Episerver.GoogleAnalytics for Ecommerce? Specifically the AddAnalyticsTransaction(this HttpContext context, Transaction transaction). I'm trying to send Ecommerce data from a confirmation page and have my call with context.AddAnalyticsTransaction(transation); Is that about right? I'm just trying to wrap my head around how this would be sent to Google Analytics tracking.
Has anyone used the methods for Episerver.GoogleAnalytics for Ecommerce? Specifically the AddAnalyticsTransaction(this HttpContext context, Transaction transaction). I'm trying to send Ecommerce data from a confirmation page and have my call with context.AddAnalyticsTransaction(transation); Is that about right? I'm just trying to wrap my head around how this would be sent to Google Analytics tracking.
Thanks for the help!