Socket
Book a DemoInstallSign in
Socket

fbq

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbq

Facebook pixel

0.1.4
latest
Source
npmnpm
Version published
Weekly downloads
3.3K
11.3%
Maintainers
1
Weekly downloads
 
Created
Source

fbq

Cleanly integrates facebook pixel into your projects.

Install

npm install --save fbq

Usage

Simple usecase

import { init, track } from 'fbq'

const pixel = 'xxxxxxxxxxxxxxx' // https://facebook.com/business/help/742478679120153

init(pixel)
track('PageView')

More complex usecase

import { init, track, trackCustom } from 'fbq'

const pixel = 'xxxxxxxxxxxxxxx' // https://facebook.com/business/help/742478679120153
const advancedMatching = {
    email: 'john@example.com',
    id: 'xxxxxxxxxxx'
} // https://www.facebook.com/business/help/611774685654668

const options = { 
    autoConfig: false
} // https://developers.facebook.com/docs/facebook-pixel/advanced#automatic-configuration

init(pixel)
track('PageView', advancedMatching, options)

API

Type aliases

  • TrackType

Functions

Type aliases

TrackType

Ƭ TrackType: "AddPaymentInfo" | "AddToCart" | "AddToWishlist" | "CompleteRegistration" | "Contact" | "CustomizeProduct" | "Donate" | "FindLocation" | "InitiateCheckout" | "Lead" | "Purchase" | "Schedule" | "Search" | "StartTrial" | "SubmitApplication" | "Subscribe" | "ViewContent" | "PageView"

Defined in index.ts:33

Functions

Const init

init(pixelId: string, advancedMatching: object, options: object): boolean

Defined in index.ts:4

Parameters:

pixelId: string

Default value advancedMatching: object= {}

Default value options: object= { autoConfig: true }

NameTypeDefault
autoConfigbooleantrue

Returns: boolean

Const track

track(trackType: TrackType, options?: any): boolean

Defined in index.ts:39

Parameters:

NameType
trackTypeTrackType
options?any

Returns: boolean

Const trackCustom

trackCustom<T>(trackType: T, options?: any): boolean

Defined in index.ts:49

Type parameters:

T: string

Parameters:

NameType
trackTypeT
options?any

Returns: boolean

License

License: MIT

Keywords

fbq

FAQs

Package last updated on 02 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.