Skip to content

Commit

Permalink
Update session.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Sep 1, 2023
1 parent b4f5adc commit 6e70567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default ({ children }) => {
urlParams.get("city") ||
urlParams.get("utm_location") ||
null,
gclid: urlParams.get("gclid") || urlParams.get("fbclid") || undefined,
gclid: urlParams.get("gclid") || urlParams.get("fbclid") || urlParams.get("ttclid") || undefined,
utm_medium: urlParams.get("utm_medium") || undefined,
utm_campaign: urlParams.get("utm_campaign") || undefined,
utm_content: urlParams.get("utm_content") || undefined,
Expand Down

1 comment on commit 6e70567

@vercel
Copy link

@vercel vercel bot commented on 6e70567 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.