Skip to content

Commit

Permalink
58 add zoho page sense to sommer lawn (#61)
Browse files Browse the repository at this point in the history
* Add Zoho PageSense snippet

* try deleting google tag snippet to get page sense working

* Remove zoho page sense to restore salesIQ
  • Loading branch information
evanharmon1 authored Dec 18, 2024
1 parent 4f4fb0d commit 8ae7aaa
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/layouts/base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ const { frontmatter, schema = 'WebPage' } = Astro.props
<!doctype html>
<html lang='en' itemscope itemtype={`https://schema.org/${schema}`}>
<head>
<!-- Zoho PageSense Snippet -->
<script src="https://cdn.pagesense.io/js/dundermifflin/33bf04a325e64834b855093d1cb2432c.js"></script>
<!-- End Zoho PageSense Snippet -->
<!-- Google tag manager (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FLZ7TYS7JP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-FLZ7TYS7JP');
</script>
<!-- End Google Tag Manager -->

<meta charset='UTF-8' />
<!-- <meta
Expand Down

0 comments on commit 8ae7aaa

Please sign in to comment.