I have a server-side application using Java with Spring Boot, but we do not utilize the Java SDK. I am curious about enabling on-device decision making and whether using the Java SDK is the only option.I'm wondering if it's possible to utilize Adobe Target Delivery API (https://developers.adobetarge...
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 ?!
can we send multiple Supplemental Data Id in the same request to Delivery API? Adobe Delivery API
curl -X POST \
'https://demo.tt.omtrdc.net/rest/v1/delivery?client=demo&sessionId=d359234570e04f14e1faeeba02d6ab9914e' \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache' \
-d ...
hello I have a question for you folks ... @Gokul_Agiwal @abu_shafi @rrrrrraul so what is the major factor that affects the retrieval of content from an activity I mean:: what if the session id changes every request and tntId is not changing because it is a device uid ? "then the same user with t...