How do i add a currency event in Adobe Analytics?

Bronze Contributor
Bronze Contributor

I'm looking to add a currency event, and can't quite seem to figure out how to map it.  If i want to set event21 in Adobe Analytics (AppMeasuremnt) to the shipping amount (udo value shipamount) - how would i map that up?  Thanks!

3 REPLIES 3

How do i add a currency event in Adobe Analytics?

Gold Contributor
Gold Contributor

How do i add a currency event in Adobe Analytics?

Tealium Employee

@ben_thompson

 

As stated by @Paul that article suggests using:

 

u.addEvent("event21="+b.order_total)

This will be a JS Extension scoped to the tag in question.

 

Adrian

Ask me anything Tealium related or TypeScript/JavaScript, or NodeJS.
Please remember to mark solutions as accepted for future searchers.

How do i add a currency event in Adobe Analytics?

Bronze Contributor
Bronze Contributor

Thanks much!

Public