Skip to content

Conversation

Danny-Driscoll
Copy link
Contributor

Clarify a word in the identifier portion

@@ -12,7 +12,7 @@ The Optimizely starter kit for Fastly's Compute@Edge embeds and extends our [Jav
This starter kit overrides the standard Optimizely Javascript SDK's external calls to use Compute@Edge's fetch against registered backend endpoints. This backend setup also provides performant caching for the [Optimizely Datafile](https://docs.developers.optimizely.com/full-stack/v4.0/docs/manage-config-datafile).

### Identity Management
Out of the box, Optimizely's Full Stack SDKs require a user-provided identifier to be passed in at runtime to drive experiment and feature flag decisions. This starter kit does not implement a persistent user identifier. Common approaches would include reading a unique visitor ID from a cookie-based header, or other existing unique identifier available within your application.
Out of the box, Optimizely's Full Stack SDKs require that an user identifier be passed in at runtime to drive persistent experiment and feature flag decisions. This starter kit does not implement a persistent user identifier. Common approaches would include reading a unique visitor ID from a cookie-based header, or other existing unique identifier available within your application.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Out of the box, Optimizely's Full Stack SDKs require that an user identifier be passed in at runtime to drive persistent experiment and feature flag decisions. This starter kit does not implement a persistent user identifier. Common approaches would include reading a unique visitor ID from a cookie-based header, or other existing unique identifier available within your application.
Out of the box, Optimizely's Full Stack SDKs require that an user identifier be passed in at runtime to drive persistent experiment and feature flag decisions. This starter kit does not implement a persistent user identifier. Common approaches would include reading a unique visitor ID from a cookie-based header, or other existing unique identifier available within your application.
Suggested change
Out of the box, Optimizely's Full Stack SDKs require that an user identifier be passed in at runtime to drive persistent experiment and feature flag decisions. This starter kit does not implement a persistent user identifier. Common approaches would include reading a unique visitor ID from a cookie-based header, or other existing unique identifier available within your application.
Out of the box, Optimizely's Full Stack SDKs require that a user identifier be passed in at runtime to drive persistent experiment and feature flag decisions. This starter kit does not implement a persistent user identifier. Common approaches would include reading a unique visitor ID from a cookie-based header, or other existing unique identifier available within your application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants