0.0.18 • Published 6 years ago

multicat-landen v0.0.18

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

Multicat Landen integration

npm license

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

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

You're done 🎉

Check the example for reference.

Landen Events 🎭

Check out the Multicat Landen tracking plan, to see which kinds of conversion events Multicat supports out of the box.

Custom events API 🛂

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

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

License & Contributors

MIT © Cofab

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago