Note1: This task is for additional checking - given the limitation of betalabs eventlogging, it might be not an issue in production.
Note2: On mobile the link-click happens on the second second screen.
Checking actions for Impact module on Special:Homepage (the testing was done on cswiki betalabs) it seems that for mobile the only actions recorded in eventlogging were imrpession and close, i.e.
event.HomepageModule
{action: "impression", action_data: "", user_id: 54, user_editcount: 6, module: "impact", …}
action: "impression"
action_data: ""
homepage_pageview_token: "bgklh8b2gprcg8a72gfk78s4su142k38"
is_mobile: true
mode: "mobile-overlay"
module: "impact"
state: "activated"
user_editcount: 6
user_id: 54
event.HomepageModule
{action: "close", action_data: "", user_id: 54, user_editcount: 6, module: "impact", …}
action: "close"
action_data: ""
homepage_pageview_token: "40bup51uqfb9cjt58sur99kvk06f4euk"
is_mobile: true
mode: "mobile-overlay"
module: "impact"
state: "activated"
user_editcount: 6
user_id: 54For desktop all of the following link-click related events were recorded:
| action: "link-click" | action_data: "linkId=impact-article-title" |
| action: "link-click" | "linkId=impact-pageviews" |
| action: "link-click" | "linkId=impact-contributions" |