Launch physical server location | Community
Skip to main content
puneets82097548
Level 2
September 20, 2018
Solved

Launch physical server location

  • September 20, 2018
  • 2 replies
  • 3338 views

Hi Adobe Launch team,

My name is Puneet and I work as an Adobe partner in ANZ region. We are doing an Ensighten to Launch migration project for a client and their security team want to know more about infrastructure/ physical architecture of Launch. Since we will be storing customer sensitive data as data elements in Launch for sending to downstream applications, they want to know where is the customer data stored as part of Launch? Is the data physically stored in US or is it stored in cloud storage like AWS. Any information will be helpful.

Thanks,

Puneet

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

Launch does not store data element values on any server.  All data element persistence is done client-side via local (window scoped) variables, sessionStorage, localStorage, or cookies (scoped to the domain of the page).

2 replies

Stewart_Schilling
Community Advisor
Stewart_SchillingCommunity AdvisorAccepted solution
Community Advisor
September 27, 2018

Launch does not store data element values on any server.  All data element persistence is done client-side via local (window scoped) variables, sessionStorage, localStorage, or cookies (scoped to the domain of the page).

puneets82097548
Level 2
September 28, 2018

Thanks Stewart. I had the same thought that may be all data storage by Launch is client-side but good to get that confirmation.