views:

5

answers:

0

We're using Google Analytics to track ecommerce transactions on our website ( _trackTrans() ). However, We often have cases where the final value of an order is not known until well after the user has left the site. It would be nice to be able to update the transaction items / amounts in an offline process we could run periodically.

Any ideas how we could write a process for that?