Tracking clicks on a non-Marketo landing page.

Anonymous
Not applicable

Tracking clicks on a non-Marketo landing page.

We have tried to track clicks on a non-Marketo landing page 2 different ways with no success.

Test one: The munchkin code is on the non-Marketo landing page and the CTA on the page leads to a PDF hosted in Marketo. This failed to track the click on the CTA.

Option one: The munchkin code is on the non-Marketo landing page and the CTA on the page leads to a PDF hosted in on our side. This failed to track the click on the CTA.

Can you track clicks on a non-Marketo landing page?

Is the only solution to track the click on a non-Marketo landing page to build a second landing page (with the munching code on it) that will host or confirm the action taken by the user and then track the visit to that page as the click? 
2 REPLIES 2
Anonymous
Not applicable

Re: Tracking clicks on a non-Marketo landing page.

Here's what you would need to implement to track clicks to a PDF in Marketo:

1 - Load Marketo's Munchkin tracking code on the page that links to the PDF
2 - When a user clicks on the link to the PDF, Munchkin's Click Link method needs to be called

Ask your developer to bind an event handler to the "click" event. This event handler will then trigger the Click Link Munchkin method.
Anonymous
Not applicable

Re: Tracking clicks on a non-Marketo landing page.

Awesome, I have passed this info to our developer and at first glance looks like this might be  the solution to our problem.

Thanks