From f388951c9d4950124e51bc7b3c9e0fc7438a83bb Mon Sep 17 00:00:00 2001 From: Phu Pham Date: Fri, 2 Jun 2023 11:39:50 -0400 Subject: [PATCH] add GA back --- template/component-feedback-widget.html.jinja | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/component-feedback-widget.html.jinja b/template/component-feedback-widget.html.jinja index 1851bfad4a..375afd47eb 100644 --- a/template/component-feedback-widget.html.jinja +++ b/template/component-feedback-widget.html.jinja @@ -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); - + \ No newline at end of file