From d74d9caf78f69351b5850abe79a7dfd9ac649750 Mon Sep 17 00:00:00 2001 From: Tim Kern Date: Thu, 21 Apr 2022 10:41:08 -0500 Subject: [PATCH] Added Linkedin Ads Insight tag (#5276) * Added Linkedin Ads Insight tag Added Linkedin conversion tracking tag so we can track schedule demo as a converison * Bring changes from #5277 and #5278 into this PR Co-authored-by: eashaw --- website/views/layouts/layout-customer.ejs | 19 +++++++++++++++++++ website/views/layouts/layout-landing.ejs | 19 +++++++++++++++++++ website/views/layouts/layout.ejs | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/website/views/layouts/layout-customer.ejs b/website/views/layouts/layout-customer.ejs index 319085d312..3aa3b6776a 100644 --- a/website/views/layouts/layout-customer.ejs +++ b/website/views/layouts/layout-customer.ejs @@ -125,6 +125,25 @@ <%/* Stripe.js */%> + <%/* Linkedin Ads Insight tag */%> + + + <% /* Delete the global `self` to help avoid client-side bugs. (see https://developer.mozilla.org/en-US/docs/Web/API/Window/self) */ %> diff --git a/website/views/layouts/layout-landing.ejs b/website/views/layouts/layout-landing.ejs index 81c1a96c75..68fd77d339 100644 --- a/website/views/layouts/layout-landing.ejs +++ b/website/views/layouts/layout-landing.ejs @@ -127,6 +127,25 @@ <%/* Stripe.js */%> + <%/* Linkedin Ads Insight tag */%> + + + <% /* Delete the global `self` to help avoid client-side bugs. (see https://developer.mozilla.org/en-US/docs/Web/API/Window/self) */ %> diff --git a/website/views/layouts/layout.ejs b/website/views/layouts/layout.ejs index f3626d6446..b88e2a538c 100644 --- a/website/views/layouts/layout.ejs +++ b/website/views/layouts/layout.ejs @@ -283,6 +283,25 @@ <%/* Stripe.js */%> + <%/* Linkedin Ads Insight tag */%> + + + <% /* Delete the global `self` to help avoid client-side bugs. (see https://developer.mozilla.org/en-US/docs/Web/API/Window/self) */ %>