Skip to content

Commit

Permalink
feat: Add more ad/campaign ids (#20760)
Browse files Browse the repository at this point in the history
feat: Add more ad ids
  • Loading branch information
robbie-c authored Mar 7, 2024
1 parent 1add605 commit 1a50c27
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions plugin-server/src/utils/db/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,19 @@ const eventToPersonProperties = new Set([
'utm_content',
'utm_name',
'utm_term',
'gclid',
'gad_source',
'gbraid',
'wbraid',
'fbclid',
'msclkid',
'gclid', // google ads
'gad_source', // google ads
'gclsrc', // google ads 360
'dclid', // google display ads
'gbraid', // google ads, web to app
'wbraid', // google ads, app to web
'fbclid', // facebook
'msclkid', // microsoft
'twclid', // twitter
'li_fat_id', // linkedin
'mc_cid', // mailchimp campaign id
'igshid', // instagram
'ttclid', // tiktok
])

/** If we get new UTM params, make sure we set those **/
Expand Down

0 comments on commit 1a50c27

Please sign in to comment.