From 0268818fbb0e74427f0de06885555dad70b31b20 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 12 Jun 2017 15:33:31 -0700 Subject: [PATCH] build(aio): update Google Analytics property id for the prod environment This is the same property ID as the one used by the current angular.io. --- aio/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/environments/environment.prod.ts b/aio/src/environments/environment.prod.ts index c81ba25ab9..f87f947c47 100644 --- a/aio/src/environments/environment.prod.ts +++ b/aio/src/environments/environment.prod.ts @@ -1,4 +1,4 @@ export const environment = { - gaId: 'UA-8594346-26', // TODO: this is for the staging site; reset to correct account + gaId: 'UA-8594346-15', production: true };