facebook-analytics-capacitor
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@artisn/facebook-analytics-capacitor

Facebook analytics

Install

npm install facebook-analytics-capacitor
npx cap sync

API

logEvent(...)

logEvent(options: { event: string; valueToSum?: number; params?: Record<string, any>; }) => Promise<string>
Param Type
options { event: string; valueToSum?: number; params?: Record<string, any>; }

Returns: Promise<string>


Type Aliases

Record

Construct a type with a set of properties K of type T

{ [P in K]: T; }

Readme

Keywords

Package Sidebar

Install

npm i facebook-analytics-capacitor

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

18.6 kB

Total Files

25

Last publish

Collaborators

  • devops_trade