hof 20.2.6 → 20.2.8
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/ga-tag.js +1 -1
- package/package.json +1 -1
package/lib/ga-tag.js
CHANGED
@@ -45,7 +45,7 @@ module.exports = (app, config) => {
|
|
45
45
|
const gaCrossDomainTrackingTagId = config.gaCrossDomainTrackingTagId;
|
46
46
|
const routes = config.routes;
|
47
47
|
|
48
|
-
if (gaTagId) {
|
48
|
+
if (gaTagId || ga4TagId) {
|
49
49
|
const pageMap = setupPageMap(routes);
|
50
50
|
|
51
51
|
app.use((req, res, next) => {
|