Closed Bug 758071 Opened 12 years ago Closed 12 years ago

Backend for financial sales data: In-app Purchases

Categories

(Marketplace Graveyard :: Statistics, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED
2012-06-07

People

(Reporter: cvan, Assigned: kngo)

References

Details

Bug 755448 covers the front-end work. But we want to be able to drill-down on an in-app product and throw it in elasticsearch.

{
    "Sword: {
        "revenue": 500.75,
        "sales": 40,
        "refunds": 2
    },
    "Balloon": {
        "revenue": 1595.21,
        "sales": 195,
        "refunds": 24
    },
    ...
}

For currencies this might get a little more complicated. (Rob Hudson might have some advice for you.)


{
    "Sword: {
        "USD": {
            "revenue": 500.75,
            "sales": 40,
            "refunds": 2
        },
        "CAD": {
            "revenue": 1595.21,
            "sales": 195,
            "refunds": 24
        }
    },
    "Balloon": {
        "EUR": {
            "revenue": 200.30,
            "sales": 24,
            "refunds": 6
        },
        "BRL": {
            "revenue": 500.75,
            "sales": 29,
            "refunds": 8
        }
    }
}
I imagine the currencies for in-app will be done the same as currencies for non-inapp.
Assignee: nobody → ngoke
Priority: -- → P1
Target Milestone: --- → 2012-06-07
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.