Skip to content

Conversation

@macobo
Copy link
Contributor

@macobo macobo commented Jan 16, 2025


#### Behavioral filters

Behavioral filters can be used to filter whether a user has ever done or not done something. This can be used to filter out users who have not completed a goal or
Copy link
Contributor

Choose a reason for hiding this comment

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

nitpick, non-blocking: the word "ever" here might give the impression that a user is identifiable (and their actions on site traceable) for longer than they actually are.

Copy link
Contributor

Choose a reason for hiding this comment

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

best just to talk about a segment of audience rather than a user. that's what we typically do across the site

"date_range": ["2025-01-10T00:00:00+00:00", "2025-01-16T23:59:59+00:00"],
"filters": [
["is", "event:page", ["/pricing"]],
["has_done", ["is", "event:goal", ["Open Support Chat"]]],
Copy link
Contributor

Choose a reason for hiding this comment

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

suggestion, non-blocking: This line might be a good opportunity to show off event:name filter as well.

@macobo
Copy link
Contributor Author

macobo commented Jan 20, 2025

Closing for now - behavioral filters are (for now) internal only. Will resurrect when this becomes a public API feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants