Tracking parameters

You want to track parameters for various reasons. Let's say you have two leads—one from Chase Bank and the other from Nike. You want to email them your scheduling link to schedule a meeting. However, whenever they schedule a meeting, you want to have a reference for yourself. Let's say you are using a CRM system, and the " Lead IDs " for the two leads are 45783 and 87634.

In this case, the link you should send to your leads should look like the one below.

https://spinkar.neetocal.com/meet?lead_id=45783

When your lead books a meeting then you will see that "Lead ID" is 45783 and that will help provide reference for the call.

Checkout the video mentioned below to learn step by step how to do it.

UTM parameters

UTM parameters are variants of URL parameters used by marketers to track the effectiveness of an online campaign. utm_content, utm_medium, utm_source, utm_campaign and utm_term are the variants.

https://example.com/page?utm_content=textlinkutm_medium=social&utm_source=twitter

Tracking UTM parameters

We can use UTM parameters in the booking form page with the help of the field codes feature in NeetoCal. Note that this field should be "hidden" so that the clients do not need to fill this field.