mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 12:05:39 -05:00
* feat(client): add ES GTM id * Update client/src/analytics/index.ts Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
6 lines
185 B
JavaScript
6 lines
185 B
JavaScript
exports.prodAnalyticsId = 'GTM-57R6KJM';
|
|
exports.devAnalyticsId = 'GTM-WSS47LM';
|
|
|
|
// this id includes a stream for the spanish learn platform
|
|
exports.prodAnalyticsESId = 'GTM-KCS6GSD';
|