Skip to content

Commit 9ed7bbe

Browse files
Merge pull request #1306 from Turbo87/remove-analytics
Remove Google Analytics
2 parents e8338b5 + ea0f2a7 commit 9ed7bbe

File tree

5 files changed

+9
-731
lines changed

5 files changed

+9
-731
lines changed

app/mixins/google-pageview.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/router.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import EmberRouter from '@ember/routing/router';
22
import config from './config/environment';
3-
import googlePageview from './mixins/google-pageview';
43
import RouterScroll from 'ember-router-scroll';
54

6-
const Router = EmberRouter.extend(googlePageview, RouterScroll, {
5+
const Router = EmberRouter.extend(RouterScroll, {
76
location: config.locationType,
87
rootURL: config.rootURL
98
});

config/environment.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ module.exports = function(environment) {
2424
// Here you can pass flags/options to your application instance
2525
// when it is created
2626
},
27-
metricsAdapters: [{
28-
name: 'GoogleAnalytics',
29-
environments: ['production'],
30-
config: {
31-
id: 'UA-58390457-3'
32-
}
33-
}]
3427
};
3528

3629
if (environment === 'development') {

0 commit comments

Comments
 (0)