Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marketo munchkin tracker integration request #63

Open
ThomasBush opened this issue Oct 28, 2015 · 0 comments
Open

Marketo munchkin tracker integration request #63

ThomasBush opened this issue Oct 28, 2015 · 0 comments

Comments

@ThomasBush
Copy link

I am currently using the following code, but I was wondering if there is a recommended setup.

<script type="text/javascript">
$.ajax({
  url: '//munchkin.marketo.net/munchkin.js',
  dataType: 'script',
  cache: true,
  success: function() {
    Munchkin.init('123-ABC-456', {asyncOnly: true});
  }
});
</script>

This code is placed in the body of each page, so I am essentially avoiding turbolinks, is this what everyone else is doing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant