Search Unity

Revenue not tracking

Discussion in 'Unity Analytics' started by mrm83, Apr 28, 2015.

  1. mrm83

    mrm83

    Joined:
    Nov 29, 2014
    Posts:
    345
    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);
     
  2. kentunity

    kentunity

    Unity Technologies

    Joined:
    Sep 16, 2014
    Posts:
    55
    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.
     
  3. mrm83

    mrm83

    Joined:
    Nov 29, 2014
    Posts:
    345
    The revenue dashboard.
    It has been days and I still see nothing..
     
  4. mrm83

    mrm83

    Joined:
    Nov 29, 2014
    Posts:
    345
    Do I need a live/submitted app for this to track?
     
  5. kentunity

    kentunity

    Unity Technologies

    Joined:
    Sep 16, 2014
    Posts:
    55
    @mrm83 - We'll investigate and get back to you.
     
    Last edited: Apr 30, 2015
  6. kentunity

    kentunity

    Unity Technologies

    Joined:
    Sep 16, 2014
    Posts:
    55
    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.
     
  7. mrm83

    mrm83

    Joined:
    Nov 29, 2014
    Posts:
    345
    ah, thanks. will try this
     
  8. mrm83

    mrm83

    Joined:
    Nov 29, 2014
    Posts:
    345
    I tried all uppercase for the currency and revenue still doesn't show up..