1.0.1 • Published 5 months ago

capacitor-facebook-pixel v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

capacitor-facebook-pixel

Capacitor facebook pixel

Install

npm install capacitor-facebook-pixel
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


logEvent(...)

logEvent(options: LogEventOptions) => Promise<string>
ParamType
optionsLogEventOptions

Returns: Promise<string>


logAddToCartEvent(...)

logAddToCartEvent(options?: LogAddToCartOptions | undefined) => Promise<string>
ParamType
optionsLogAddToCartOptions

Returns: Promise<string>


Interfaces

LogEventOptions

PropType
eventstring
paramsany

LogAddToCartOptions

PropType
paramsany
1.0.1

5 months ago

1.0.0

5 months ago

0.0.1

8 months ago