From 2fa12be3599194bd0558badcbce17a6c5a0d4ddc Mon Sep 17 00:00:00 2001 From: Johan Gunawan Date: Mon, 23 Jan 2023 09:45:43 -0500 Subject: [PATCH] SSR-235 --- src/ux-components/text-link/text-link.vue | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/ux-components/text-link/text-link.vue b/src/ux-components/text-link/text-link.vue index 1e22e2b0..49d08ffb 100644 --- a/src/ux-components/text-link/text-link.vue +++ b/src/ux-components/text-link/text-link.vue @@ -11,10 +11,6 @@ {{text}} - - {{text}} - - {{text}} @@ -33,6 +29,12 @@ }, methods: { handleClick(event) { + this.pushEventToGA( + this.$route.query[this.queryStrings.ISS_PAGE], + this.GaActions.CLICKED, + this.text, + true + ); this.$emit("click-event"); }, }, @@ -41,10 +43,9 @@ \ No newline at end of file