Marketoトラッキングの訪問者、電子メール、ホワイトペーパー、ウェビナーなどを実装する方法を調査しています。調査は行っていますが、インストールスクリプトマンチカンは知っていますが、どのように機能させるかわかりません。誰かが私がそれについてもっと理解するのを手伝ってくれるでしょうか?どうもありがとう。
7806 次
2 に答える
3
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.
于 2012-07-23T15:32:30.833 に答える