zephyr/doc/static/ga-tracker.js
David B. Kinder aa9b602e00 doc: add google analytics tracking to docs
This adds code to each page needed for gathering google analytics
tracking data to the LF-provided Global site tag.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-06-06 20:29:07 -04:00

11 lines
291 B
JavaScript

// <!-- Global site tag (gtag.js) - Google Analytics -->
// Copyright (c) 2019, Intel Corporation
// SPDX-License-Identifier: Apache-2.0
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-831873-47');