Data Reconciliation API - Site Daily Metrics
Retrieve Site Daily Metrics
For a given Site on a given Date, summary metrics can be accessed from our data metrics API.
URL GET parameters:
- dataSupplierId: Assigned unique identifier for your account
- String
(required) - siteId: Unique identifier for site that we want to retrieve metrics for
- String
(required) - date: Date that we want to retrieve metrics for
- yyyy-mm-dd
(required)
Fields in RefData response:
- Currency: The currency which defines Revenue fields. Will be the same as the DefaultCurrency specified in the Site entity
- TotalNetTicketRevenue: The sum of the revenue for all ticket order. Will be net value so orders - refunds
- TotalNetShopRevenue: The sum of the revenue for all shop order. Will be net value so orders - refunds
- TotalNetCustomerPoints: The sum of the customer account movement point deltas. Will be net value so awarded - redeemed
- TotalStaffMinutesWorked: The sum of the minutes worked by all staff. To avoid rounding issues, we will always round up.
- TotalStockTakeCost: The sum of the cost of the items records in the stock take. Note, stock takes may not be recorded for all dates
- TotalStockDisposalCost: The sum of the cost of the items disposed of. Note, stock takes may not be recorded for all dates
- Performances: A list of the summary details of all of the performances
- ID attribute: Unique identifier for performance
- String
- SiteID attribute: Unique identifier for site that the performance applies to
- String
- EventId: Unique identifier for event that the performance applies to
- String
- DistributorId: Unique identifier for Distributor
- String
- Time: Time of the day the performance starts
- hh:mm
- DistributorPercentage: The percentage of the profit for the performance that will be paid to the distributor
- Integer
- Precision attribute: The number of decimal places in each value field
- Integer