multiplytix-landen

0.0.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i multiplytix-landen

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

217 kB

Total Files

9

Last publish

Collaborators

  • some1else