Expand my Community achievements bar.

What do we call the function name for mobile target SDK server side implementation ?

Avatar

Level 3

for the target mobile app server side what the name of api call app dev need to make ? Like in website its called delivery-API/Interact call. What do we call that function for mobile target SDK server side implementation ?

1 Reply

Avatar

Level 2

Hi @Pradeep-Jaiswal ,

For Adobe Target server-side in mobile apps, the API call your developers make is the Target Delivery API (/rest/v1/delivery). It’s the same delivery call used on websites but made server-side to fetch personalized experiences.

If using an SDK, it internally calls this Delivery API to get offers. So, just look for the Delivery API or executeDelivery function in your SDK or make direct POST requests to /rest/v1/delivery.

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

https://experienceleague.adobe.com/en/docs/target-dev/developer/server-side/server-side-overview