Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Revenue not tracking

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

  1. mrm83

    mrm83

    Joined:
    Nov 29, 2014
    Posts:
    337
    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:
    337
    The revenue dashboard.
    It has been days and I still see nothing..
     
  4. mrm83

    mrm83

    Joined:
    Nov 29, 2014
    Posts:
    337
    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:
    337
    ah, thanks. will try this
     
  8. mrm83

    mrm83

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