While Recurly doesn't have a report or export that displays this data in a straightforward way, you can obtain this information via the Adjustments export and the Subscription add-ons export.
To get your total add-on revenue using the Adjustments export, follow these steps after downloading the export for your desired timeframe:
-
Filter for Charges: Go to the
adjustment_typecolumn and filter it to only showcharges. -
Filter for Paid Invoices: Then, go to the
invoice_statecolumn and filter out all states except forPaid. -
Filter for Add-ons: Finally, go to the
adjustment_product_codecolumn and filter out any plan codes, so that only your add-on codes remain.
This process will leave you with a list of all paid add-ons. You can then use the adjustment_total column to calculate the total revenue you received from add-ons for that period.
You can also use the Subscription add-ons export and apply filters to the following columns to get totals for subscription add-ons:
-
subscription_add_on_total_amount_in_cents -
subscription_add_on_unit_amount_in_decimal_cents -
subscription_add_on_billing_model
Comments
0 comments
Please sign in to leave a comment.