Installation Guidelines
SquareSpace
How to add Faurya to your SquareSpace site.
Add Faurya to your SquareSpace site
Follow these steps to integrate Faurya analytics into your SquareSpace site.
Add tracking script using Code Injection
SquareSpace provides Code Injection features to add custom HTML and JavaScript.
- Log in to your SquareSpace dashboard
- Go to Settings > Advanced > Code Injection
- In the Header section, paste your Faurya tracking script:
<script
defer
data-website-id="YOUR_WEBSITE_ID"
data-domain="yourdomain.com"
src="https://faurya.com/js/script.js"
></script>Replace yourdomain.com with your website's root domain.
- Click Save
Alternative: Using Code Block
You can also add the script using a Code Block on individual pages:
- Edit the page where you want to add tracking
- Click + to add a new block
- Select Code from the block menu
- Paste the Faurya tracking script
- Make sure "Display Source" is unchecked
- Save the page
Verify installation
After implementing:
- Visit your live SquareSpace site
- Check your Faurya dashboard for incoming data
- It might take a few minutes for the first pageviews to appear
Note: Code Injection requires a SquareSpace Business plan or higher. Code Blocks are available on all plans but JavaScript execution requires a Business plan.
For advanced configuration options like localhost tracking, custom API endpoints, or cross-domain setup, see the script configuration reference.