Skip to content

Commit 77aae84

Browse files
authored
Fixing optmizelyClientInstance typo to optimizelyClientInstance
Typo where optimizelyClientInstance is missing an 'i', customer submitted a ticket asking us to fix this.
1 parent aca841d commit 77aae84

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/optimizely-web

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/optimizely-web/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ If you're sending your experiment data to Google Analytics in the form of `track
146146

147147
1. In your Segment source dashboard, enable the "Optimizely Web" destination (*not the "Optimizely Full Stack" destination*).
148148
2. Require Optimizely's `@optimizely/optimizely-sdk` on your site and create an `optimizelyClientInstance`.
149-
3. The instance must be named `optmizelyClientInstance`.
149+
3. The instance must be named `optimizelyClientInstance`.
150150
4. Attach the `optimizelyClientInstance` to the `window` so Segment recognizes it.
151151
5. Now, paste your Segment snippet below the Optimizely implementation on every page where you'd like to include Segment's JavaScript. Or, if you've implemented Optimizely in a separate file, ensure Segment loads only after Optimizely has been initialized.
152152
6. Finally, define any [`events`](https://docs.developers.optimizely.com/full-stack/docs/create-events) and [`attributes`](https://docs.developers.optimizely.com/full-stack/docs/define-attributes) in your Optimizely dashboard, and to associate `metrics` with the appropriate Optimizely Experiments. Segment maps `track` event names to Optimizely `eventName` - the `eventName` corresponds to an experiment `metric`.

0 commit comments

Comments
 (0)