Browse Source

replaced gtag id

tags/1.0.3
Alej 3 years ago
parent
commit
a5da21ee6e
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      vue-theme/index.php

+ 3
- 2
vue-theme/index.php View File

@@ -2,14 +2,15 @@
2 2
 <html <?php language_attributes(); ?>>
3 3
     <head>
4 4
         <!-- Google tag (gtag.js) -->
5
-        <script async src="https://www.googletagmanager.com/gtag/js?id=AW-10996061145"></script>
5
+        <script async src="https://www.googletagmanager.com/gtag/js?id=GT-55XG6M7"></script>
6 6
         <script>
7 7
         window.dataLayer = window.dataLayer || [];
8 8
         function gtag(){dataLayer.push(arguments);}
9 9
         gtag('js', new Date());
10 10
 
11
-        gtag('config', 'AW-10996061145');
11
+        gtag('config', 'GT-55XG6M7');
12 12
         </script>
13
+
13 14
         <title><?php wp_title(); ?></title>
14 15
         <meta charset="<?php bloginfo( 'charset' ); ?>">
15 16
         <meta name="viewport" content="width=device-width, initial-scale=1">

Loading…
Cancel
Save