Apart from analyzing data from Eventbrite, you can blend data from other applications such as Zoho CRM , Zoho Campaigns , Zoho Desk , etc.
The Advanced Analytics for Eventbrite includes 60+ prebuilt reports and dashboards over your Eventbrite data that help you to jump-start your analytics right away.
Zoho Analytics is a self-service BI and data analytics software that lets you analyze your data, create stunning data visualizations, and discover hidden insights in minutes.
It offers the following important capabilities:
Advanced Analytics Connector for Eventbrite enables you to easily slice and dice the Eventbrite data, such as registration count, attendees count, tickets available, etc, to create insightful reports and dashboards. By analyzing and tracking these KPIs, you can get insights about how successful was an event conducted and come up with actionable insights for improvement. Advanced Analytics for Eventbrite brings in all the capabilities of Zoho Analytics described in the above question .
A full-featured business intelligence (BI) and reporting tool that can slice & dice the Eventbrite to create any report/dashboard you require.
Event Organization Administrators who are using Eventbrite can subscribe to this connector. Using this helps to keep track of the events, tickets sold, number of attendees, total sales, etc.
Eventbrite Analytics is bundled free for all the paid users of Zoho Analytics. The Zoho Analytics paid plans start at $25 per month . Click to learn more about Zoho Analytics pricing page.
Yes, we do provide a 15-day free trial for this connector. Trial for Standard plan will be enabled from the date you set up the connector.
Anyone to whom you privately share your Workspace, tables (data), reports and dashboards, created in Zoho Analytics for collaboration is considered a 'User' in Zoho Analytics. A user is identified by his/her unique email address, with which their Zoho Analytics account was registered.
Suppose you subscribe to the Zoho Analytics Standard plan, you can privately share the data/reports in your account and collaborate with 4 other persons. Now your Zoho Analytics account is said to have 5 users (including yourself).
In Zoho Analytics, a row or record is defined in the same context as in a database (or spreadsheet). In simple terms, a table consists of rows (records) and columns (fields). Each row in a table represents a set of related data and has the same structure.
For example, in a table that represents "Events", each row would represent a single record. The number of rows calculated for pricing is the sum of all rows/records stored across all your Workspace tables in your Zoho Analytics account.
Initial data import will take from a few minutes to a couple of hours depending on the volume of the data. You will receive an email notification once the import is complete. If you access the Workspace before the initial fetch, it will not display any data.
You can synchronize the following data from Eventbrite into Zoho Analytics.
The import/sync process of your Eventbrite data can fail sometimes, due to a variety of reasons. Hence, you may receive such emails occasionally. The Zoho Analytics team will look into it immediately and get back to you, after taking the required corrective action.
Case 1: You will receive the Setup Process Failed mail when there is a failure during the initial fetch. In this case, we request you to:
Case 2: You will receive the Synchronization Failed mail if there is any failure during the data synchronization process between the Eventbrite and Zoho Analytics, after the initial setup & import of data. This might be a momentary failure due to any internal issues. This import schedule will get suspended if there are five successive failures.
You can choose to synchronize data at one of the intervals mentioned below.

