Skip to content

Commit dada616

Browse files
author
Ed Costello
committed
WEBSITE-628 add setAllowLinker to GA code
1 parent df0cd11 commit dada616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/mongodb/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
var _gaq = _gaq || [];
284284
_gaq.push(['_setAccount', 'UA-7301842-8']);
285285
_gaq.push(['_setDomainName', 'mongodb.org']);
286+
_gaq.push(['_setAllowLinker', true]);
286287
{%- if (pagename == "meta/401") or (pagename == "meta/403") or (pagename == "meta/404") or (pagename == "meta/410") %}
287288
_gaq.push(['_trackPageview', '/manual/{{pagename}}/?page=' + document.location.pathname + document.location.search + '&from=' + document.referrer]);
288289
{%- else %}

0 commit comments

Comments
 (0)