Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation for Mixpanel event types #3980

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

marcinciarka
Copy link
Member

This pull request adds validation for Mixpanel event types to ensure that only valid event types are tracked. It checks if the event name, product, section, and page are valid before tracking the event. If any of these values are invalid, a 400 status code is returned. This helps to prevent incorrect or invalid data from being tracked in Mixpanel.

@marcinciarka marcinciarka merged commit 67d624d into dev Jul 2, 2024
13 checks passed
@marcinciarka marcinciarka deleted the marcinciarka/filter-mixpanel-events branch July 2, 2024 12:47
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.

2 participants