Webflow
How to add @dub/analytics to your Webflow site
With @dub/analytics
, you can track lead and sale conversions on your Webflow site, enabling you to measure the effectiveness of your marketing campaigns.
You can add the @dub/analytics
script to your Webflow website same way you would add Google Analytics script or any other JavaScript code.
Follow these steps to add the script to your site:
- On your project’s page, click on the Webflow logo in the left-hand side menu and choose Project Settings.
- Choose Custom Code from the menu and paste the Dub analytics script in the Head Code section.
- Click on the Save Changes button and then Publish your changes.
Concepts
You can pass the following props to the @dub/analytics
script to customize its behavior:
The base URL for the Dub API. This is useful for setting up reverse proxies to avoid adblockers.
The attribution model to use for the analytics event. The following attribution models are available:
first-click
: The first click model gives all the credit to the first touchpoint in the customer journey.last-click
: The last click model gives all the credit to the last touchpoint in the customer journey.
Custom properties to pass to the cookie. Refer to MDN’s Set-Cookie documentation for all available options.
The short domain you’re using on Dub for your short links. For security
purposes, this must be a subdomain of your website’s domain. E.g. if your
website domain is example.com
, your short domain should be something like
go.example.com
.
The query parameter to listen to for client-side click-tracking (e.g.
?via=abc123
).
Was this page helpful?