コミュニティアチーブメントバーを展開する。

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Launch physical server location

Avatar

Level 2

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

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

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 返信

Avatar

正解者
Community Advisor

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).

Avatar

Level 2

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