-
Notifications
You must be signed in to change notification settings - Fork 636
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 Analytics Coverage for Node AutoComplete #11209
Conversation
Open auto complete window Select suggestion
src/DynamoCoreWpf/Controls/NodeAutoCompleteSearchControl.xaml.cs
Outdated
Show resolved
Hide resolved
@zeusongit Can you also add similar level of tracking for in-canvas search, I think it will be good that we can compare the usage between these two |
@zeusongit Looks good. Did you happen to verify the local analytics log? |
Yes, I did |
@zeusongit You will also need to make a PR to modify the whitelist file, you can refer to my example |
|
* add analytics coverage for node autocomplete Open auto complete window Select suggestion * Update NodeAutoCompleteSearchControl.xaml.cs * add tracking to in-canvas search node selection * add track points for in canvas search open/select Co-authored-by: Ashish Aggarwal <[email protected]>
…1219) * Skip primitive type input ports from node-autocomplete (#11201) * Add list of nodes to be skipped * Add test and comments * Add Analytics Coverage for Node AutoComplete (#11209) * add analytics coverage for node autocomplete Open auto complete window Select suggestion * Update NodeAutoCompleteSearchControl.xaml.cs * add tracking to in-canvas search node selection * add track points for in canvas search open/select Co-authored-by: Ashish Aggarwal <[email protected]> Co-authored-by: Ashish Aggarwal <[email protected]>
…Nodeautocomplete and Incanvas search (#11232) (#11235) * Skip primitive type input ports from node-autocomplete (#11201) * Add list of nodes to be skipped * Add test and comments * Add Analytics Coverage for Node AutoComplete (#11209) * add analytics coverage for node autocomplete Open auto complete window Select suggestion * Update NodeAutoCompleteSearchControl.xaml.cs * add tracking to in-canvas search node selection * add track points for in canvas search open/select Co-authored-by: Ashish Aggarwal <[email protected]> * cherrypicking adp code change for node auto Co-authored-by: Ashish Aggarwal <[email protected]>
Purpose
DYN-3178
Added tracking events for coverage of node autocomplete feature and in-canvas search.
Events covered:
Related PR to add waypoints to Analytics: #23
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@DynamoDS/dynamo