To start collecting analytics with LinkBridge, you need to install the tracker script on your website. This script records visits, events, and goals, then sends them securely to your LinkBridge account.
The tracker must be added to your website’s <head> section, or injected through your chosen framework or CMS. For specific instructions on different platforms, see the Framework Guides section.
1. Copy your script
In your dashboard, select the website you created and copy the <script> snippet provided.
Each site has a unique data-website-id to ensure analytics are tracked correctly.
Screenshot suggestion: Dashboard view of the generated script snippet.
2. Add the script to your website
Open your website’s source files or CMS where you can edit the <head> section.
Paste the tracker snippet just before the closing </head> tag.
If you’re using a framework (Next.js, Vue, WordPress, etc.), check the Framework Guides for step-by-step examples.
Screenshot suggestion: Example HTML head with the snippet included.
3. Verify installation
After adding the script, return to the dashboard. LinkBridge automatically checks if the script is installed correctly.
If the script is found, your site status will change to Active.
If not, double-check that the snippet is in the <head> and your changes are published.
Screenshot suggestion: Dashboard view with Active status.