1. Create Adjusters
a) Go to the Tools page, click Adjusters and then New Adjuster
b) Add Inside Adjusters for the fees that you'd like to report on
c) For Stripe Fees, create a 1.5% Inside Adjuster and add your Website Channel
NOTE - This is for per item or percentage based fees. Any fixed fees per transaction would need to be calculated manually.
2. Add Adjusters to Price Tables
a) Go to the Prices tab of your Event(s)
b) Go to your Price Table and Duplicate as Draft to make changes
c) Right-click on the Variant you're adding Adjusters to and click Manage Adjusters
d) Select your Adjuster fees and click Add Selected Adjusters
e) Save and Publish Price Table
Learn more - Adjusters
3. Create a Custom Report
a) Go to the Reports page and click Add
b) Click Folder if you'd like a place to store your Report and enter a name
c) Or click Report without placing it in a Folder
d) On the pop-up, choose Performances as the data source
NOTE - This will run the report by Transaction Items, e.g. tickets, products, fees. Orders will run a report by Payment Items, e.g. payments made with card/voucher.
e) In the top-left box, enter the Name of the report
NOTE - Changes are not automatically saved on Reports. When leaving the page, make sure to click Save in the top-right to make sure any changes are not lost
4. Add Fields
a) Click Manage Fields
b) On the pop-up, click on the Fields you'd like to report on and click Done
c) It is here when you can your Price Adjuster Fields
5. Add Metrics
a) Click Manage Metrics
b) On the pop-up, click on the Metrics you'd like to report on and click Done
c) It is here where you can add your Inside Fee Metrics
6. Add Filters (optional)
NOTE - If you'd like to run Fee Reports for specific Events, it's best to add an Event Name Filter. This will only show the fees for that Event.
a) Click Filters
b) On the pop-up, click Add Filter
c) Select the Fields/Metrics you'd like to filter by, e.g.
Event Name = is = Christmas Panto
NOTE - To remove any Filters, click the 3 dots to the left of the Filter and click Remove
7. Group your data (optional)
a) Click the Group By dropdown in the top right, select from your Fields
c) Once selected, these will form your rows
b) Choose the dates you'd like to see in your Report by clicking Dates
c) Choose the following options to report by:
Time Zone
Performance Start Date
Transaction Completed at
Transaction Expires at
8. Reporting data for a specific Event? Amend Report title accordingly
9. Save and Export
a) Click Save to save your changes
NOTE - Changes are not automatically saved on Reports. When leaving the page, make sure to click Save in the top-right to make sure any changes are not lost
b) Want to duplicate this report for a separate Event? Click Filters
c) On the pop-up dropdown, remove the current Event filter and change it to the new Event
d) To save as a separate Report, click Save As
e) On the pop-up, enter the name of the new Report and click Submit
NOTE - These will then appear in your Reporting list as two separate reports
g) To download a copy of the report, click Export
h) On the pop-up, select either CSV or PDF and click Export
10. Want to reconcile with Stripe figures? Combine your Line-Up report with a Stripe Export
a) On your Stripe account, run a CSV export of successful payments
b) On this export, select the All columns option
c) Including a meta data field - we add the Line-Up transaction reference number
d) On a new spreadsheet, combine this export with your Line-Up report
e) Create 3 tabs on the spreadsheet:
Line-Up report - copy and paste the data from a CSV of your Line-Up report on one tab
Stripe export - copy and paste a Stripe export of completed transactions only (no failed payments) onto another tab
Combined report - create a new tab, pulling data from the above tabs. Insert columns you'd like to see data for here, e.g. Event Name, Performance Start Date/Time, Customer Email, Sold Gross Value, Transaction Reference Number etc
NOTE - It's important to add in Transaction Reference Number here. This is the way you'll be able to match transactions from both reports.
It's also worth moving the Transaction Reference (from the Line-Up report) and line-up-transaction (metadata from Stripe report) columns next to each other, so you can match transactions.
d) To pull data onto this tab from the Line-Up report tab, use the formula:
=VLOOKUP
Followed by the column which contains the transaction metadata from Stripe, e.g. I2
'Line-Up report'!
The column range in your Line-Up report tab that contains the data you want to bring over, e.g. $A: $J
The number of the column from your Line-Up report that you want to pull over - this will change as you go along the columns in the Combined report so that it looks at the corresponding columns in the Line-Up report
The number 0 - so that the transaction reference columns will match
Example formula:
=VLOOKUP(I2,'Line-Up report'!$A:$J,5,0)
This formula then looks at each column on your Line-Up report tab and if something matches the transaction metadata column, it will bring that across and that will create the rows for Combined Report tab.