Closed
Bug 758071
Opened 13 years ago
Closed 13 years ago
Backend for financial sales data: In-app Purchases
Categories
(Marketplace Graveyard :: Statistics, defect, P1)
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
}
}
}
Comment 1•13 years ago
|
||
I imagine the currencies for in-app will be done the same as currencies for non-inapp.
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → ngoke
Priority: -- → P1
Target Milestone: --- → 2012-06-07
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•