Google Analytics gTag WP theme

functions.php

function dodaj_wlasne_skrypty_js_do_stopki() {
    wp_enqueue_script('analitics1', "https://www.googletagmanager.com/gtag/js?id=G-0NE58HHDK8", array(), '1.0', true);
    wp_enqueue_script('analitics2', get_stylesheet_directory_uri() . '/js/gtag.js', array(), '1.0', true);
}

add_action('wp_enqueue_scripts', 'dodaj_wlasne_skrypty_js_do_stopki');

/js/gtag.js

  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-0NE58HHDK8');// Tutaj identyfikator śledzenia