If you add a Google Analytics and/or Facebook Pixel tracking code, there are some events you can track to get statistics. We recommend that you create a separate property/pixel for your Confetti events if you are unsure. That makes it easier for you to separate the data.
Analytics / data events that you can track and what they are called:
General: Page view
Google: - handled just as a regular page view
Facebook: name: ‘PageView'
Confetti RSVP event
Show signup
Google - category: ‘rsvp’, action: ‘show’
Facebook - name: ‘Lead'
Completed signup
Google - category: ‘rsvp’, action: ‘created’
Facebook - name: ‘CompleteRegistration'
Confetti Ticket event
Show signup
Google - category: ‘tickets’, action: ‘show’
Facebook - name: ‘Lead'
Pick tickets and initiate buy process
Google - category: ‘tickets’, action: ‘initiated’
Facebook - name: ‘InitiateCheckout'
Completed signup
Google - category: ‘tickets’, action: ‘checkout’, value: ‘<amount>'
Facebook - name: ‘Purchase’, value: ‘<amount>’, currency: ‘<currency>