Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Optimizely Java QuickStart

This package contains the Java QuickStart app that can be used to test that the Java SDK can communicate with the CDN and Optimizely results.
Simply create a new project with an experiment called "background_experiment" with 2 variations and a conversion event named "sample_conversion".
From there you can test different attributes setups and other Optimizely Java SDK APIs.
This is just a simple example that gets you up and running quickly!

Getting Started

Create an experiment on app.optimizely.com named "background_experiment" with variations "variation_a" and "variation_b" and one conversion event "sample_conversion.". Use that SDK key in the com.optimizely.Example.java and you are set to test.

Run Example

Running ./gradlew runExample will build and execute com.optimizely.Example.java.