OnceHub Integration
Learn how to integrate Ours with OnceHub to track bookings and custom events effortlessly while maintaining privacy and HIPAA compliance.
Ours Integration with OnceHub
This guide will walk you through integrating Ours with your OnceHub account. You'll learn how to track bookings and custom events seamlessly while ensuring HIPAA-compliant analytics for privacy-conscious applications.
OnceHub Redirect (easy integration)
The simplest way to integrate Ours with OnceHub is to set up a redirect after booking. Here's how:
- Make sure your Ours tracking script is installed on your website
- This ensures your visitors are properly cookied and attributed before they book
- Create a new Redirect Source in your Ours app and name is "Once Hub"
- Copy/paste the Redirect Url inside of OnceHub
This method requires no complex setup and due to Ours Server-Set cookies is able to automatically attribute your events to historical website visitors. This means you don't have to pass any user ids or emails to the redirect link for it to work.
Example Redirect Source

Example OnceHub Configuration

Advanced On-Page Tracking
For more advanced tracking and to access booking details, you can set up on-page tracking using OnceHub's JavaScript function. Follow these steps:
-
Implement the
SOAfterConfirmationFunction
:- Add the JavaScript OnceHub requires per their documentation
-
Embed your OnceHub Booking Page:
-
Track Ours Events:
- Inside of the
SOAfterConfirmationFunction
OnceHub has you define, include aours('track', 'Schedule');
event.
- Inside of the
Example
function SOAfterConfirmationFunction(data) {
ours('track', 'Schedule', data);
}
Key Benefits of the Ours OnceHub Integration
- HIPAA Compliance: Ideal for healthcare and other privacy-sensitive industries.
- Custom Event Flexibility: Track bookings, interactions, and more.
- Enhanced Data Accuracy: Server-side integration ensures reliable analytics.
For further assistance, contact [email protected].
Updated about 2 months ago