Is there a way to enable/disable on-device decisionings in the Java server side SDK?
Solved! Go to Solution.
@rrrrrraul Install and initialize the Node.js or Java SDK with decisioningMethod = on-device.
https://adobetarget-sdks.gitbook.io/docs/getting-started/java
@rrrrrraul Install and initialize the Node.js or Java SDK with decisioningMethod = on-device.
https://adobetarget-sdks.gitbook.io/docs/getting-started/java
@DavidSonPM was also able to weigh in on your question here during his 7.21.21 Adobe Target Community Q&A Coffee Break! His answer below:
" Yes, there are a couple of ways you can turn on / off on-device decisioning for the Java SDK
1. When you initialize the Java SDK you can set the default decisioningMethod variable for all decisions. You can set it to ON_DEVICE or HYBRID. Setting it to ON_DEVICE will have all requests execute on-device while HYBRID will ask the SDK to make the decision for you whether it may be server-side or on-device depending on the activity that is created.
2. You can override at the getOffers() method to choose which decisioningMethod you want to use request by request."
Views
Replies
Total Likes
Hello @Amelia_Waliany ... is the only way to enable on-device decisioning is that to use JAVA SDK ...
what if use Adobe target Delivery API (https://developers.adobetarget.com/api/delivery-api) and I call it using Rest-full API ... can I also enable the on-device decisioning without using any sdk ?!
Views
Replies
Total Likes
Views
Likes
Replies