App tracking: Currencycode variable
According to Adobe's docs, you set the currency code via the following steps:
- Set the currency code in a context data variable during either trackState or trackAction.
- Create a processing rule in the Adobe Analytics admin console for the report suite. Set the rule to overwrite the Currency Code variable.
- Pass the currency code to the products variable in your call to trackState or trackAction.
SEE CODE IN COMMENTS
However, when I look in Adobe Analytics, it doesn't report the currency correctly (A t-shirt in 500 DKK is reported as 500 EUR instead of 67 EUR). I'm guessing we're not passing the currency code correctly, but not sure how exactly to correct it?
