Page MenuHomePhabricator

Missing article title from AFT clicktracking log
Closed, ResolvedPublic

Description

The article title is logged for all CTA impression events (e.g. option1-cta_edit-impression-bottom) and close events (e.g. option1-cta_edit-close-overlay) but is missing for all of the following events:

option1-cta_edit-button_click-overlay
option2-cta_edit-button_click-overlay
option3-cta_edit-button_click-overlay
option1-cta_edit-button_click-bottom
option2-cta_edit-button_click-bottom
option3-cta_edit-button_click-bottom
option1-cta_edit-edit_attempt-overlay
option2-cta_edit-edit_attempt-overlay
option3-cta_edit-edit_attempt-overlay
option1-cta_edit-edit_attempt-bottom
option2-cta_edit-edit_attempt-bottom
option3-cta_edit-edit_attempt-bottom
option1-cta_edit-edit_success-overlay
option2-cta_edit-edit_success-overlay
option3-cta_edit-edit_success-overlay
option1-cta_edit-edit_success-bottom
option2-cta_edit-edit_success-bottom
option3-cta_edit-edit_success-bottom

The same problem affects all the other CTAs (learn more, survey): the article title is logged for impressions but not for subsequent events in the CTA funnel.

The following edit-tab and section-edit events also miss the article title:

option1-edit_tab_link-click
option2-edit_tab_link-click
option3-edit_tab_link-click
option1-section_edit_link-click
option2-section_edit_link-click
option3-section_edit_link-click
option1-edit_tab_link-edit_attempt
option2-edit_tab_link-edit_attempt
option3-edit_tab_link-edit_attempt
option1-section_edit_link-edit_attempt
option2-section_edit_link-edit_attempt
option3-section_edit_link-edit_attempt
option1-edit_tab_link-edit_success
option2-edit_tab_link-edit_success
option3-edit_tab_link-edit_success
option1-section_edit_link-edit_success
option2-section_edit_link-edit_success
option3-section_edit_link-edit_success

This bugfix is critical to allow us to collect data for at least one week before we deploy the new feedback links and disable Option 1 and Option 2.


Version: unspecified
Severity: major

Details

Reference
bz35106

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 12:10 AM
bzimport set Reference to bz35106.

elizabeth wrote:

fixed in r113628 and r113626 (two separate issues)

(In reply to comment #1)

fixed in r113628 and r113626 (two separate issues)

Deployed.

The article title is now correctly appended to CTA events but some events still miss it:

*-edit_tab_link-click
*-section_edit_link-click

This should be fixed as soon as possible: the log is still incomplete and we have few days of data collection before the next deployment scheduled on March 21.

I also requested to append rev_id to the article_title (pipe-separated) for all *-edit_success-* events. Adding a note to this ticket to keep track of this request.

elizabeth wrote:

last rev_id fix is in r113858 - that should get rev_id on everything