
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
@amplitude/plugin-web-attribution-browser
Advanced tools
Official Browser SDK plugin for web attribution tracking
This package is published on NPM registry and is available to be installed using npm and yarn.
# npm
npm install @amplitude/plugin-web-attribution-browser@^1.0.0
# yarn
yarn add @amplitude/plugin-web-attribution-browser@^1.0.0
This plugin works on top of Amplitude Browser SDK and adds web attribution tracking features to built-in features. To use this plugin, you need to install @amplitude/analytics-browser
version v1.4.0
or later.
@amplitude/analytics-browser
@amplitude/plugin-web-attribution-browser
import * as amplitude from '@amplitude/analytics-browser';
import { webAttributionPlugin } from '@amplitude/plugin-web-attribution-browser';
The plugin requires 1 parameter, which is the amplitude
instance. The plugin also accepts an optional second parameter, which is an Object
to configure the plugin based on your use case.
const webAttributionTracking = webAttributionPlugin(amplitude, {
disabled: undefined,
excludeReferrers: undefined,
initialEmptyValue: undefined,
resetSessionOnNewCampaign: undefined,
});
Name | Type | Default | Description |
---|---|---|---|
disabled | boolean | false | Use this option to enable or disable web attribution tracking. By default, upon installing this plugin, web attribution tracking is enabled. |
excludeReferrers | string[] | [] | Use this option to prevent the plugin from tracking campaigns parameters from specific referrers. For example: subdomain.domain.com . |
initialEmptyValue | string | "EMPTY" | Use this option to specify empty values for first-touch attribution. |
resetSessionOnNewCampaign | boolean | false | Use this option to control whether a new session should start on a new campaign. |
amplitude.add(webAttributionTracking);
amplitude.init('API_KEY');
This plugin tracks campaign parameters based on your configuration. A web attribution event is composed of the following values:
"$idenfity"
Property | Description |
---|---|
utm_source | URL query parameter value for utm_source |
utm_medium | URL query parameter value for utm_medium |
utm_campaign | URL query parameter value for utm_campaign |
utm_term | URL query parameter value for utm_term |
utm_content | URL query parameter value for utm_content |
referrer | Referring webstite or document.referrer |
referring_domain | Referring website's domain, including subdomain |
dclid | URL query parameter value for dclid |
gbraid | URL query parameter value for gbraid |
gclid | URL query parameter value for gclid |
fbclid | URL query parameter value for fbclid |
ko_click_id | URL query parameter value for ko_click_id |
li_fat_id | URL query parameter value for li_fat_id |
msclkid | URL query parameter value for msclkid |
rtd_cid | URL query parameter value for rtd_cid |
ttclid | URL query parameter value for ttclid |
twclid | URL query parameter value for twclid |
wbraid | URL query parameter value for wbraid |
FAQs
Unknown package
We found that @amplitude/plugin-web-attribution-browser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.