n2lose
n2lose

Reputation: 141

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.

Upvotes: 3

Views: 7872

Answers (2)

Murtza Manzur
Murtza Manzur

Reputation: 1214

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

Upvotes: 1

Thomas
Thomas

Reputation: 2466

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.

Upvotes: 3

Related Questions