0.0.7 • Published 6 years ago

multiplytix-landen v0.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Multiplytix Landen integration

NPM

Append this script tag and piece of code before you close the <body> tag

<script src='https://unpkg.com/multiplytix-landen@0.0.7/build/index.js' async></script>
<script>
  function initMultiplytix() {
    new MultiplytixLanden({
      google_analytics: <GOOGLE_ID>,
      facebook_pixel: <FACEBOOK_PIXEL_ID>,
      mixpanel: <MIXPANEL_ID>,
    })
  }
  window.addEventListener('load', initMultiplytix)
</script>

You're done 🎉

Check the example for reference.

Landen Events 🎭

Check out the Multiplytix Landen tracking plan, to see which kinds of conversion events are supported out of the box.

Custom events api 🛂

If you wish to implement additional conversion events yourself, use the window.multiplytix instance to dispatch events and pageviews, like so:

window.multiplytix && window.multiplytix.event(
  'CustomConversionEvent', // event
  { progress: '95%' }      // properties
})

License

MIT, (c) Cofab 2018

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago