瀏覽代碼

replaced gtag id

tags/1.0.3
Alej 3 年之前
父節點
當前提交
a5da21ee6e
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      vue-theme/index.php

+ 3
- 2
vue-theme/index.php 查看文件

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

Loading…
取消
儲存