Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement Marketo tracking code

I'm investigating how to implement Marketo tracking visitor, email, white-paper, webinar,... I have research about it, but i just know install script munchkin, but i don't know how to get it works? Anybody could help me understand more about it? Thanks a lot.

like image 819
n2lose Avatar asked Apr 15 '26 23:04

n2lose


2 Answers

If I am understanding you correctly you want to insert the marketo "munchin api" script into the footer of your document as you would with Google analytics.

<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script> 
<script>mktoMunchkin("YOUR ID HERE");</script>

You can get this code by logining into Marketo, going to "admin" in the top right, than going to "munchkin setup" in the left navigation bar. You can will see your code which you can copy and paste into the footer. This is all outlined on this marketo setup guide.

Hope this helps.

like image 102
Thomas Avatar answered Apr 23 '26 08:04

Thomas


Marketo developer evangelist here. We document how to implement Munchkin, which is Marketo's tracking code, on our developer's site.

like image 43
Murtza Manzur Avatar answered Apr 23 '26 08:04

Murtza Manzur