Tracking URLs Through Marketo | Community
Skip to main content
Kevin_Keefe
Level 2
October 24, 2017
Question

Tracking URLs Through Marketo

  • October 24, 2017
  • 1 reply
  • 3163 views

So we have links that were created through our old CRM and are now dead, but they we created specifically for the purpose of tracking activity.

The links are built into an .exe which customers install onto a piece of software and they allow the user to click on a link inside the software UI and reach someone in our support or interact with out social media and so on.

I am trying to recreate those links, which don't need to be vanity URLs but track the activity with them through Marketo.

I know I could do this in GA as well, but for reporting purposes it makes sense to keep things together.

I don't see anywhere in Marketo documentation that explains how to create a tracking URL that's not tied to a form or landing page so here I ask.


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
October 24, 2017

Any URL that links to a Munchkin-enabled page will result in a Visits Web Page. However, on its own, that visit will be anonymous unless the Munchkin session is already associated with a lead.

When you say "vanity URL," that's a bit vague: if you want the URL to carry identifying information for the lead, then it must to be personalized to some degree, for example by including the Email address of the lead as a query parameter. You can also use the Marketo pURL feature and append /{{Lead.Marketo Unique Code}} or /{{Lead.Marketo Unique Name}} to the path, which has the advantage of continuing to function even if the person's email address changes over time.

Kevin_Keefe
Level 2
October 26, 2017

Thanks very much!