mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
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:
parent
0d30854121
commit
cae7987fe3
1 changed files with 1 additions and 1 deletions
2
website/views/pages/pricing.ejs
vendored
2
website/views/pages/pricing.ejs
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue