Tracking Tokens to Calendly | Community
Skip to main content
Megan_Messerly
Level 2
February 16, 2018
Question

Tracking Tokens to Calendly

  • February 16, 2018
  • 1 reply
  • 4125 views

When someone clicks the token link in one of my drip emails, it takes them to Calendly to schedule a call with one of our sales team members. I want to track which email drip is resulting in calls scheduled- is there a way to map this with a token? I have the Zapier integration, but am unsure of what kind of field I'd need to create in either Calendly or Marketo.

Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
February 16, 2018

When someone clicks a Calendly link, it automatically stores these query params as part of the event:

  • utm_campaign
  • utm_term
  • utm_content
  • utm_source
  • salesforce_uuid
  • utm_medium

There are at least 4 ways to use this information in Marketo w/Zapier:

[1] in a Marketo "Create or Upload Lead" action you can tell it to map those fields back to Marketo fields.  I would recommend your Marketo fields be string fields like LastCalendlyCampaign, LastCalendlySource, etc. since they will be overwritten.

[2] use a Marketo "Add Lead to List" action but condition it on a Zapier filter, so you add to a specific list based on Calendly information:

[3] use the other Zapier actions, like Formatter, to translate the UTM codes into List IDs, then use "Add Lead to List"

[4] other methods, like calling a webhook to simulate a Marketo form post

Megan_Messerly
Level 2
February 16, 2018

Thank you! I'm not sure the UTM params will work on a token- the links to the Calendly calendars are pulled in from Salesforce based on lead owner. Is there an easy way to append UTM params on a token?

SanfordWhiteman
Level 10
February 16, 2018

Is there an easy way to append UTM params on a token?

Sure, just add another token or hard-code them. You already have to be building out the link, right?

https://{{lead.leadOwnerCalendlyLink}}?{{my.utmBlock}}

https://{{lead.leadOwnerCalendlyLink}}?utm_campaign=suchandsuch