Note:
Yes, you can edit the Eventbrite Advanced Analytics connector synchronization setting if you are the administrator of the Eventbrite Analytics.
To do so,
Yes, you can synchronize your Eventbrite data instantly when needed.
To synchronize your data instantly:
Note: This option can be used up to five times between the scheduled intervals.
Yes, you can set up the Eventbrite Advanced Analytics in any of the existing Workspace or in any of the Advanced Analytics Workspace to analyze data together. You can do this by creating a new table or by importing data.
Refer to the Cross-Functional Analytics section for more details on this.
No, you cannot add/modify data in the Eventbrite Analytics tables. Data from Eventbrite will automatically get synced into Zoho Analytics in the different tables. You cannot edit any of this data or add new data records from within Zoho Analytics.
No, you cannot add new columns. But, you can add Custom and Aggregate Formulas (i.e., calculated fields) to these tables to help you create powerful reports. Refer Adding Formulas to know more on this.
Yes, you can add new data tables. Click New > New Table/Import Data to add a new table in the existing Eventbrite Analytics Workspace.
With this feature, you can import data from other sources or add them manually into your Workspace to analyze and create reports combining this with your Eventbrite data.
Refer:
Yes, you can transfer your account to one of your Organization Administrators. Click here to know how to transfer the account .
You can re-authenticate the setup by following the below steps.
You can remove the connector from the Data Sources page.
Zoho Analytics will synchronize the data specified in this question into Eventbrite Analytics workspace. You can create reports using this data.
Yes, you can create reports using the columns from different tables. All the tables from Eventbrite will be linked by default. You can create reports by simply dragging and dropping the required columns into the reports designer.
Zoho Analytics supports a wide variety of reports.
When you setup/configure the Eventbrite Connector, 60+ default reports & dashboards are automatically created. These hand-picked reports will be pretty useful in analyzing your help data effectively.
Formulas, as the name indicates, are calculations that help you derive key business metrics that can be used for reporting and analysis. Zoho Analytics provides a powerful formula engine to create any type of calculations required, to enable creating the required reports. Refer Adding Formulas in Zoho Analytics to know more.
The default formulas added by Zoho Analytics are listed below. You can view these formulas by opening the corresponding table and selecting Add > Edit Formulas from the toolbar.
The following are the default formulas in the Attendees table.
| Formula Name |
Formula Type |
Formula |
Description |
| Age Group |
Aggregate |
if("Age" is NULL,' ',if("Age"<13,'Less than 13',if("Age">=13 AND "Age"<=17,'13-17',if("Age">=18 AND "Age"<=29,'18-29',if("Age">=30 AND "Age"<=49,'30-49',if("Age">=50 AND "Age"<=64,'50-64','65+')))))) |
Displays the age group of the attendees. |
| Attendee Rate |
Aggregate |
100*(countif("Attendees"."Status" = 'Checked In')/sum("Ticket Classes"."Quantity Sold")) |
Displays the attendee rate in percentage i.e., the number of attendees checked in divided by the number of tickets sold. |
| Refund Rate |
Aggregate |
100*(countif("Attendees"."Refunded" = 1)/count("Attendees"."Attendee ID")) |
Displays the refund rate in percentage i.e., the number of refunds divided by the number of attendees. |
| Cancellation Rate |
Aggregate |
100*(countif("Attendees"."Cancelled" = 1)/count("Attendees"."Attendee ID")) |
Displays the cancellation rate in percentage i.e, the number of people canceled divided by the number of attendees. |
| Attendee Count |
Aggregate |
countif("Attendees"."Status" = 'Checked In') |
Displays the attendee count. |
| Attrition Rate |
Aggregate |
100*(countif("Attendees"."Status" = 'Attending')/sum("Ticket Classes"."Quantity Sold")) |
Displays the attrition rate in percentage i.e., the number of attendees divided by the number of tickets sold. |
| Formula Name |
Formula Type |
Formula |
Description |
| Total Attendee Payment |
Formula Column |
"Actual Cost"+"Actual Fee"+"Tax" |
Displays total payment received. |
| Organiser Fee |
Formula Column |
"Cost"-"Actual Cost" |
Displays the organizer fee. |
| Gross Sales |
Aggregate |
sum("Ticket Classes"."Quantity Sold"*"Ticket Classes"."Total Attendee Payment") |
Displays the gross sales amount. |
| Net Sales |
Aggregate |
sum("Ticket Classes"."Quantity Sold"*"Ticket Classes"."Total Attendee Payment")-sum("Ticket Classes"."Quantity Sold"*("Ticket Classes"."Tax"+"Ticket Classes"."Actual Fee")) |
Displays the net sales amount. |
| Selling Rate |
Aggregate |
100*(count("Ticket Classes"."Quantity Sold")/count("Ticket Classes"."Quantity")) |
Displays the selling rate. |
| Add_On Sales Count |
Aggregate |
Countif("Ticket Classes"."Category" = 'add_on') |
Displays the add on sales count. |
| Admission Sales Count |
Aggregate |
Countif("Ticket Classes"."Category" = 'admission') |
Displays the admission sales count. |
| Donation Sales Count |
Aggregate |
Countif("Ticket Classes"."Category" = 'donation') |
Displays the donation sales count. |
| Add_On Sales |
Aggregate |
Sumif("Ticket Classes"."Category" = 'add_on',"Ticket Classes"."Quantity Sold") |
Displays the add on sales amount. |
| Admission Sales |
Aggregate |
Sumif("Ticket Classes"."Category" = 'admission',"Ticket Classes"."Quantity Sold") |
Displays the amount gained from admissions. |
| Donation Sales |
Aggregate |
Sumif("Ticket Classes"."Category" = 'donation',"Ticket Classes"."Quantity Sold") |
Displays the amount gained from donations. |
Yes, you can create your own custom formulas in Zoho Analytics. To know how to create your own formulas, refer to the Adding Formulas in Zoho Analytics help page.
Yes, you can combine/blend data from your other sources with your Eventbrite data for analysis.
To do this, you need to add/import a new data table into the Eventbrite Analytics workspace as explained in the previous question and then define a look-up to join it with the table from Eventbrite.
To define a lookup relationship between two tables, it is essential that the tables have at least one column which is common between them. Follow the below steps to look up a column from Eventbrite along with the data from any other source.
Click to learn more .
Yes, you can join data from multiple tables to create the reports. Refer to Joining Tables in Zoho Analytics for detailed help on this.
Zoho Analytics allows you to drive the data required by writing standard SQL SELECT Queries. This feature is called Query Tables. With Query Tables, you can also combine/blend data from different tables and create reports from the same. View this video demo to know about how to create Query Tables in Zoho Analytics.
You can integrate and perform cross-functional analytics with most business applications / other data sources that Zoho Analytics integrates with.
To import data from business apps:
A lookup relationship will not be created automatically between the Eventbrite modules and the modules of the application that you are trying to import. You will have to manually link the tables using a lookup relationship.
To manually create a lookup relationship refer to Join Tables section.
You can easily share the reports that you create with the other users. Refer to Sharing and Collaboration help page for more details on this.
Once you privately share a report to your colleagues they will be able to access the reports as you do. Refer here to know how to access the reports.
Zoho Analytics offers four user roles - Account Administrator, Organization Administrator, Workspace Administrator, and User. Click to know more about the Zoho Analytics Organization Model and User Roles .
This is the expected behavior. Only when the users to whom the reports are being shared is set as a Workspace Administrator, they will be able to edit the reports.
If a normal user wants to edit the report, he/she will have to save the report with a new name using the Save As option toolbar. The User can edit this report. To know more about user roles click here .
Yes, you can. Refer the topic Apply filter criteria .
Yes, you can export the report/dashboard in various file formats such as CSV, EXCEL, PDF, HTML, and Image. Click to know more .
In order to print the report/dashboard, you first need to export it. You can export the report in various file formats such as CSV, EXCEL, PDF, HTML and Image. Click to know more .
If you are the Administrator of the Zoho Analytics or a 'Workspace Administrator', you can schedule reports and dashboards to be emailed automatically. Refer to the email schedule section in this help documentation .
Yes, you can embed/create permalink for reports & dashboards. You can also create a slideshow of views. Refer to the Publishing Option section to learn how to do this.
Yes, Zoho Analytics supports various rebranding options such as Portal rebranding/white labeling and Logo Rebranding .
We offer 24x5 technical support (Monday to Friday). In case if you need our assistance kindly do mail us your questions to support@zohoanalytics.com .
You can also reach out to us on our toll-free numbers -
United States: +1 (888) 900 9646
United Kingdom: +44 (20) 35647890
Australia: +61-2-80662898
India: +91-44-6965 6060
Yes, certainly. Register for a demo in this page.