Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

Does the Delivery API also support redirect offers (Ab tests with page url redirects)

Avatar

Level 1

Hi,

 

I am looking for ways to implement redirect offers in our SSR layer. The goal is to get/pre-fetch the knowledge about the redirects on the server already so we don't load any other stuff in the client browsers before the redirect happens. Ideally we pre fetch all redirects for that session, but if we need to fetch the tests for a particular page it is also fine. 

 

Reading the documentation, i think i need the Delivery API's but i cannot find any example of how the response will look like when you created an activity with url redirects in adobe target. Also I would like to understand how redirects will work with server side implementations.

 

We are using AT.js client side

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 1

Hi,

 

The Delivery API document has a limitation where it does not process redirect calls:

https://experienceleague.adobe.com/en/docs/target-dev/developer/api/delivery-api/known-limitations

 

If you are looking for the response from prefetch, some examples are available here:

https://experienceleague.adobe.com/en/docs/target-dev/developer/api/delivery-api/prefetch

Avatar

Level 1

Hi Brian,

 

i am not sure how to read: "This API does not process cookies or redirect calls" Does it mean that when you setup a variant which does an uri redirect, that it doesn't show up in the API response?