Java
Java Release Notes
Below mentioned are the versions of Java that will be supported: Open JDK versions: 8, 9, 11, 12, 13, 15 and 17 Oracle JDK versions: 8, 9, 11, 12, 13, 15 and 17 We hope this documentation helps make the process easy for you. Please feel free to reach ...
SDK Customization
Overview: SDK customization involves tailoring a Software Development Kit (SDK) to meet the unique needs of your application or development environment. An SDK typically includes tools, libraries, documentation, and code samples to assist developers ...
Get and Update Project Settings
Overview The getAndUpdateProjectSettings API is used to fetch the latest project setting details from the PageSense server and update the SDK accordingly. This ensures your application remains fully synchronised with any updates made in the PageSense ...
Track Goal
The trackGoal API is used to track the goal conversions for the FullStack A/B test experiments. This can be invoked in two ways: Method: String variationName = pageSenseClient.trackGoal(experimentName, userId, goalName, userAttributes); Parameters: ...
Get Variation Name
The getVariationName API is used to get the allocated variation for the user for the specified FullStack A/B Test experiment. Method: String variationName = pageSenseClient.getVariationName(experimentName, userId, userAttributes); Parameters: ...
Activate Experiment
The activateExperiment API is used to activate a FullStack A/B Test experiment for a given user. It evaluates whether the user qualifies for the experiment and assigns a variation accordingly. Method String variationName = ...
Initialization of Java SDK
PageSenseClient is the interface provided by the PageSense Java SDK library to run the FullStack A/B Test experiments for the users. To run the FullStack experiment for the user, the PageSenseClient should be first initialised with the Project ...
Installation of Java SDK
The PageSense JAVA SDK empowers developers to integrate, conduct A/B testing, and personalise user experiences within JAVA applications. PageSense JAVA SDK offers a simple and reliable way to integrate FullStack A/B Testing into your JAVA-based ...