Added utm_source tracking to calendly link (#5281)

Will allow us to track schedule demo submissions from pricing page by adding utm_source
This commit is contained in:
Tim Kern 2022-04-22 10:16:38 -05:00 committed by GitHub
parent 0d30854121
commit cae7987fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1240,7 +1240,7 @@
class="btn btn-block btn-lg btn-white my-3 mx-2"
purpose="animated-arrow-button"
target="_blank"
href="https://calendly.com/fleetdm/demo"
href="https://calendly.com/fleetdm/demo?utm_source=pricing+demo"
>Schedule a demo
</a>
</div>