@financial-times/flourish-receive-custom-analytics
v1.2.1
Published
Subscribes to click events analytics data from custom Flourish template iframe
Downloads
1,740
Maintainers
Keywords
Readme
Flourish receive custom analytics
This is a small package which subscribes to messages from a child custom Flourish template iframe.
Example usage
import customFlourishAnalytics from 'flourish-receive-custom-analytics';
const cb = (data) => {
// Do something with the data
}
customFlourishAnalytics.init(cb);