Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFacebookTrackEventData

Hierarchy

  • IFacebookTrackEventData

Index

Properties

Properties

Optional event

event: "ViewContent" | "Search" | "AddToCart" | "AddToWishlist" | "InitiateCheckout" | "AddPaymentInfo" | "Purchase" | "CompleteRegistration" | string

The set of events that are supported by the Facebook tracking pixel

Optional parameters

parameters: object

The parameters object that is supported by the Facebook tracking pixel

Type declaration

  • [customValue: string]: string
  • Optional content_category?: string
  • Optional content_ids?: string
  • Optional content_name?: string
  • Optional content_type?: string
  • Optional contents?: string
  • Optional currency?: string
  • Optional num_items?: string
  • Optional search_string?: string
  • Optional status?: string
  • Optional value?: string

Generated using TypeDoc