Skip to content

Commit

Permalink
update GA code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyManetov committed Sep 27, 2023
1 parent d83ec2e commit b672206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const router = new Router6AdaptedRouter(router6);
// __COMMIT_HASH__ will be replaced to a real string by Webpack
(window as any).BUILD_INFO = { hash: __COMMIT_HASH__ };

const GA_CODE = 'UA-132675234-1';
const GA_CODE = 'G-Q5ZD7N55ML';
const isProduction = /uui.epam.com/.test(window.location.hostname);
const AMP_CODE = isProduction ? '94e0dbdbd106e5b208a33e72b58a1345' : 'b2260a6d42a038e9f9e3863f67042cc1';

Expand Down

0 comments on commit b672206

Please sign in to comment.