Skip to content

Commit

Permalink
feat: Add $is_identified to taxonomy (#22216)
Browse files Browse the repository at this point in the history
* Add $is_identified to taxonomy

* Update frontend/src/lib/taxonomy.tsx

Co-authored-by: Thomas Oberm眉ller <[email protected]>

---------

Co-authored-by: Thomas Oberm眉ller <[email protected]>
  • Loading branch information
robbie-c and thmsobrmlr committed May 9, 2024
1 parent eb0c79d commit faa0a7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/lib/taxonomy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,10 @@ export const CORE_FILTER_DEFINITIONS_BY_GROUP = {
label: 'ttclid',
description: 'TikTok Click ID',
},
$is_identified: {
label: 'Is Identified',
description: 'When the person was identified',
},
},
numerical_event_properties: {}, // Same as event properties, see assignment below
person_properties: {}, // Currently person properties are the same as event properties, see assignment below
Expand Down

0 comments on commit faa0a7d

Please sign in to comment.