Skip to content

nabeel-v/facebook-tracking-pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Tracking Pixel

React JS wrapper for Facebook's Pixel

Install

npm install --save facebook-tracking-pixel

or

yarn add facebook-tracking-pixel

How to use

import { initialize } from 'facebook-tracking-pixel';


initialize('yourPixelIdGoesHere');

track('event');For tracking default events. More info about standard events: https://developers.facebook.com/docs/facebook-pixel/implementation/conversion-tracking#standard-events
trackCustom(event, data); // For tracking custom events. More info about custom events: https://developers.facebook.com/docs/facebook-pixel/implementation/conversion-tracking#custom-events

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published