Framer
How to add @dub/analytics to your Framer site
With @dub/analytics
, you can track lead and sale conversions on your Framer site, enabling you to measure the effectiveness of your marketing campaigns.
You can add the @dub/analytics
script to your Framer website same way you would add Google Analytics script or any other JavaScript code.
Follow these steps to add the script to your site:
- Go to your Framer project and open the Project Settings menu.
- Open the General tab and scroll down to the Custom Code section.
- Paste the Dub analytics script in the Start of head tag section.
- Click on the Save button to save the 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 custom domain you’re using on Dub for your short links.
The query parameter to listen to for client-side click-tracking (e.g.
?via=abc123
).
A comma-separated list of domains for cross-domain tracking. When configured,
a dub_id
query parameter will be automatically appended to all outbound
links targeting these domains to enable cross-domain tracking across different
applications.
Was this page helpful?