All installation guides
Find the right guide for your framework or platform. Every guide covers installing the attribu.tech tracking pixel and verifying it works.
Framework guides
- Next.js - App Router and Pages Router setup
- React - Single-page React applications
- Vue.js - Vue 3 and Nuxt
- Astro - Static and SSR Astro sites
- Django - Python Django templates
- Laravel - PHP Laravel Blade templates
- Ghost CMS - Ghost theme code injection
- Framer - Framer custom code
No-code platforms
- WordPress - Plugin or manual installation
- Webflow - Custom code in site settings
- Wix - Custom code via Wix dashboard
- Squarespace - Code injection in site settings
- Shopify - Theme code and automatic revenue tracking
Tag managers
- Google Tag Manager - Deploy via GTM container
Generic installation
For any site not listed above, add this script tag to every page, ideally in the <head>:
<script
defer
data-website-id="YOUR_SITE_ID"
data-domain="yourdomain.com"
src="https://attribu.tech/js/script.js"
></script>Replace
YOUR_SITE_ID with the UUID from your attribu.tech dashboard (Settings > General). Set data-domain to your root domain.The pixel works on any website that can include a <script> tag. It automatically handles SPAs, static sites, and server-rendered pages.
For detailed pixel configuration options, see the pixel documentation.