11 lines
291 B
JavaScript
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');
|