Parameter | Type | Description |
experimentName | String | The name of the experiment activated. |
userId | String | A unique identifier for the user. |
userAttributes | HashMap<String, String> | A map of user attributes used for audience targeting and segmentation. |
import java.util.HashMap;
// Create the User Attributes object
HashMap<String, String> userAttributes = new HashMap<>();
// Add the User Attribute values
userAttributes.put("Browser", "Chrome");
userAttributes.put("Device", "Desktop");
userAttributes.put("OS", "Windows 10");
// Activate the FullStack A/B Test Experiment
String variationName = pageSenseClient.getVariationName(experimentName, userId, userAttributes);
// Define the Code Changes for each of the Variations of the FullStack A/B Test Experiment
Parameter | Type | Description |
experimentName | String | The name of the experiment activated. |
userId | String | A unique identifier for the user. |
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.