Subscription Reports
Use the Appstore Developer Console to review and download subscription reports for your apps. The report contains daily data for the subscription IAPs created in all of your apps in the Amazon Appstore. The data includes the number of active, started, ended, and refunded subscriptions.
Download subscription reports
To download subscription reports, use the following steps
- On the Developer Console dashboard, click the Reporting tab.
- In the left menu, select Download Center.
- In the main panel, select Subscription Reports.
- Select the month of the report that you want to download.
This CSV file is updated every 24 hours, but the data may lag by up to 48 hours.
Subscription report FAQ
The following are frequently asked questions (FAQ) about subscription reports.
- Q: Can I use the Reporting API to download subscription reports?
- Currently, downloading subscription reports through the Reporting API isn't supported.
- Q: Can I get OPS and earnings from the subscription reports?
- Subscription reports provide information about subscriber counts. You can derive subscription sales and earnings using the sales reports from the download center.
- Q: Do the subscription reports provide the churn metrics
- Churn metrics are calculated differently by different organizations, so the subscription report does not include this information. You can use the daily subscription data to calculate the churn.
- Q: Do the subscription reports include any customer-specific information?
- No. These reports provide the number of customers who joined and discontinued a given subscription on a daily basis. These reports do not include any Personally Identifiable Information (PII).
- Q: Can I download the source information from the overview page after I apply the required filters?
- This capability is not currently supported.
Fields in the subscription reports
The CSV file is a text file with a .csv file extension. The CSV file must use UTF-8 encoding to support localized strings.
The CSV file contains one header row, which displays the column titles. Each subsequent row in the file contains the information for one report item.
The following table describes the fields for each entry (row) in the CSV file. The Amazon marketplace, vendor SKU, subscription title, and subscription duration are values that you entered when you configured this subscription in the Developer Console.
Field | Description | Example |
---|---|---|
Date | The subscription data for this record was collected on this date. | 12/29/18 |
Marketplace | The Amazon marketplace associated with the data in this record. | Amazon.com |
App Title | The subscription is for the app with this title. | My Test App |
ASIN | Amazon Standard Identification Number (ASIN) for the subscription. | C00006M4PF |
Vendor SKU | The SKU of the subscription. | com.test.monthly |
Subscription Title | The title of the subscription. | Test Monthly Subscription |
Subscription Duration | The duration of the subscription. | Monthly |
Subscription Type | The subscription type has the value trial or paid. | paid |
Active | The total number of active subscriptions at the end of the specified day (11:59 PM UTC). | 7261 |
Started | The number of subscriptions initiated during the specified day | 163 |
Ended | The number of subscriptions that were cancelled or ended without renewal during the specified day. | 163 |
Refunded | The number of subscriptions that were refunded during the specified day. | 163 |
Last updated: Aug 19, 2024