From 16d02c9d8b9926253b5d1088140eee211a2ffbf0 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Fri, 9 Apr 2021 09:37:27 +0100 Subject: [PATCH] Merge pull request #3882 from overleaf/ab-wfh-ga-events Add new GA events to WFH2021 links GitOrigin-RevId: 939f589c359a97b794eceb8e493cccd95ec1913a --- services/web/app/views/project/list/notifications.pug | 2 +- services/web/app/views/project/list/side-bar.pug | 2 +- services/web/app/views/subscriptions/plans.pug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/app/views/project/list/notifications.pug b/services/web/app/views/project/list/notifications.pug index 9b8e804b0e..ff17b75b18 100644 --- a/services/web/app/views/project/list/notifications.pug +++ b/services/web/app/views/project/list/notifications.pug @@ -244,7 +244,7 @@ include ../../_mixins/reconfirm_affiliation .notification-body span To help you work from home throughout 2021, we're providing discounted plans and special initiatives. .notification-action - a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021") Upgrade + a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021" event-tracking="Event-Pages" event-tracking-trigger="click" event-tracking-ga="WFH-Offer-Click" event-tracking-label="Dash-Banner") Upgrade .notification-close button(ng-click="dismiss()").close.pull-right span(aria-hidden="true") × diff --git a/services/web/app/views/project/list/side-bar.pug b/services/web/app/views/project/list/side-bar.pug index e252feb329..da5e839b27 100644 --- a/services/web/app/views/project/list/side-bar.pug +++ b/services/web/app/views/project/list/side-bar.pug @@ -146,4 +146,4 @@ if (showUserDetailsArea) hr p.small To help you work from home throughout 2021, we're providing discounted plans and special initiatives. p - a(href="https://www.overleaf.com/events/wfh2021").btn.btn-primary Upgrade + a(href="https://www.overleaf.com/events/wfh2021" event-tracking="Event-Pages" event-tracking-trigger="click" event-tracking-ga="WFH-Offer-Click" event-tracking-label="Dash-Sidebar").btn.btn-primary Upgrade diff --git a/services/web/app/views/subscriptions/plans.pug b/services/web/app/views/subscriptions/plans.pug index f33e2eabae..13547ff328 100644 --- a/services/web/app/views/subscriptions/plans.pug +++ b/services/web/app/views/subscriptions/plans.pug @@ -22,7 +22,7 @@ block content .notification-body span To help you work from home throughout 2021, we're providing discounted plans and special initiatives. .notification-action - a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021") Upgrade + a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021" event-tracking="Event-Pages" event-tracking-trigger="click" event-tracking-ga="WFH-Offer-Click" event-tracking-label="Plans-Banner") Upgrade main.content-page .plans(ng-controller="PlansController") .container(ng-cloak)