Background
With reference to the Instrumentation Spec and Parent Ticket, this task is for instrumenting all part of the Reading List Experiment for which the UI is present and ready.
Design requirements
| clicks on article view |
Requirements
- A custom instrument is written to enable click tracking for the initial Reading list on web experiment
- Implement the following instrumentation events:
- Page load event - Whenever a page loads and the user is in the experiment
action: page_load action_source: internal_referer / external_referer
- Save/remove entry point clicks - When user clicks the bookmark button from either toolbar, sticky header or page tools.
action: click
action_subtype: save_article_to_reading_list / remove_article_from_reading_list
action_source:sticky_header / toolbar
action_context={article_count: <INT>}- Views of reading list from article page - User clicks to view reading list icon on the top of the page
action: click action_subtype: view_reading_list action_source: top_right
