Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Jul 5, 2018
1 parent 38d4826 commit 3c45e71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/web/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export const environment: AppCfg = {
level: LogLevels.debug
},
gtag: {
// tracking is enabled
isEnabled: true,
// google tracking id (UA-XXXXX-Y)
trackingId: 'UA-123456-2',
// track page view on start
Expand Down
2 changes: 2 additions & 0 deletions apps/web/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export const environment: AppCfg = {
level: LogLevels.debug
},
gtag: {
// tracking is enabled
isEnabled: true,
// google tracking id (UA-XXXXX-Y)
trackingId: 'UA-123456-2',
// track page view on start
Expand Down
2 changes: 1 addition & 1 deletion pkgs/gtag/src/gtag.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class GtagCfg {
// google tracking id (UA-XXXXX-Y)
trackingId: string;
// track page view on start
routeChangeTrackinging?: boolean;
routeChangeTracking?: boolean;
// tracking gtag.js URL
gtagUrl?: string;
// more optional parameters
Expand Down

0 comments on commit 3c45e71

Please sign in to comment.