Skip to content

Commit

Permalink
Add missing descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Mar 26, 2024
1 parent 93f6895 commit 78f328e
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -948,92 +948,92 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
},
$initial_utm_medium: {
label: 'Initial UTM medium',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The UTM medium (if any) of the first URL visited during this session</span>,
examples: ['Social', 'Organic', 'Paid', 'Email'],
},
$initial_utm_campaign: {
label: 'Initial UTM campaign',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The UTM campaign (if any) of the first URL visited during this session</span>,
examples: ['feature launch', 'discount'],
},
$initial_utm_content: {
label: 'Initial UTM content',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The UTM content (if any) of the first URL visited during this session</span>,
examples: ['bottom link', 'second button'],
},
$initial_utm_term: {
label: 'Initial UTM term',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The UTM term (if any) of the first URL visited during this session</span>,
examples: ['free goodies'],
},
$initial_referrer: {
$initial_referrering_domain: {
label: 'Initial referrer',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
examples: ['https://google.com/search?q=posthog&rlz=1C...'],
description: <span>Domain of where the user came from.</span>,
examples: ['google.com', 'facebook.com'],
},
$initial_gclid: {
label: 'Initial gclid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The gclid (Google Click ID) of this session</span>,
examples: ['123xyz'],
},
$initial_gad_source: {
label: 'Initial gad_source',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The gad_source (Google Ad source) of this session</span>,
examples: ['123xyz'],
},
$initial_gclsrc: {
label: 'Initial gclsrc',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The gclsrc (Google Search Ads 360 click source) of this session</span>,
examples: ['123xyz'],
},
$initial_dclid: {
label: 'Initial dclid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The dclid (DoubleClick Id) of this session</span>,
examples: ['123xyz'],
},
$initial_gbraid: {
label: 'Initial gBraid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The gBraid (Google App-to-web Measurement ID ) of this session</span>,
examples: ['123xyz'],
},
$initial_wbraid: {
label: 'Initial wBraid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The wBraid (Google Web-to-app Measurement ID) of this session</span>,
examples: ['123xyz'],
},
$initial_fbclid: {
label: 'Initial fbclid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The fbclid (Facebook Click ID) of this session</span>,
examples: ['123xyz'],
},
$initial_msclikid: {
label: 'Initial msclikid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
$initial_msclkid: {
label: 'Initial msclkid',
description: <span>The msclkid (Microsoft Click ID) of this session</span>,
examples: ['123xyz'],
},
$initial_twclid: {
label: 'Initial twclid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The twclid (Twitter Click ID) of this session</span>,
examples: ['123xyz'],
},
$initial_li_fat_id: {
label: 'Initial li_fat_id',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The twclid (LinkedIn First-Party Ad Tracking ID) of this session</span>,
examples: ['123xyz'],
},
$initial_mc_cid: {
label: 'Initial mc_cid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The mc_cid (MailChimp Campaign ID) of this session</span>,
examples: ['123xyz'],
},
$initial_igshid: {
label: 'Initial igshid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The igshid (Instagram Share ID) of this session</span>,
examples: ['123xyz'],
},
$initial_ttclid: {
label: 'Initial ttclid',
description: <span>The UTM source (if any) of the first URL visited during this session</span>,
description: <span>The twclid (Twitter Click ID) of this session</span>,
examples: ['123xyz'],
},
$pageview_count: {
Expand Down

0 comments on commit 78f328e

Please sign in to comment.