add GA back

This commit is contained in:
Phu Pham
2023-06-02 11:39:50 -04:00
parent f74a9741f1
commit f388951c9d

View File

@@ -5,8 +5,8 @@
// Options
const options = {
analyticsConfig: [
// { name: 'ga', id: 'UA-45576805-2' },
// { name: 'gtm', id: 'GTM-THHW334' },
{ name: 'ga', id: 'UA-45576805-2' },
{ name: 'gtm', id: 'GTM-KCQZ3L8' },
],
analyticsName: 'Feedback Widget Tracker',
theme: 'xrpl',
@@ -16,4 +16,4 @@
// Init WidgetClass
const r = new WidgetClass(options);
</script>
</script>