diff options
Diffstat (limited to 'app.yaml')
| -rw-r--r-- | app.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,16 +1,15 @@ -service: tour +service: default runtime: go112 env_variables: GOLANGORG_CHECK_COUNTRY: true TOUR_ANALYTICS: | - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-11222381-5"></script> + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2502278-11"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} - gtag("js", new Date()); - gtag("config", "UA-11222381-5"); - gtag("config", "UA-49880327-6"); + gtag('js', new Date()); + gtag('config', 'UA-2502278-11'); </script> default_expiration: "7d" |
