Page MenuHomePhabricator

Track viewport sizes with banner names
Closed, ResolvedPublic1 Estimated Story Points

Description

Currently, for the general viewport tracking we're using viewport_tracking. During the ramp-up for the campaign (while only 2% of visitors see banners), this should be BANNERNAME-viewport-tracking

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Tim_WMDE set the point value for this task to 1.Sep 3 2019, 7:04 AM
Tim_WMDE subscribed.

Is this not implicit by the time of the tracking? I guess I see how it can be more convenient though, so here's the change either way:

https://github.com/wmde/fundraising-banners/pull/231

@Tim_WMDE just for the reasoning:

  • impressions of different banner tests on the same day (one ends, one starts) are not possible to seperate without tracked banner names
  • moreover there are use cases where it is important to separate impression data of ctrl and var banners for the analysis

The code change is ready and accepted in https://github.com/wmde/fundraising-banners/pull/231

However, before the campaign we should remove the viewport tracking.
@kai.nissen @tmletzko Can you put that on your "Things to do before the campaign starts" checklist?

as discussed, is it possible to activate this tracking if needed? so, per default, it is deactivated but e.g. for a resposive banner (when analyzing this would be helpful) we would activate it?