What do we call the function name for mobile target SDK server side implementation ? | Community
Skip to main content
Pradeep-Jaiswal
Level 5
April 17, 2025
Question

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

  • April 17, 2025
  • 1 reply
  • 308 views

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 ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

purnimajena
Level 3
April 29, 2025

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