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

Reader: Conform with GA page view expectations. #2684

Merged
merged 1 commit into from
Jan 22, 2016

Conversation

blowery
Copy link
Contributor

@blowery blowery commented Jan 22, 2016

Initially reported for tag pages, but some others were wrong as well. Fixed 'em all.

To test, turn on analytics debugging with localStorage.debug = 'calypso:analytics' in the console, reload, and watch for page view and scroll events when using the app.

You shouldn't see any actual ids in the paths, only placeholders. So /tag/foo turns into /tag/:slug, /read/blog/feed/1234 turns into /read/blog/feed/:feed_id, and so on.

Initially reported for tag pages, but some others were wrong as well. Fixed 'em all.

To test, turn on analytics debugging with `localStorage.debug = 'calypso:analytics'` in the console, reload, and watch for page view and scroll events when using the app.

You shouldn't see any actual ids in the paths, only placeholders. So /tag/foo turns into /tag/:slug, /read/blog/feed/1234 turns into /read/blog/feed/:feed_id, and so on.
@blowery blowery added the [Feature] Reader The reader site on Calypso. label Jan 22, 2016
@blowery blowery self-assigned this Jan 22, 2016
@blowery blowery added this to the Reader: UI Nits milestone Jan 22, 2016
@blowery blowery added the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Jan 22, 2016
@bluefuton
Copy link
Contributor

To verify:

  • feedListing
  • blogListing
  • FullPostDialog (feed)
  • FullPostDialog (site)
  • tagListing
  • listListing
  • listManagementSites
  • listManagementTags
  • listManagementDescriptionEdit

@bluefuton bluefuton added [Status] Ready to Merge and removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Jan 22, 2016
bluefuton added a commit that referenced this pull request Jan 22, 2016
Reader: Conform with GA page view expectations.
@bluefuton bluefuton merged commit 6297ad2 into master Jan 22, 2016
@bluefuton bluefuton deleted the fix/reader-analytics-titles branch January 22, 2016 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Reader The reader site on Calypso.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants