I added revenue tracking code but it doesn’t show up in admin…
I added something like the following:
UnityAnalytics.Transaction(“PRODUCT_ID”, 0.99m, “USD”, null, null);
I added revenue tracking code but it doesn’t show up in admin…
I added something like the following:
UnityAnalytics.Transaction(“PRODUCT_ID”, 0.99m, “USD”, null, null);
When you say “it doesn’t show up in the admin”, do you mean the page “Validate your integration”?
or the revenue dashboard?
Our validator shows events instantly, but the revenue dashboard has a ~4 hour processing cycle delay.
The revenue dashboard.
It has been days and I still see nothing…
Do I need a live/submitted app for this to track?
@mrm83_1 - We’ll investigate and get back to you.
You don’t need a submitted app for this to be tracked.
We currently require “currency” string in the Transaction call to be all uppercase.
We filed a bug and working on making this case insensitive.
For now you can just fix your transaction call to pass in “USD” and you should see it on the dashboard.
ah, thanks. will try this
I tried all uppercase for the currency and revenue still doesn’t show up…