You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JS kits are automatically included with your mParticle.js file when loading mParticle via the [snippet](https://docs.mparticle.com/developers/sdk/web/getting-started/#add-the-sdk-snippet).
5
+
6
+
If loading mParticle via [npm](https://docs.mparticle.com/developers/sdk/web/self-hosting/), you will have to manually include the Rokt kit via npm.
7
+
8
+
```
9
+
npm i @mparticle/web-rokt-kit
10
+
```
11
+
12
+
# License
13
+
14
+
Copyright 2025 mParticle, Inc.
15
+
16
+
Licensed under the Apache License, Version 2.0 (the "License");
17
+
you may not use this file except in compliance with the License.
18
+
You may obtain a copy of the License at
19
+
20
+
http://www.apache.org/licenses/LICENSE-2.0
21
+
22
+
Unless required by applicable law or agreed to in writing, software
23
+
distributed under the License is distributed on an "AS IS" BASIS,
24
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+
See the License for the specific language governing permissions and
0 commit comments