Hosted Package
Add Tiquo analytics, passwordless login, customer data, orders, and bookings to site-builder websites with one hosted script
Hosted Package
The Tiquo Hosted Package is a browser script for websites that cannot install the npm DOM package directly. It is designed for Webflow, Wix, Squarespace, Framer, Shopify, and other website builders that let you add custom code.
Use the Hosted Package when you want to:
- Track website analytics without building a custom integration
- Add passwordless customer login to a marketing site, portal, or microsite
- Show signed-in customer information on the page
- Render customer orders and bookings from Tiquo using HTML attributes
- Send custom website events to the same analytics system used by the DOM package
The hosted script creates window.Tiquo and window.tiquo on the page. It uses your Auth DOM public key and the domains configured in Tiquo to make sure requests only come from approved websites.
What it tracks
When analytics is enabled, the Hosted Package can collect:
- Page views
- Single-page-app route changes
- Engagement time
- Scroll depth
- Referrer and UTM attribution
- Browser, device, operating system, language, screen size, and viewport size
- Custom events sent with
Tiquo.track
By default, the install snippet uses anonymous analytics. Anonymous analytics does not attach page activity to a known customer. To link website activity to a signed-in customer, set consent to full.
Hosted Package vs DOM Package
Use the Hosted Package for site builders and static websites where adding a script tag is the easiest option.
Use the DOM Package for codebases where you control the JavaScript build, want TypeScript types, or need deeper application integration.
Both send analytics into the same Tiquo website analytics pipeline.