A1 : What is Server Side Testing - adobe-target/serverside-testing GitHub Wiki
Level | Beginner |
---|---|
Time | 5 mins |
Step 1 : What is Server Side Testing
Server Side Testing is a functionality within Target Standard and Premium that allows your applications to communicate directly with Target's servers to get optimized and personalized content. Server Side Testing can be accomplished using the Delivery API or the new Node.js SDK.
Step 2 : Why Server Side Testing
-
Faster performance - Server to server communication without browser overhead
-
Server-side rendered JS applications - Optimization and personalizing isomorphic JS applications rendered on the server
-
Non JavaScript interfaces - Testing back-end services, game consoles, kiosks etc.
-
Full Control - Control over when to call and how to process the response from Adobe Target without needing to include 3rd party JS.
-
Security - Compliant at enterprises which restrict the use of JS or SDK
Step 3 : Client Side vs Server Side Testing
Here are some common differences between server side and client side testing.