Website: add utm_source to calendly link (#7178)

This commit is contained in:
Eric 2022-08-11 19:09:25 -05:00 committed by GitHub
parent acf60189ff
commit d458d11048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ parasails.registerPage('new-license', {
clickScheduleDemo: async function() {
this.syncing = true;
// Note: we keep loading spinner present indefinitely so that it is apparent that a new page is loading
window.location = 'https://calendly.com/fleetdm/demo';
window.location = 'https://calendly.com/fleetdm/demo?utm_source=self+service+100';
},
clickResetForm: async function() {