Hi,
I've been reading up on how to
return transaction information once a user checks out and reaches the
confirmation page. For example, I would like to receive the time/date,
order total, and product information along with the *campaign* info,
using the user's cookies possibly to see what campaigns are being used
and which ones aren't.
So far, I've found a couple methods
that are close to what I want to do. But between all the different
documentation and deprecated methods, I'm a little overwhelmed.
I
think the best way for me to go about this is just grab a custom
variable from the URL or from the cookie once the user reaches the
confirmation page.