Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 3 KB

usage-summary.md

File metadata and controls

50 lines (37 loc) · 3 KB
description
Appetize provides daily and monthly usage reports to give users insight into what's happening within their instance.

Usage Summary

With Reporting Page

You can access your usage summary by navigating to your Reports Dashboard and selecting download under:

  • Monthly usage report
  • Daily usage report after specifying the month that you are interested in e.g. May 2023

Select "Download" under Monthly or Daily usage report

{% hint style="info" %} All reports are downloaded in UTC (Coordinated Universal Time) times. {% endhint %}

With REST API

You can access your usage report via our REST API. For more information, see

{% content-ref url="../../rest-api/usage-summary.md" %} usage-summary.md {% endcontent-ref %}

Glossary

{% hint style="warning" %} Please note, depending on the activity and actions you take within Appetize, not all fields may be populated in your reports. {% endhint %}

Field Description
month The month being reported on
publicKey The App's publicKey
numSessions How many sessions were run that month/day on that publicKey
minutes How many total minutes for that day/month
platform iOS or Android
name_latest

The current name of the app


NOTE: May differ from when the app was run

appdisplayname_latest

The current display name of the app


NOTE: May differ from when the app was run

bundle_latest

The current bundleId of the app


NOTE: May differ from when the app was run

note_latest

The current notes for the app from the dashboard


NOTE: May differ from when the app was run

{% hint style="info" %} Should you have a desire to report on additional fields, please reach out to us and we'll consider it for our roadmap. {% endhint %}