-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Home Page Picker] Add Template to Preview analytics #15365
[Home Page Picker] Add Template to Preview analytics #15365
Conversation
@antonis I didn't include the |
I didn't think to include this either. It is easy to add it in the error message text though. There are two cases I report this:
I guess if we add this information it would be useful only in the second case. Wdyt? |
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
Yeah, I don't we really need it for this flow. We would be able to set up filters to see how much each is erroring without it anyway. So I think we can leave it off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes LGTM 🎉
Nice work @chipsnyder 👍
Thanks for adding this!
My thoughts exactly.. once we have the |
* Prevent swipe to dismiss on site creation flow * Fix layout constraint collisions * Resolve issue where the header will sometimes jump around * Correct issue where it's possible to scroll too far offscreen * Bump gutenberg version * Updated the site design prompt wording * Add the WP custom user agent to site creation webviews (#15376) * Add Template to Preview analytics (#15365) * Resolves issue where the selection remains but the results update
* Enable Home Page Picker feature * Adjust site creation tests for enabling Home Page Picker * Resolve small issue where scrollable content was off by 1 pixel * Make slight layout change to avoid awkward wrapping * [Home Page Picker] Bug fixes (#15360) * Prevent swipe to dismiss on site creation flow * Fix layout constraint collisions * Resolve issue where the header will sometimes jump around * Correct issue where it's possible to scroll too far offscreen * Bump gutenberg version * Updated the site design prompt wording * Add the WP custom user agent to site creation webviews (#15376) * Add Template to Preview analytics (#15365) * Resolves issue where the selection remains but the results update * Update Release notes
Fixes wordpress-mobile/gutenberg-mobile#2720
📓 This helps align the approach taken on iOS and Android to include the
template
property in the loading preview analytics📓 This does not include any of the changes in #15360
To test:
📓 This was branched off of the enable PR so no need to enable HPP unless you have it overridden
To disable or enable the development version of Home Page Picker
📓 To help with testing these you can filter the console logs on
Tracked:
enhanced_site_creation_site_design_preview_viewed
fire with the parametertemplate
populated with the selected design'sslug
enhanced_site_creation_site_design_preview_loading
fire with the parametertemplate
enhanced_site_creation_site_design_preview_loaded
fire with the parametertemplate
enhanced_site_creation_site_design_selected
fire with the parametertemplate
Additional Context:
This is a continuation of the work done in the Home Page Picker Project and is part of the Round 2 requirements.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.