You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding event for analyzer startup
* Switching from hyphens to underscore; GA4 restriction
* Making eventData nullable for events that don't need it
* Update dash_analytics_example.dart
* Added test to check for limitations below
- Events can have a maximum of 25 user properties
- User property names must be 24 characters or fewer
- User property values must be 36 characters or fewer (only for `tool` name)
- Event names must be 40 characters or fewer, may only contain alpha-numeric characters and underscores, and must start with an alphabetic character
* Moved creds + edit to tool regex pattern
* Update to match main branch regex
* Clean up of constructor
* Adding separator within event enums
0 commit comments