Skip to main content

All Questions

Tagged with
0 votes
0 answers
44 views

Updating Audiences in the Optimizely using the SDK

There is a requirement for updating audiences, we searched a lot, and apparently, there is no such feature in the java SDK. The requirement is that there is a micro-service that notifies us to include ...
Sia's user avatar
  • 159
2 votes
1 answer
380 views

Optimizely not getting activated for Java SDK code

I'm trying to use the below code from the Optimizely docs : Map<String, Object> attributes = new HashMap<>(); attributes.put("device", "iPhone"); attributes.put("...
shdu12's user avatar
  • 113
1 vote
1 answer
11k views

Getting I/O exception (java.net.SocketException) caught when processing request

I have been using optimizely 'core-api', version:'3.3.0' and 'core-httpclient-impl', version:'3.3.0' for my java app. I frequently see this exception in my info log "I/O exception (java.net....
Picco's user avatar
  • 67
0 votes
1 answer
292 views

optimizely server side experiments tracking the events

I’m performing a server side experiment where our results are A/B tested on a small fraction of users before launching to everyone.We use optimizely sdk library for java .we have experiment setup in ...
user3161879's user avatar
1 vote
2 answers
143 views

UI automation code for Optimizely test

I am new to Optimizely A/B testing. My question is, I have automation code of test cases for UI and if someone changes the UI using Optimizely, How can I make sure my automation code of test cases ...
kiran mohare's user avatar