@dub/analytics, you can track lead and sale conversions on your WordPress site, enabling you to measure the effectiveness of your marketing campaigns.
You can add the @dub/analytics script to your WordPress 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 WordPress dashboard, navigate to the Theme Editor section under the Appearance menu.
- Open the Theme Header (header.php) file on the right column.
- Paste the Dub analytics script in the header area.
- Click on the Update File 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.
Configure the domains that Dub will track. The following properties are available:
[Deprecated: Use
data-domains.refer instead] The Dub custom domain for
referral program client-side click trackingThe query parameter to listen to for client-side click-tracking (e.g.
?via=abc123).