View source: R/cloudwatchevidently_operations.R
cloudwatchevidently_evaluate_feature | R Documentation |
This operation assigns a feature variation to one given user session. You pass in an entityID
that represents the user. Evidently then checks the evaluation rules and assigns the variation.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_evaluate_feature/ for full documentation.
cloudwatchevidently_evaluate_feature(
entityId,
evaluationContext = NULL,
feature,
project
)
entityId |
[required] An internal ID that represents a unique user of the application. This
|
evaluationContext |
A JSON object of attributes that you can optionally pass in as part of the evaluation event sent to Evidently from the user session. Evidently can use this value to match user sessions with defined audience segments. For more information, see Use segments to focus your audience. If you include this parameter, the value must be a JSON object. A JSON array is not supported. |
feature |
[required] The name of the feature being evaluated. |
project |
[required] The name or ARN of the project that contains this feature. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.