# Why does Discourse not use the «Enhanced Link Attribution» Google Analytics feature?

**URL:** <https://meta.discourse.org/t/why-does-discourse-not-use-the-enhanced-link-attribution-google-analytics-feature/57821>\
**Category:** Feature\
**Created:** [2017年二月23日 04:30 UTC](https://meta.discourse.org/t/why-does-discourse-not-use-the-enhanced-link-attribution-google-analytics-feature/57821 "2017-02-23T04:30:34Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![dmitry\_fedyuk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dmitry_fedyuk/32/293153_2.png) [@dmitry\_fedyuk](https://meta.discourse.org/u/dmitry_fedyuk)\
**Post date:** [2017年二月23日 04:30 UTC](https://meta.discourse.org/t/why-does-discourse-not-use-the-enhanced-link-attribution-google-analytics-feature/57821/1 "2017-02-23T04:30:34Z")

</div>

> **[Google Analytics  |  Google for Developers](https://developers.google.com/analytics/legacy/universal-analytics)**

> The following code shows how to load the enhanced link attribution plugin:
> 
> ```plaintext
> 
> ```

ga(‘create’, ‘UA-XXXXX-Y’, ‘auto’);  
ga(‘require’, ‘linkid’);  
ga(‘send’, ‘pageview’);

```plaintext

As I see, Discourse currently does not use this feature:

<img src="//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/3X/f/4/f4b04d2d31e03637d76ffa9de10a5d53fe4cac61.png" width="592" height="143">
```
