load
Loads a package. Brytelytics packages are encapsulations of rules, objects, and events that create business rules boundaries for the API when scoring leads and predicting user behaviors.
| Field | Type | Required | Description |
|---|---|---|---|
packageURL | string | Yes | The URL of the package to load. |
This function is not necessary for server-side code. It's specifically a feature of the Brytecore official libraries.
1/* brytescore load syntax */23var packageURL = "https://cdn.brytecore.com/packages/realestate/package.json";45brytescore( "load", packageURL );
Updated July 25, 2026