FlurryAPI-Revenue Unknown value
furkanvatandas opened this issue · 0 comments
furkanvatandas commented
Describe the bug
A clear and concise description of what the bug is.
This Bug is About
Please choose the closest item by replacing [ ]
with [x]
.
- Integration
- Analytics
- Ads
- Messaging/Push
- IAP
- Remote Configuration
- Flurry Website/Dashboard
- Other
Platform
Please choose the platform(s) that you are having the issue by replacing [ ]
with [x]
.
- iOS
- tvOS
- WatchOS
API Result
Request => https://api-metrics.flurry.com/public/v1/data/iapRevenue/day/product;show=all?metrics=purchases,purchaseQuantity...
{
"rows": [
{
"dateTime": "2021-07-11 00:00:00.000+03:00",
"product|id": "0",
"product|name": "Unknown", <--------
"product|app|id": "NULL",
"product|company|id": "NULL",
"purchases": 1583,
"purchaseQuantity": 2250
},
{
"dateTime": "2021-07-11 00:00:00.000+03:00",
"product|id": "27178",
"product|name": "PUBG Mobile 60 UC",
"product|app|id": "1259342",
"product|company|id": "351430",
"purchases": 11,
"purchaseQuantity": 11
}
]
}
When I send request to Flurry API, the API sends data with "Unknown" value of the product|name, but I am sure that I have added the product name in my event. Is this value returned as standard because I exceeded a rule that I do not know?