Idea

JJNCreator avatar image
JJNCreator suggested

Spreadsheet Export

I was a little surprised to see that there isn't a way to export data reports (DAU count, revenue, API usage, etc.) into a spreadsheet file. The people at PlayFab should provide a way in the Game Manager to export data into, let's say, an Excel file. I think developers would find that useful.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Comment

·
brendan avatar image
brendan commented

Pulling all the data from DynamoDB for a title is a fairly expensive operation, so it's not something we can make available as a "click this button" operation at the moment (though we'll continue to explore ways to make more data directly available). We provide two things, to take care of this need:

  1. The GetDataReport Admin API call (https://api.playfab.com/Documentation/Admin/method/GetDataReport). Using this, you can get any of our reports (users, etc.) straight from S3. Those reports are run daily, in order to make them cost-effective (optimized). We can also add new reports if there's a need for additional data in our developer community.

  2. Title events which are automatically generated by our service, as well as those generated by the LogEvent call, are available in Appuri and can be exported to any endpoint you need (currently via Segment.com, but we'll make that more directly available shortly). You can use this to aggregate any info you need on your users.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

whatupgames avatar image whatupgames commented ·

What time of the day does your daily job run?

0 Likes 0 ·
brendan avatar image brendan whatupgames commented ·

The jobs are kicked off at 00:00 UTC each day, so results are generally available for all titles within a couple of hours of that time.

0 Likes 0 ·

Write a Comment

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.

Related Ideas