pathfora.install Plugin
Download and install the Pathfora SDK automatically
pathfora.install plugin
pathfora.install pluginDownload and install the Pathfora SDK.
| Pathfora install |
|---|
namespace pathfora.install |
| SDK installer |
| disabled by default |
Configuration
pathfora: {
install: {
disabled: true,
sdk: {
disabled: true,
loaded: false,
src: 'https://c.lytics.io/static/pathfora.min.js'
},
css: {
disabled: true,
loaded: false,
src: undefined
}
}
}pathfora.install.disabled
pathfora.install.disabled- Type
boolean - Optional
- Defaults to
true
Set disabled to false to enable this plugin.
pathfora.install.sdk.disabled
pathfora.install.sdk.disabled- Type
boolean - Optional
- Defaults to
true
Set disabled to false to automatically install the Pathfora JavaScript SDK.
pathfora.install.css.disabled
pathfora.install.css.disabled- Type
boolean - Optional
- Defaults to
true
Set disabled to false to automatically install the Pathfora Stylesheets.
Advanced options
Advanced options generally do not need to be configured.
pathfora.install.sdk.src
pathfora.install.sdk.src- Type
string - Optional
- Defaults to
"https://c.lytics.io/static/pathfora.min.js"
The location of the source code for the Pathfora JavaScript SDK.
pathfora.install.css.src
pathfora.install.css.src- Type
string - Optional
- Defaults to
undefined
The location of the source code for the Pathfora Stylesheets.
Learn more about configuration
Mechanism
This plugin works by appending script or link elements to the document and firing events notifying readiness of the requested resources.
Events
| Event | Fires when | Payload |
|---|---|---|
pathfora.install.succeeded | the install completed successfully | none |
pathfora.install.sdk.succeeded | the Pathfora JavaScript SDK is ready | none |
pathfora.install.css.succeeded | the Pathfora stylesheets are ready | none |
pathfora.install.done | after pathfora.install.succeeded | none |
Updated 13 days ago
