Search Unity

Verified Transactions Data in Raw Data Export

Discussion in 'Unity Analytics' started by Reighngold, Jul 24, 2018.

  1. Reighngold

    Reighngold

    Joined:
    Jul 12, 2018
    Posts:
    1
    Hi All,
    I'm grabbing transaction data from Raw Data Export but I'm seeing that it's all Unverified and I'm not seeing a clear verified flag. How do you all deal with this? Like, how do you know if the purchase is verified or not?

    Thanks!
    Emma
     
  2. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519
    @Reighngold

    The Raw Data Export is just a list of the events we have received. It goes through minimum processing to make sure it is available as soon as possible.

    So the Raw Data does not contain any revenue verification information. The revenue verification we do (for the Verified Revenue in the dashboard) happens during our data processing cycle. We confirm the transaction receipt with Apple or Google Play. You could consider doing the same via their API:

    https://developer.apple.com/library...ppStoreReceipt/Chapters/ValidateRemotely.html
    https://developers.google.com/android-publisher/api-ref/purchases/products/get