-
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
Empty Stats: AB test the nudges order #17328
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
9efabd9
to
347263c
Compare
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.
Works as described!
social
appears first. Do you think we should call it publicize
instead?
2021-10-15 17:30:42:672 WordPress[17788:664620] 🔵 Tracked: stats_publicize_nudge_shown <blog_id: 198007634, first_nudge: social, site_type: blog>
2021-10-15 17:30:57:995 WordPress[17788:664620] 🔵 Tracked: stats_publicize_nudge_tapped <blog_id: 198007634, first_nudge: social, site_type: blog>
2021-10-15 17:31:05:610 WordPress[17788:664620] 🔵 Tracked: stats_publicize_nudge_dismissed <blog_id: 198007634, first_nudge: social, site_type: blog>
Definitely! I'll change it. |
def7bad
to
5610947
Compare
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.
🚀
@@ -9,7 +9,6 @@ | |||
* [**] Block editor: Embed block: Detect when an embeddable URL is pasted into an empty paragraph. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4048] | |||
* [**] Block editor: Pullquote block - Added support for text and background color customization [https://github.com/WordPress/gutenberg/pull/34451] | |||
* [**] Block editor: Preformatted block - Added support for text and background color customization [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4071] | |||
* [**] Stats: added Publicize and Blogging Reminders nudges for sites with low traffic in order to increase it. |
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.
Thanks! 🙏
@@ -652,9 +652,11 @@ extension SiteStatsInsightsTableViewController: NoResultsViewHost { | |||
private extension SiteStatsInsightsTableViewController { | |||
|
|||
func trackNudgeEvent(_ event: WPAnalyticsEvent) { | |||
let firstNudge: String = EmptyStatsAB.shared.variant == .control ? "publicize" : "bloggingReminder" |
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.
👍
Only merge after #17313
To test
first_nudge
is fired with the correct valueRegression Notes
PR submission checklist:
RELEASE-NOTES.txt
if necessary.