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

[Property Editor] Add analytics to the Property Editor #8840

Merged
merged 5 commits into from
Feb 10, 2025

Conversation

elliette
Copy link
Member

@elliette elliette commented Feb 3, 2025

Fixes #8774
Work towards #1948

Adds analytic events to the Property Editor.

@elliette elliette requested a review from a team as a code owner February 3, 2025 22:10
@elliette elliette requested review from kenzieschmoll and removed request for a team February 3, 2025 22:10
ga.impression(
gaId,
gac.PropertyEditorSidebar.widgetPropertiesUpdate.name,
// TODO(): Add metrics for widget name.
Copy link
Member

@kenzieschmoll kenzieschmoll Feb 5, 2025

Choose a reason for hiding this comment

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

We have to be careful with the number of metrics we add because GA4 has a limit. Maybe we need a generic field where we can pass an extra bit of data that we can re-use for several analytics events.

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated the TODO to specify postfixing the widget name to this event so that we aren't adding more metrics

@elliette elliette merged commit d4dd0fd into flutter:master Feb 10, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Property Editor] Add analytics
2 participants