Page MenuHomePhabricator

Embed web analytics script into pages of wikipedia.de
Closed, DeclinedPublic

Description

As a product manager,
I want to know more about how the page is being interacted with,
so that I can optimize the user experience.

We want to get more insight into the visitor base of wikipedia.de.

Acceptance Criteria:

  • The analytics tag is added to the following files:
    • index.php
    • properties.php
    • imprint.html
    • about.html

Background:
Currently, we let Piwik process the access logs of the web service. This approach leads to a delay in data availability and the data being not as rich (e. g. a lot of data regarding the clients' system configuration is missing).

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116517615-1"></script>
<script>
	window.dataLayer = window.dataLayer || [];
	function gtag(){dataLayer.push(arguments);}
	gtag('js', new Date());

	gtag('config', 'UA-116517615-1');
</script>

Related Objects

StatusSubtypeAssignedTask
DeclinedNone
DeclinedNone

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
kai.nissen renamed this task from Embed web analytics script into pages to Embed web analytics script into pages of wikipedia.de.Mar 27 2018, 3:25 PM