Expand my Community achievements bar.

SOLVED

sessionID parameter for the Target REST API

Avatar

Level 4

Is it an acceptable pattern to use the mbox cookie session value as sessionID parameter for the Target REST API calls?

 

https://developers.adobetarget.com/api/delivery-api/

 

 

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

hi @rrrrrraul  - Adobe Target Session-id must follow following rules which are explained here: https://experienceleague.adobe.com/docs/core-services/interface/administration/ec-cookies/cookies-ta...

 

  • The Session ID can be any printable string except a space, question mark ( ? ), or a forward slash ( / ).
  • The Session ID should be from 1 through 128 characters in length.

Hope this helps,

 

Regards

Rajneesh

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

hi @rrrrrraul  - Adobe Target Session-id must follow following rules which are explained here: https://experienceleague.adobe.com/docs/core-services/interface/administration/ec-cookies/cookies-ta...

 

  • The Session ID can be any printable string except a space, question mark ( ? ), or a forward slash ( / ).
  • The Session ID should be from 1 through 128 characters in length.

Hope this helps,

 

Regards

Rajneesh

Avatar

Employee Advisor

Hi @rrrrrraul 

 

Yes, you can use the same mbox cookie session value in Delivery API. However it can affect the current user session if its still LIVE, incase you are updating the parameters.

 

So if the format is in question, then you can use it. But using the same session ID or different should depend on the usecase for which APIs are used.