To validate the "Returning Subscribers" calculation in the Subscribers Analytics dashboard, you can use the Subscriptions export to perform a manual check.
Follow these steps to download and analyze the data:
-
Download the Subscriptions Export:
-
In the Recurly Admin Console, go to Analytics > Exports.
-
Select the Subscriptions export.
-
For the filters, set "Subscription status" to "All" and "Time Range" to "All Time."
-
-
Identify Returning Subscribers: Once the export is downloaded, you can use the
account_codecolumn to check for duplicate account codes. The presence of a duplicateaccount_codeindicates that an account has had more than one subscription. -
Validate the Returning Status:
-
Use the
activated_atandexpires_atcolumns to determine when the first subscription expired and when the second subscription was activated. -
For a subscription to qualify as a "Returning Subscriber," the new
activated_atdate must be at least 24 hours after the previous subscription'sexpires_atdate. If this condition is met, that subscription would contribute toward the Returning Subscriber calculation.
-
Comments
0 comments
Please sign in to leave a comment.