Page 1 of 1

Google Analytics - Tracking OrderNumber instead of OrderID

Posted: Tue Apr 27, 2010 2:37 pm
by AlanW
Google Analytics is tracking OrderID.

OrderID is not the same as our OrderNumber. How and where do I update the tracking code to use OrderNumber?

VERSION: 7.0.3
BUILD: 12458

Best regards,
Alan Wills
-------------------------------------------------------------------
PracticeRange.com
-------------------------------------------------------------------

Re: Google Analytics - Tracking OrderNumber instead of OrderID

Posted: Tue Apr 27, 2010 2:56 pm
by mazhar
Give a try edit your ConLib/GoogleAnalyticsWidget.ascx.cs file and upadte _Order.OrderId instances with _Order.OrderNumber and test again.

Re: Google Analytics - Tracking OrderNumber instead of OrderID

Posted: Wed Apr 28, 2010 10:03 am
by AlanW
Mazhar,

Your solution worked perfectly.
Thanks for the prompt reply.

--Alan