Skip to content

Commit

Permalink
feat: Added new campaign params (#19138)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Dec 7, 2023
1 parent f38093e commit 459bc4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin-server/src/utils/db/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,16 @@ const eventToPersonProperties = new Set([
'$os_version',
'$referring_domain',
'$referrer',
// campaign params
// campaign params - automatically added by posthog-js here https://github.com/PostHog/posthog-js/blob/master/src/utils/event-utils.ts
'utm_source',
'utm_medium',
'utm_campaign',
'utm_content',
'utm_name',
'utm_term',
'gclid',
'gbraid',
'wbraid',
'fbclid',
'msclkid',
])
Expand Down

0 comments on commit 459bc4e

Please sign in to comment.