developing for plumb5 tracking
npm install plumb5-plugin-tracking
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
P5Initialize(options: { PLUMB5_ACCOUNT_ID: string; PLUMB5_API_KEY: string; PLUMB5_BASE_URL: string; }) => Promise<{ IsInitialized: boolean; }>
Param | Type |
---|---|
options |
{ PLUMB5_ACCOUNT_ID: string; PLUMB5_API_KEY: string; PLUMB5_BASE_URL: string; } |
Returns: Promise<{ IsInitialized: boolean; }>
P5Tracking(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
EventPost(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>