You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ If a visitor arrives at a website that uses the Nuxt UTM module and a UTM parame
20
20
21
21
-**📍 UTM Tracking**: Easily capture UTM parameters to gain insights into traffic sources and campaign performance.
22
22
-**🔍 Intelligent De-duplication**: Smart recognition of page refreshes to avoid data duplication, ensuring each visit is uniquely accounted for.
23
-
-**🔗 Comprehensive Data Collection**: Alongside UTM parameters, gather additional context such as referrer details, user agent, browser language, and screen resolution. This enriched data empowers your marketing strategies with a deeper understanding of campaign impact.
23
+
-**🔗 Comprehensive Data Collection**: Alongside UTM parameters, gather additional context such as referrer details, user agent, landing page url, browser language, and screen resolution. This enriched data empowers your marketing strategies with a deeper understanding of campaign impact.
24
24
25
25
## Quick Setup
26
26
@@ -73,6 +73,7 @@ The `$utm` will contain an array of UTM parameters collected for use. Each eleme
73
73
referrer:"http://referrer.url", // Referrer URL
74
74
userAgent:"User-Agent String", // User-Agent string of the browser
75
75
language:"en-GB", // Language setting of the browser
76
+
landingPageUrl:"http://landingpage.url", // The URL of the page the user landed on
0 commit comments