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.

Wrong revenue?

Discussion in 'Unity Analytics' started by narger, Aug 20, 2015.

  1. narger

    narger

    Joined:
    Dec 2, 2014
    Posts:
    51
    Hi guys, i've got a problem.. in the last two days, analytics tells me that i've got a 28$ revenue from android users, but when i go to google merchant center, the total revenue it's 1$... i'm sure the code has no errors; it's like this:

    public void onItemPurchased(PurchasableVirtualItem pvi, string payload) {
    if (pvi.ItemId == "credits089"){
    PlayerPrefs.SetInt ("Credits",PlayerPrefs.GetInt ("Credits") + 100);
    Analytics.Transaction("Credits 0,89",0.89m,"EUR",null,null);
    }
    }

    Could this be a problem of analytics or merchant center (google) has a long delay ?
     
  2. mpinol

    mpinol

    Unity Technologies

    Joined:
    Jul 29, 2015
    Posts:
    317
    narger likes this.