1.5.0 • Published 7 years ago

bing-pixel v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

bing-pixel

Super minimal implementation for bing pixel.

    ...
    const Bing = createBingPixel(BING_ID, { debug: true });
    ...

    componentDidMount() {
        Bing.init();
    }

    componentDidUpdate(prevProps, prevState) {
        Bing.pageLoad();
    }

    ...
        const conversion = {
            value: 1,
            currency: "EUR"
        };

        <button onClick={ () => Bing.conversion(conversion) }>
            Track conversion!
        </button>
    ...
1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago