@bliptarjs/sdk 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://bundlephobia.com/package/@bliptarjs/sdk)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
|
|
11
|
-
[Website](https://bliptar.com) · [Documentation](https://
|
|
11
|
+
[Website](https://bliptar.com) · [Documentation](https://bliptar.com/docs)
|
|
12
12
|
|
|
13
13
|
</div>
|
|
14
14
|
|
|
@@ -72,7 +72,7 @@ That's it! The SDK automatically fetches your campaigns and sets up triggers.
|
|
|
72
72
|
|
|
73
73
|
## How It Works
|
|
74
74
|
|
|
75
|
-
1. **Create campaigns** in the [Bliptar Dashboard](https://
|
|
75
|
+
1. **Create campaigns** in the [Bliptar Dashboard](https://bliptar.com)
|
|
76
76
|
2. **Configure triggers** – page view, scroll depth, time on page, exit intent, or custom events
|
|
77
77
|
3. **Add the SDK** to your app with your API key
|
|
78
78
|
4. **Done** – forms appear automatically based on your campaign rules
|
|
@@ -96,7 +96,7 @@ bliptar.identify('user-123', { plan: 'pro' });
|
|
|
96
96
|
bliptar.track('checkout_complete', { total: 99.99 });
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
For the full API reference, see the [Documentation](https://
|
|
99
|
+
For the full API reference, see the [Documentation](https://bliptar.com/docs).
|
|
100
100
|
|
|
101
101
|
---
|
|
102
102
|
|
|
@@ -204,7 +204,7 @@ import { createBliptar, BliptarConfig, BliptarInstance } from '@bliptarjs/sdk';
|
|
|
204
204
|
## Links
|
|
205
205
|
|
|
206
206
|
- [Website](https://bliptar.com)
|
|
207
|
-
- [Documentation](https://
|
|
207
|
+
- [Documentation](https://bliptar.com/docs)
|
|
208
208
|
- [npm](https://www.npmjs.com/package/@bliptarjs/sdk)
|
|
209
209
|
|
|
210
210
|
## License
|