Telivy
Telivy
Telivy
Telivy
Telivy
Telivy
Telivy
Telivy

Track Submissions with UTM Source

Understand where leads are coming from

Once the lead magnet is set up in multiple marketing campaigns (ex. email, website, facebook, etc), it is crucial to track where the submissions are coming in from. This allows you to understand campaigns' performances and how they can be refined. The steps to track submissions will differ based on the configuration method -

Track with the Easy-Go link

Append utmSource to your link's query params. Ex. if the campaign's name is 'facebook-campaign-2', append it to the link like this: 

https://portal.telivy.com/start/{unique-account-id}?utmSource='facebook-campaign-2'

Track with custom form

Append utmSource to the body. Ex. if the campaign's name is 'facebook-campaign-2', insert this code to the custom form: 

...

formData.append("agentId", {AGENT_ID});

formData.append("utmSource", "facebook-campaign-2");

...

View on Dashboard

Upon submission, the UTM Source Column will display the source value you configured above - 

Image alt text
Image alt text
Last Updated On 2024-04-10
Was this page helpful?
Last Updated On 2024-04-10
Was this page helpful?

Track Submissions with UTM Source

Understand where leads are coming from

Once the lead magnet is set up in multiple marketing campaigns (ex. email, website, facebook, etc), it is crucial to track where the submissions are coming in from. This allows you to understand campaigns' performances and how they can be refined. The steps to track submissions will differ based on the configuration method -

Track with the Easy-Go link

Append utmSource to your link's query params. Ex. if the campaign's name is 'facebook-campaign-2', append it to the link like this: 

https://portal.telivy.com/start/{unique-account-id}?utmSource='facebook-campaign-2'

Track with custom form

Append utmSource to the body. Ex. if the campaign's name is 'facebook-campaign-2', insert this code to the custom form: 

...

formData.append("agentId", {AGENT_ID});

formData.append("utmSource", "facebook-campaign-2");

...

View on Dashboard

Upon submission, the UTM Source Column will display the source value you configured above - 

Image alt text
Image alt text
Last Updated On 2024-04-10}
Was this page helpful?
Last Updated On 2024-04-10}
Was this page helpful?

Track Submissions with UTM Source

Understand where leads are coming from

Once the lead magnet is set up in multiple marketing campaigns (ex. email, website, facebook, etc), it is crucial to track where the submissions are coming in from. This allows you to understand campaigns' performances and how they can be refined. The steps to track submissions will differ based on the configuration method -

Track with the Easy-Go link

Append utmSource to your link's query params. Ex. if the campaign's name is 'facebook-campaign-2', append it to the link like this: 

https://portal.telivy.com/start/{unique-account-id}?utmSource='facebook-campaign-2'

Track with custom form

Append utmSource to the body. Ex. if the campaign's name is 'facebook-campaign-2', insert this code to the custom form: 

...

formData.append("agentId", {AGENT_ID});

formData.append("utmSource", "facebook-campaign-2");

...

View on Dashboard

Upon submission, the UTM Source Column will display the source value you configured above - 

Image alt text
Image alt text
Last Updated On 2024-04-10
Was this page helpful?
Last Updated On 2024-04-10
Was this page helpful?
ON THIS PAGE
Track with the Easy-Go link
Track with custom form
View on Dashboard
Back to top