Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.42k stars 1.99k forks source link

Blogger flow tracks event missing prop info on calypso_signup_actions_submit_step #58620

Closed autumnfjeld closed 2 years ago

autumnfjeld commented 2 years ago

Item 1

On the Blog Name (site-options) screen, it looks like calypso_signup_actions_submit_step is not recording step=site-options.

image

Look for the following in the calypso_signup_actions_submit_step tracks event page and see that step=site-options is missing image

Expected calypso_signup_step_start [flow=setup-site, intent=write, step=starting-point]

Observing calypso_signup_step_start [flow=setup-site, intent=write]

Item 2

On the Starting Point screen, it looks like step=starting-point is missing from calypso_signup_step_start [flow=setup-site, intent=write, step=starting-point] image See that step=starting-point is missing image Expected

Expected calypso_signup_step_start [flow=setup-site, intent=write, step=starting-point]

Observing calypso_signup_step_start [flow=setup-site, intent=write, ]

autumnfjeld commented 2 years ago

@arthur791004 If you get a chance today or tomorrow could you have a look to see if the step prop is missing from the events I listed in the description? Thank you!!!

arthur791004 commented 2 years ago

I think we cannot see all of the values on that page because it only shows the top 10 values as my observation. We can see all of the values from tracks > trends

Site Options

Starting Point

autumnfjeld commented 2 years ago

Ah yes, I see. Thank you @arthur791004 !!! Going above and beyond. :) image

bitmoji