C#.NET
C#.NET Release Notes
Zoho PageSense C# SDK is built on .NET Framework 4.7.2. Below mentioned are the versions it is compatible with: .NET Framework 4.7.2 .NET Framework 4.8 To use the SDK, ensure your application targets .NET Framework 4.7.2 or higher, and all dependent ...
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. Using ActivateExperiment with user attributes Method pageSenseClient.TrackGoal(experimentName, userId, goalName, ...
Get Variation Name
The Get Variation Name API is used to return the name of a FullStack A/B Test experiment. It evaluates whether the user qualifies for the experiment and assigns a variation accordingly. Using getVariationName without user attributes Method string ...
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. Using ActivateExperiment with user attributes Method ...
Initialization of C# SDK
PageSenseClient is the interface provided by the PageSense C# 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 Setting ...
Installation of C#.NET SDK
Overview: The PageSense C# SDK empowers developers to integrate, conduct A/B testing, and personalize user experiences within C#.NET applications. PageSense C# SDK offers a simple and reliable way to integrate FullStack A/B Testing into your ...