diff --git a/src/analytics-module.js b/src/analytics-module.js
index 51181a1b..ff42c5c1 100644
--- a/src/analytics-module.js
+++ b/src/analytics-module.js
@@ -20,6 +20,18 @@ module.exports = () => ({
name: 'facebook-domain-verification',
content: 'll8iy5eqaqpremxnd6bo2qg2qjxrtj',
},
+ },
+ {
+ tagName: 'script',
+ innerHTML: `
+
+
+
+ `
}
],
preBodyTags: [
@@ -38,8 +50,15 @@ module.exports = () => ({
`
+ },
+ {
+ tagName: 'noscript',
+ innerHTML: `
+
+ `
}
],
};
},
-});
\ No newline at end of file
+});