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
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,3 +188,28 @@ Currently, grouping is supported for:
188
188
## Publishing manifest file via CLI
189
189
190
190
1. Run `npm run uniform:publish` to publish the manifest with A/B testing and personalization configuration.
191
+
192
+
## Optional Integrations
193
+
194
+
### Uniform Insights
195
+
196
+
To enable [**Uniform Insights**](https://docs.uniform.app/docs/integrations/data/insights), add the following variables to your `.env` file:
197
+
198
+
```bash
199
+
UNIFORM_INSIGHTS_ENDPOINT=
200
+
UNIFORM_INSIGHTS_KEY=
201
+
```
202
+
203
+
> Refer to the [Uniform Insights documentation](https://docs.uniform.app/docs/integrations/data/insights) for detailed configuration and usage instructions.
204
+
205
+
---
206
+
207
+
### Google Analytics
208
+
209
+
To integrate [**Google Analytics**](https://docs.uniform.app/docs/integrations/data/google-analytics), include this variable in your `.env` file:
210
+
211
+
```bash
212
+
GOOGLE_ANALYTICS_ID=
213
+
```
214
+
215
+
> Learn more in the [Google Analytics integration guide](https://docs.uniform.app/docs/integrations/data/google-analytics).
0 commit comments