CINXE.COM

Data Rights

<!DOCTYPE html><html lang="en" id="top" style="background-color:var(--color-neutral-500)"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>Data Rights</title><meta name="next-head-count" content="3"/><link rel="icon" href="/static/assets/images/favicon.png"/><script> // ignore react errors window.onerror = function(e) { if (typeof e === 'string' && e.toLowerCase().includes('minified react error')) { return true; } } window.addEventListener("unhandledrejection", (event) => { event.preventDefault(); }); window.addEventListener("error", (event) => { event.preventDefault(); }); const eventMethod = window.addEventListener ? 'addEventListener' : 'attachEvent'; const eventListener = window[eventMethod]; const messageEvent = eventMethod == 'attachEvent' ? 'onmessage' : 'message'; eventListener( messageEvent, e => { // whitelist domains const allowedOrigins = [ 'https://3elhv3fbwk.execute-api.us-east-1.amazonaws.com', 'https://1oyn3diwtl.execute-api.us-east-1.amazonaws.com', ]; if (!allowedOrigins.includes(e.origin)) { return; } const message = e.data; // message.height = height of #iframe-wrapper of child frame const iframe = getIframeByEvent(e); gcsFrameUpdate(iframe, message.height); }, false ); // from: https://stackoverflow.com/questions/50456089/get-iframe-by-message-event#50457849 // get the iframe that sent the event function getIframeByEvent(event) { return Array.from(document.getElementsByTagName('iframe')).filter(iframe => { return iframe.contentWindow === event.source; })[0]; } function gcsFrameUpdate(gcsFrameWindow, gcsFrameHeight) { if (gcsFrameWindow) { // make resize gcsFrameWindow.setAttribute('height', gcsFrameHeight); } } function onFrameLoad(gcsFrame) { if (gcsFrame) { // use data-loaded attribute to prevent repositioning on first load if (!gcsFrame.getAttribute('data-loaded')) { gcsFrame.setAttribute('data-loaded', 'true'); } else { const gcsFramePos = gcsFrame.getBoundingClientRect(); const gcsScrollTop = window.pageYOffset || document.documentElement.scrollTop; parent.scrollTo(0, gcsScrollTop + gcsFramePos.top - 80); } } }</script><link rel="preload" href="/t2gp-corp-docs/_next/static/css/ef46db3751d8e999.css" as="style"/><link rel="stylesheet" href="/t2gp-corp-docs/_next/static/css/ef46db3751d8e999.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/t2gp-corp-docs/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/t2gp-corp-docs/_next/static/chunks/webpack-7681df8dd76b2a87.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/framework-7cd07bcce3503f90.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/main-520003a68b48c905.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/pages/_app-9caf7101ee2941b3.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/529-7d69a1baf389f15e.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/53-7318b2673ccc690a.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/273-a291549da8775249.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/917-fce4f2646b5c1463.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/chunks/pages/%5B...docs%5D-7b7d5673f3932f09.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/6lqL1VQ2h95e7M4KHc-2O/_buildManifest.js" defer=""></script><script src="/t2gp-corp-docs/_next/static/6lqL1VQ2h95e7M4KHc-2O/_ssgManifest.js" defer=""></script></head><body><div id="__next"><style data-emotion="css-global 1i0w3o1">@import 'https://fonts.googleapis.com/css?family=Montserrat:wght@400;600;700&display=swap';:root{--color-white-rgb:255,255,255;--color-black-rgb:0,0,0;--color-primary-rgb:32,54,85;--color-secondary-rgb:0,110,177;--color-tertiary-rgb:128,28,190;--color-success-rgb:89,156,23;--color-error-rgb:159,45,45;--color-warning-rgb:214,147,18;--color-info-rgb:43,93,151;--color-neutral-100-rgb:11,20,38;--color-neutral-200-rgb:76,76,76;--color-neutral-300-rgb:119,119,119;--color-neutral-400-rgb:192,192,192;--color-neutral-500-rgb:235,235,235;--text-color-primary-rgb:255,255,255;--button-background-primary-rgb:190,28,44;--color-white:rgb(var(--color-white-rgb));--color-black:rgb(var(--color-black-rgb));--color-primary:rgb(var(--color-primary-rgb));--color-secondary:rgb(var(--color-secondary-rgb));--color-tertiary:rgb(var(--color-tertiary-rgb));--color-success:rgb(var(--color-success-rgb));--color-error:rgb(var(--color-error-rgb));--color-warning:rgb(var(--color-warning-rgb));--color-info:rgb(var(--color-info-rgb));--color-neutral-100:rgb(var(--color-neutral-100-rgb));--color-neutral-200:rgb(var(--color-neutral-200-rgb));--color-neutral-300:rgb(var(--color-neutral-300-rgb));--color-neutral-400:rgb(var(--color-neutral-400-rgb));--color-neutral-500:rgb(var(--color-neutral-500-rgb));--text-color-primary:rgb(var(--text-color-primary-rgb));--button-background-primary:rgb(var(--button-background-primary-rgb));}</style><style data-emotion="css-global 137a60g">*,*::before,*::after{box-sizing:border-box;}:root{-moz-tab-size:4;tab-size:4;}html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}body{font-family:system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';}hr{height:0;color:inherit;}abbr[title]{-webkit-text-decoration:underline dotted;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}table{text-indent:0;border-color:inherit;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,select{text-transform:none;}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;}::-moz-focus-inner{border-style:none;padding:0;}:-moz-focusring{outline:1px dotted ButtonText;}:-moz-ui-invalid{box-shadow:none;}legend{padding:0;}progress{vertical-align:baseline;}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto;}[type='search']{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:-webkit-box;display:-webkit-list-item;display:-ms-list-itembox;display:list-item;}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0;}button{background-color:transparent;background-image:none;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}fieldset{margin:0;padding:0;}ol,ul{list-style:none;margin:0;padding:0;}html{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5;}body{font-family:inherit;line-height:inherit;}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb;}hr{border-top-width:1px;}img{border-style:solid;}textarea{resize:vertical;}input::-webkit-input-placeholder{opacity:1;color:#9ca3af;}input::-moz-placeholder{opacity:1;color:#9ca3af;}input:-ms-input-placeholder{opacity:1;color:#9ca3af;}textarea::-webkit-input-placeholder{opacity:1;color:#9ca3af;}textarea::-moz-placeholder{opacity:1;color:#9ca3af;}textarea:-ms-input-placeholder{opacity:1;color:#9ca3af;}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af;}button,[role="button"]{cursor:pointer;}table{border-collapse:collapse;}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit;}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle;}img,video{max-width:100%;height:auto;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}*:not(:focus-visible),a:not(:focus-visible),button:not(:focus-visible){outline:2px solid transparent;outline-offset:2px;}:root{-webkit-print-color-scheme:light;color-scheme:light;font-family:var(--font-primary, sans-serif);}:root *{scrollbar-width:thin;scrollbar-color:rgba(var(--color-white-rgb), 0.4) rgba(var(--color-black-rgb), 0.4);}:root *::-webkit-scrollbar{width:0.5rem;height:0.5rem;}:root *::-webkit-scrollbar-track,:root *::-webkit-scrollbar-corner{background:var(--color-neutral-100);}:root *::-webkit-scrollbar-thumb{border-radius:0.25rem;background-color:rgba(var(--color-neutral-999-rgb), 0.4);-webkit-background-clip:content-box;background-clip:content-box;border:2px solid transparent;}:root *::-webkit-scrollbar-thumb:hover:not(:active){background-color:rgba(var(--color-white-rgb), 0.4);}[lang='zh-CN'],[lang='zh-Hant'],[lang='ja'],[lang='ko']{word-break:break-word;overflow-wrap:break-word;}:root{--reach-menu-button:1;}:root [data-reach-menu],:root [data-reach-popover],:root [data-reach-menu-popover]{z-index:1000;}:root [data-reach-menu-list],:root [data-reach-menu-item]{outline:2px solid transparent;outline-offset:2px;}:root [data-reach-menu-item]:not([aria-disabled='true']):hover,:root [data-reach-menu-item][data-selected]:not([aria-disabled='true']){background-color:rgba(var(--color-neutral-999-rgb), 0.12);color:var(--color-neutral-999);}:root [data-reach-menu-item][aria-disabled='true']{opacity:0.4;cursor:not-allowed;}</style><style data-emotion="css-global 10gyxtj">input[type='range']::-webkit-slider-thumb{width:1.25rem;height:1.25rem;width:var(--thumb-size, 1.25rem);height:var(--thumb-size, 1.25rem);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border-width:0px;border-radius:9999px;background-color:var(--color-white);box-shadow:0 1px 4px 0 rgba(var(--color-black-rgb), 0.6);}input[type='range']::-webkit-slider-container{background-color:rgba(var(--color-black-rgb), 0.8);}input[type='range']:focus::-webkit-slider-thumb{box-shadow:0 0 0 0.5rem rgba(var(--color-white-rgb), 0.2);}</style><style data-emotion="css-global v2pmyv">input[type='range']::-moz-range-thumb{width:1.25rem;height:1.25rem;width:var(--thumb-size, 1.25rem);height:var(--thumb-size, 1.25rem);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border-width:0px;border-radius:9999px;background-color:var(--color-white);box-shadow:0 1px 4px 0 rgba(var(--color-black-rgb), 0.6);}input[type='range']::-moz-range-track{background-color:rgba(var(--color-black-rgb), 0.8);}input[type='range']::-moz-range-progress{border-radius:0.125rem;background-color:rgba(var(--color-white-rgb), 0.8);}input[type='range']:focus::-moz-range-thumb{box-shadow:0 0 0 0.5rem rgba(var(--color-white-rgb), 0.2);}</style><style data-emotion="css-global 1t3ibeg">input[type='range']::-ms-thumb{width:1.25rem;height:1.25rem;width:var(--thumb-size, 1.25rem);height:var(--thumb-size, 1.25rem);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border-width:0px;border-radius:9999px;background-color:var(--color-white);box-shadow:0 1px 4px 0 rgba(var(--color-black-rgb), 0.6);}input[type='range']::-ms-track{background-color:rgba(var(--color-black-rgb), 0.8);}input[type='range']::-ms-fill-lower{border-radius:0.125rem;background-color:rgba(var(--color-white-rgb), 0.8);}input[type='range']:focus::-ms-thumb{box-shadow:0 0 0 0.5rem rgba(var(--color-white-rgb), 0.2);}</style><style data-emotion="css-global uukut1">html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote::before,blockquote::after,q::before,q::after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}html,body,#__next{height:100%;}html,body{scrollbar-color:rgba(var(--color-black-rgb), 0.6) transparent;}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:transparent;}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:rgba(var(--color-black-rgb), 0.4);}html::-webkit-scrollbar-thumb:hover:not(:active),body::-webkit-scrollbar-thumb:hover:not(:active){background-color:rgba(var(--color-black-rgb), 0.6);}html *:focus,body *:focus{outline:solid 4px rgba(var(--color-secondary-rgb), 0.2);box-shadow:inherit;}.optanon-alert-box-bg a{color:inherit;}.optanon-alert-box-bg a:hover:not(:active){opacity:0.8;}*{font-family:Montserrat,Arial,sans-serif!important;}</style><style data-emotion-css="1j113hv">.css-1j113hv{height:100%;background-color:var(--color-primary);font-family:var(--font-primary,sans-serif);background:var(--color-neutral-500);}</style><section class="css-1j113hv"><noscript style="position:fixed;z-index:10000;bottom:0;width:100%;padding:0.5rem;background:var(--color-neutral-100);color:var(--text-color-primary);text-align:center">JavaScript is disabled: Please note that some elements of the site may not work without it.</noscript><style data-emotion-css="y99sll">.css-y99sll{padding:0 1rem;}.css-y99sll >div{max-width:1400px;margin:calc(1rem) auto 2rem auto;}.css-y99sll h1{font-weight:bold;font-size:200%;padding-bottom:0.5rem;margin-bottom:1rem;margin-top:2rem;}.css-y99sll h2{font-weight:bold;font-size:150%;padding-bottom:0.5rem;margin-bottom:1rem;margin-top:2rem;border-bottom:solid 1px var(--color-neutral-400);}.css-y99sll p,.css-y99sll label{margin:0.5rem 0;line-height:1.5;}.css-y99sll ul,.css-y99sll ol{list-style:initial;margin-left:2rem;}.css-y99sll table{border-collapse:collapse;width:100%;}.css-y99sll td,.css-y99sll th{border:1px solid;padding:0.5rem;text-align:left;}.css-y99sll b{font-weight:bold;}.css-y99sll i{font-style:italic;}.css-y99sll a{color:var(--color-secondary);-webkit-text-decoration:underline;text-decoration:underline;overflow-wrap:break-word;}.css-y99sll a:hover:not(:active){opacity:0.8;}</style><div class="css-y99sll"><style data-emotion-css="scmyt">.css-scmyt{background:rgba(230,230,230);position:absolute;inset:0px;overflow:hidden;background-color:var(--color-neutral-500);max-width:768px;}@media (min-width:768px){.css-scmyt{margin:4rem;border-radius:0.25rem;}}@media (min-width:768px){.css-scmyt{box-shadow:0 0.25rem 0.5rem rgba(var(--color-black-rgb),0.6);}}.css-scmyt:focus{outline:none;box-shadow:0 0.25rem 0.5rem rgba(var(--color-black-rgb),0.6);}.css-scmyt *:focus{box-shadow:0 0 0.5rem rgba(var(--color-black-rgb),0.6);}@media (min-width:768px){.css-scmyt{margin-left:auto;margin-right:auto;}}</style><div dir="ltr"><style data-emotion-css="1up9x80">.css-1up9x80{color:rgb(0,0,0);z-index:1;display:inline-block;position:relative;}.css-1up9x80 ul{list-style:none;}</style><div class="css-1up9x80"><style data-emotion-css="1cw4hmo">.css-1cw4hmo{padding:0.5rem 0;}</style><button type="button" id="lang-listbox-label" aria-haspopup="listbox" class="css-1cw4hmo">Language<!-- --> <span aria-hidden="true">▾</span></button><style data-emotion-css="1h4kby5">.css-1h4kby5{left:-2rem;right:auto;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);position:absolute;background-color:rgb(255,255,255);box-shadow:0 3px 4px rgba(0,0,0,0.15);z-index:1;display:none;}</style><ul role="listbox" aria-activedescendant="lang-listbox-item--1" tabindex="0" aria-labelledby="lang-listbox-label" class="css-1h4kby5"><style data-emotion-css="1sykxbl">.css-1sykxbl a{color:rgb(0,0,0);padding:0.5rem 1rem;-webkit-text-decoration:none;text-decoration:none;display:block;min-width:10rem;}.css-1sykxbl:hover a,.css-1sykxbl[aria-selected='true'] a{background-color:rgb(119,119,119);color:rgb(255,255,255);}</style><li role="option" lang="en-US" aria-selected="false" id="lang-listbox-item-0" class="css-1sykxbl"><a href="/data-request/en-US">English</a></li><li role="option" lang="ar" aria-selected="false" id="lang-listbox-item-1" class="css-1sykxbl"><a href="/data-request/ar">العربية</a></li><li role="option" lang="zh-CN" aria-selected="false" id="lang-listbox-item-2" class="css-1sykxbl"><a href="/data-request/zh-CN">简体中文</a></li><li role="option" lang="zh-Hant" aria-selected="false" id="lang-listbox-item-3" class="css-1sykxbl"><a href="/data-request/zh-Hant">繁體中文</a></li><li role="option" lang="cs" aria-selected="false" id="lang-listbox-item-4" class="css-1sykxbl"><a href="/data-request/cs">čeština</a></li><li role="option" lang="fr" aria-selected="false" id="lang-listbox-item-5" class="css-1sykxbl"><a href="/data-request/fr">Français</a></li><li role="option" lang="nl" aria-selected="false" id="lang-listbox-item-6" class="css-1sykxbl"><a href="/data-request/nl">Nederlands</a></li><li role="option" lang="de" aria-selected="false" id="lang-listbox-item-7" class="css-1sykxbl"><a href="/data-request/de">Deutsch</a></li><li role="option" lang="el" aria-selected="false" id="lang-listbox-item-8" class="css-1sykxbl"><a href="/data-request/el">Ελληνικά</a></li><li role="option" lang="it" aria-selected="false" id="lang-listbox-item-9" class="css-1sykxbl"><a href="/data-request/it">Italiano</a></li><li role="option" lang="es" aria-selected="false" id="lang-listbox-item-10" class="css-1sykxbl"><a href="/data-request/es">Español-España</a></li><li role="option" lang="pl" aria-selected="false" id="lang-listbox-item-11" class="css-1sykxbl"><a href="/data-request/pl">Polski</a></li><li role="option" lang="es-419" aria-selected="false" id="lang-listbox-item-12" class="css-1sykxbl"><a href="/data-request/es-419">Español-Latinoamérica</a></li><li role="option" lang="ko" aria-selected="false" id="lang-listbox-item-13" class="css-1sykxbl"><a href="/data-request/ko">한국어</a></li><li role="option" lang="tr" aria-selected="false" id="lang-listbox-item-14" class="css-1sykxbl"><a href="/data-request/tr">Türkçe</a></li><li role="option" lang="pt-BR" aria-selected="false" id="lang-listbox-item-15" class="css-1sykxbl"><a href="/data-request/pt-BR">Português- Brasil</a></li><li role="option" lang="pt" aria-selected="false" id="lang-listbox-item-16" class="css-1sykxbl"><a href="/data-request/pt">Português</a></li><li role="option" lang="ja" aria-selected="false" id="lang-listbox-item-17" class="css-1sykxbl"><a href="/data-request/ja">日本語</a></li><li role="option" lang="ru" aria-selected="false" id="lang-listbox-item-18" class="css-1sykxbl"><a href="/data-request/ru">Русский язык</a></li><li role="option" lang="da" aria-selected="false" id="lang-listbox-item-19" class="css-1sykxbl"><a href="/data-request/da">Dansk</a></li><li role="option" lang="fi" aria-selected="false" id="lang-listbox-item-20" class="css-1sykxbl"><a href="/data-request/fi">Suomi</a></li><li role="option" lang="nb" aria-selected="false" id="lang-listbox-item-21" class="css-1sykxbl"><a href="/data-request/nb">Norsk</a></li><li role="option" lang="sv" aria-selected="false" id="lang-listbox-item-22" class="css-1sykxbl"><a href="/data-request/sv">Svenska</a></li><li role="option" lang="th" aria-selected="false" id="lang-listbox-item-23" class="css-1sykxbl"><a href="/data-request/th">ไทย</a></li><li role="option" lang="af" aria-selected="false" id="lang-listbox-item-24" class="css-1sykxbl"><a href="/data-request/af">Afrikaans</a></li><li role="option" lang="he" aria-selected="false" id="lang-listbox-item-25" class="css-1sykxbl"><a href="/data-request/he">עִברִית</a></li><li role="option" lang="hi" aria-selected="false" id="lang-listbox-item-26" class="css-1sykxbl"><a href="/data-request/hi">हिंदी</a></li><li role="option" lang="ms" aria-selected="false" id="lang-listbox-item-27" class="css-1sykxbl"><a href="/data-request/ms">Melayu</a></li><li role="option" lang="ro" aria-selected="false" id="lang-listbox-item-28" class="css-1sykxbl"><a href="/data-request/ro">Română</a></li><li role="option" lang="sr" aria-selected="false" id="lang-listbox-item-29" class="css-1sykxbl"><a href="/data-request/sr">Српски језик</a></li><li role="option" lang="uk" aria-selected="false" id="lang-listbox-item-30" class="css-1sykxbl"><a href="/data-request/uk">Українська</a></li><li role="option" lang="ca" aria-selected="false" id="lang-listbox-item-31" class="css-1sykxbl"><a href="/data-request/ca">català</a></li><li role="option" lang="fa" aria-selected="false" id="lang-listbox-item-32" class="css-1sykxbl"><a href="/data-request/fa">فارسی</a></li><li role="option" lang="vi" aria-selected="false" id="lang-listbox-item-33" class="css-1sykxbl"><a href="/data-request/vi">Tiếng Việt</a></li><li role="option" lang="hu" aria-selected="false" id="lang-listbox-item-34" class="css-1sykxbl"><a href="/data-request/hu">Magyar</a></li><li role="option" lang="id" aria-selected="false" id="lang-listbox-item-35" class="css-1sykxbl"><a href="/data-request/id">bahasa Indonesia</a></li></ul></div><div class="py-9"><style data-emotion-css="1umsvo2">.css-1umsvo2 th,.css-1umsvo2 td{text-align:inherit;}</style><div class="css-1umsvo2"><p>Last Update: February 2025</p><h1>Data Rights</h1><p>We provide several options for you to manage your account, communications you receive from us, and how we use your information. To delete your account or, depending on your location, submit a request to object, delete, restrict, correct, or receive a copy (“data request”) of the personal information collected about you, please follow the instructions below or use the form below for Services offered to consumers.</p></div></div><style data-emotion-css="14f4psd">.css-14f4psd{margin-top:1rem;margin-bottom:1rem;}.css-14f4psd::after{content:'';clear:both;display:block;}.css-14f4psd >nav{padding-bottom:2rem;z-index:0;}.css-14f4psd >nav >ul{list-style-type:none;margin:0;font-weight:bold;}.css-14f4psd >nav li{padding:0.5rem 0;}.css-14f4psd >nav a{-webkit-text-decoration:none;text-decoration:none;}@media (min-width:768px){.css-14f4psd >nav{position:-webkit-sticky;position:sticky;top:64px;}.css-14f4psd >nav >ul{max-width:300px;}}.css-14f4psd >main{margin-top:-2rem;}.css-14f4psd >main >div{position:relative;}.css-14f4psd >main >div >div:first-of-type{width:1rem;height:1rem;pointer-events:none;background:transparent;position:absolute;left:0;top:-5rem;}@media (min-width:768px){.css-14f4psd >main{padding-bottom:1rem;padding-left:1rem;}}</style><article class="css-14f4psd"><style data-emotion-css="ci25ft">.css-ci25ft{width:100%;float:left;position:relative;}@media (min-width:768px){.css-ci25ft{width:25%;}}</style><nav class="css-ci25ft"><ul><li><a href="#1-submit">Submit a Data Request</a></li><li><a href="#2-form">Data Request Form</a></li><li><a href="#3-data-rights-contact">Contact Take-Two</a></li><li><a href="#6-contact-by-email"></a></li></ul></nav><style data-emotion-css="15v7km8">.css-15v7km8{width:100%;float:left;position:relative;}@media (min-width:768px){.css-15v7km8{width:75%;}}</style><main class="css-15v7km8"><div><div id="1-submit"></div><div class="css-1umsvo2"><h2>Submit a Data Request</h2><p><i>—Rockstar Games</i></p><p>To delete your Rockstar Games account or submit a data request of the personal information collected about you by Rockstar Games, sign in to your Rockstar Games account, go to <a href="http://rsg.ms/account"><u>http://rsg.ms/account</u></a>, and follow the instructions. As described in our <a href="https://www.take2games.com/privacy/"><u>Privacy Policy</u></a>, when you use certain features your activity is public. Even if you delete your account or data, some activity information may still appear, including on certain gameplay boards including those hosted by third parties, such as platform manufacturers and copies hosted on Rockstar Games.</p><p><i>—FiveM and RedM</i></p><p>To delete your Cfx.re account or submit a data request of the personal information collected about you by FiveM and RedM, sign in to your Cfx.re account, go to <a href="https://aka.cfx.re/account-data-requests"><u>https://aka.cfx.re/account-data-requests</u></a>, and follow the instructions.</p><p><i>—2K</i></p><p>To submit a data request of the personal information collected about you by 2K, go to <a href="https://2kgam.es/datarequests"><u>https://2kgam.es/datarequests</u></a>. To delete your 2K Account, sign in to your 2K Account, go to <a href="https://support.2k.com/hc/en-us/requests/new"><u>https://support.2k.com/hc/en-us/requests/new</u></a>, and follow the instructions.</p><p><i>—Ghost Story Games</i></p><p>To submit a data request of the personal information collected about you by Ghost Story Games, go to <a href="https://www.ghoststorygames.com/privacy-data-requests/"><u>https://www.ghoststorygames.com/privacy-data-requests/</u></a>.</p><p><i>—Social Point and Playdots</i></p><p>To unsubscribe from Social Point’s marketing or newsletters, please email <a href="/cdn-cgi/l/email-protection#44312a3731263727362d262104372b272d2528342b2d2a306a2137"><u><span class="__cf_email__" data-cfemail="b1c4dfc2c4d3c2d2c3d8d3d4f1c2ded2d8d0ddc1ded8dfc59fd4c2">[email&#160;protected]</span></u></a> from the same email account you used to sign up with &quot;Unsubscribe&quot; in the subject line.</p><p>To submit a data request of the personal information collected about you by Social Point or Playdots, please do the following: </p><ul><li><p>Go to the settings section in any game application; </p></li><li><p>Click on the Help or Support button. This should direct you to our Social Point support page;</p></li><li><p>Click on the “Chat” icon on the top right of the page. Note: If you are not able to see a “Chat” icon, you will need to tap on any article topic, scroll to the bottom of that article, and where it says &quot;Was this article useful?&quot;, click “No”. You should now be able to see a &quot;Chat with us&quot; button;</p></li><li><p>Click on &quot;Account Issues&quot; and &quot;I would like to delete or request a copy of my data&quot;; and</p></li><li><p>Provide us the details of the data subject right you wish to exercise.</p></li></ul><p><i>—Zynga, Gram, Natural Motion, Small Giant Games, Skillpoint</i></p><p>To submit a data request of the personal information collected about you by Zynga, Gram, Natural Motion, Small Giant Games, or Skillpoint, go to <a href="https://privacy.zynga.com/portal/#/"><u>https://privacy.zynga.com/portal/#/</u></a> and fill out a request.</p><p><i>—Peak</i></p><p>To submit a data request of the personal information collected about you by Peak, email <a href="/cdn-cgi/l/email-protection#1e6e6c77687f7d675e6e7b7f75307d7173"><u><span class="__cf_email__" data-cfemail="85f5f7ecf3e4e6fcc5f5e0e4eeabe6eae8">[email&#160;protected]</span></u></a>. You may also submit a data deletion request from within the game directly.</p><p><i>—Nordeus</i></p><p>To submit a data request of the personal information collected about you by Nordeus, go to <a href="https://privacy.zynga.com/portal/#/"><u>https://privacy.zynga.com/portal/#/</u></a> and fill out a request.</p><p><i>—Rollic, Nanotribe, Creasaur, Zerosum, Bytetyper</i></p><p>To submit a data request of the personal information collected about you by Rollic, Nanotribe, Creasaur, Zerosum, or Bytetyper, go to <a href="https://zynga.support/RollicDataRequest"><u>https://zynga.support/RollicDataRequest</u></a>, and follow the instructions.</p><p><i>—Popcore</i></p><p>To submit a data request of the personal information collected about you by Popcore, please email <a href="/cdn-cgi/l/email-protection#9aeae8f3ecfbf9e3daeaf5eaf9f5e8ffb4f9f5f7"><u><span class="__cf_email__" data-cfemail="0f7f7d66796e6c764f7f607f6c607d6a216c6062">[email&#160;protected]</span></u></a>.</p><p><i>—CircoLoco Records</i></p><p>To unsubscribe from CircoLoco Records marketing newsletters, please email <a href="/cdn-cgi/l/email-protection#6d18031e180f1e0e1f040f082d0e041f0e0201020e021f080e021f091e430e0200"><u><span class="__cf_email__" data-cfemail="afdac1dcdacddcccddc6cdcaefccc6ddccc0c3c0ccc0ddcaccc0ddcbdc81ccc0c2">[email&#160;protected]</span></u></a> from the same email account you used to sign up with, and write “Unsubscribe” in the subject line. To submit a data request of the personal information collected about you by CircoLoco Records, go to <a href="http://rsg.ms/71aa664"><u>http://rsg.ms/71aa664</u></a>.</p><p></p></div></div><div><div id="2-form"></div><div class="css-1umsvo2"><h2>Data Request Form</h2><p>Complete this form to make a data request to the Take-Two group of companies for services that we offer to consumers. Enter the email you used to sign up with us.</p></div></div><style data-emotion-css="1d3w5wq">.css-1d3w5wq{width:100%;}</style><div class="css-1d3w5wq"><style data-emotion-css="jawwme">.css-jawwme{width:100%;border:0;margin-top:16px;margin-bottom:16px;}</style><iframe id="Data Request Form Iframe Embed" name="Data Request Form Iframe Embed" title="Data Request Form Iframe Embed" height="500" src="https://1oyn3diwtl.execute-api.us-east-1.amazonaws.com/forms/7IoKh9YOi3vAtxS2dCmeqS" frameBorder="0" allowfullscreen="" class="css-jawwme"></iframe></div><div><div id="3-data-rights-contact"></div><div class="css-1umsvo2"><h2>Contact Take-Two</h2><p>If you have questions about our Privacy Policy, please use the form below to contact our Data Protection Officer.</p></div><style data-emotion-css="1x7wdtq">.css-1x7wdtq{position:relative;}.css-1x7wdtq >div>label{color:var(--color-secondary);pointer-events:none;}.css-1x7wdtq >div>label:hover:not(:active){opacity:0.8;}.css-1x7wdtq >div>.showWhenActive{display:none;}.css-1x7wdtq >input[type='checkbox']{height:24px;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;cursor:pointer;}.css-1x7wdtq >input[type='checkbox']:checked{bottom:0;}.css-1x7wdtq >input[type='checkbox']:checked +div >.hideWhenActive{display:none;}.css-1x7wdtq >input[type='checkbox']:checked +div >.showWhenActive{display:block;}.css-1x7wdtq >input[type='checkbox']:hover +div>label:not(:active){opacity:0.8;}</style><div class="css-1x7wdtq"><input type="checkbox" role="button" id="expando-3-data-rights-contact" aria-controls="expando-region-3-data-rights-contact" aria-expanded="false"/><div><label class="hideWhenActive" for="expando-3-data-rights-contact"></label><div class="showWhenActive" id="expando-region-3-data-rights-contact" role="region"><div class="css-1umsvo2"><p>You may also contact us or our Data Protection Officer by mail at the addresses below. Please identify your location in your message. You may also have the right to complain to a privacy authority. You may also contact us by email at <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="b2c2c0dbc4d3d1cbc2dddedbd1cbf2c6d3d9d780d5d3dfd7c19cd1dddf">[email&#160;protected]</a>. </p><table><tbody><tr><td><p><b>Country</b></p></td><td><p><b>Address</b></p></td></tr><tr><td><p>Non-European Countries</p></td><td><p>Take-Two Interactive Software, Inc.</p><p>110 W 44th Street, New York, NY 10036 USA, </p><p>Attn: Privacy Policy Administrator</p></td></tr><tr><td><p>UK, EU, EEA, or Switzerland</p><p>(“European Countries”)</p></td><td><p>Take Two Interactive Software Europe Limited</p><p>Take-Two House</p><p>30 Cleveland Street, London W1T 4JD, UK</p><p>Attn: Privacy Policy Administrator</p></td></tr></tbody></table><p></p></div></div><label class="showWhenActive" for="expando-3-data-rights-contact"></label></div></div></div><div class="css-1d3w5wq"><iframe id="Contact Form" name="Contact Form" title="Contact Form" height="500" src="https://1oyn3diwtl.execute-api.us-east-1.amazonaws.com/forms/HjPlmJ02nRiaN9sIv36we" frameBorder="0" allowfullscreen="" class="css-jawwme"></iframe></div><div><div id="6-contact-by-email"></div><div class="css-1umsvo2"><p>You may also contact us or our Data Protection Officer by mail at the addresses below. Please identify your location in your message. You may also have the right to complain to a privacy authority. You may also contact us by email at <a href="/cdn-cgi/l/email-protection#6313110a1502001a130c0f0a001a23170208065104020e06104d000c0e"><span class="__cf_email__" data-cfemail="7b0b09120d1a18020b14171218023b0f1a101e491c1a161e0855181416">[email&#160;protected]</span></a>.</p><table><tbody><tr><td><p><b>Country</b></p></td><td><p><b>Address</b></p></td></tr><tr><td><p>Non-European Countries</p></td><td><p>Take-Two Interactive Software, Inc.</p><p>110 W 44th Street, New York, NY 10036 USA, </p><p>Attn: Privacy Policy Administrator</p></td></tr><tr><td><p>UK, EU, EEA, or Switzerland</p><p>(“European Countries”)</p></td><td><p>Take Two Interactive Software Europe Limited</p><p>Take-Two House</p><p>30 Cleveland Street, London W1T 4JD, UK</p><p>Attn: Privacy Policy Administrator</p></td></tr></tbody></table><p></p></div></div></main></article></div></div><style data-emotion="css 1jdahkt">.css-1jdahkt{position:fixed;bottom:1rem;left:1rem;right:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:2rem;height:2rem;cursor:pointer;border-radius:0.25rem;color:rgba(0, 0, 0, 0);background-color:var(--color-neutral-100);--tw-shadow:0px 4px 8px rgba(var(--color-black-rgb), 0.24);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);-webkit-margin-start:auto;margin-inline-start:auto;border:none;-webkit-transition:background-color 0.2s ease-in-out,bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:background-color 0.2s ease-in-out,bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);font-size:0;}.css-1jdahkt[aria-hidden='true']{bottom:-4rem;}.css-1jdahkt:hover:not(:active){background-color:var(--color-primary);}.css-1jdahkt svg{color:var(--text-color-primary);}</style><button type="button" disabled="" aria-hidden="true" title="Back to top" class="css-1jdahkt"><svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path style="fill:currentColor" d="M8.12 14.71 12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0Z"></path></svg></button></section></div><script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"noFollow":false,"title":"Data Rights","termsHeader":null,"termsBody":null,"termsAcceptButtonText":null,"termsDeclineButtonText":null,"termsDeclinedMessage":null,"titleTag":"Data Rights","preamble":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Last Update: February 2025","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"Data Rights","nodeType":"text"}],"nodeType":"heading-1"},{"data":{},"content":[{"data":{},"marks":[],"value":"We provide several options for you to manage your account, communications you receive from us, and how we use your information. To delete your account or, depending on your location, submit a request to object, delete, restrict, correct, or receive a copy (“data request”) of the personal information collected about you, please follow the instructions below or use the form below for Services offered to consumers.","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"expandSectionText":null,"hideSectionText":null,"additionalText":[{"internalName":"Submit a Data Request","linkText":"Submit a Data Request","docsId":"1-submit","text":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Submit a Data Request","nodeType":"text"}],"nodeType":"heading-2"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—Rockstar Games","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To delete your Rockstar Games account or submit a data request of the personal information collected about you by Rockstar Games, sign in to your Rockstar Games account, go to ","nodeType":"text"},{"data":{"uri":"http://rsg.ms/account"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"http://rsg.ms/account","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":", and follow the instructions. As described in our ","nodeType":"text"},{"data":{"uri":"https://www.take2games.com/privacy/"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"Privacy Policy","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":", when you use certain features your activity is public. Even if you delete your account or data, some activity information may still appear, including on certain gameplay boards including those hosted by third parties, such as platform manufacturers and copies hosted on Rockstar Games.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—FiveM and RedM","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To delete your Cfx.re account or submit a data request of the personal information collected about you by FiveM and RedM, sign in to your Cfx.re account, go to ","nodeType":"text"},{"data":{"uri":"https://aka.cfx.re/account-data-requests"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"https://aka.cfx.re/account-data-requests","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":", and follow the instructions.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—2K","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To submit a data request of the personal information collected about you by 2K, go to ","nodeType":"text"},{"data":{"uri":"https://2kgam.es/datarequests"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"https://2kgam.es/datarequests","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":". To delete your 2K Account, sign in to your 2K Account, go to ","nodeType":"text"},{"data":{"uri":"https://support.2k.com/hc/en-us/requests/new"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"https://support.2k.com/hc/en-us/requests/new","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":", and follow the instructions.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—Ghost Story Games","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To submit a data request of the personal information collected about you by Ghost Story Games, go to ","nodeType":"text"},{"data":{"uri":"https://www.ghoststorygames.com/privacy-data-requests/"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"https://www.ghoststorygames.com/privacy-data-requests/","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":".","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—Social Point and Playdots","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To unsubscribe from Social Point’s marketing or newsletters, please email ","nodeType":"text"},{"data":{"uri":"mailto:unsubscribe@socialpoint.es"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"unsubscribe@socialpoint.es","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":" from the same email account you used to sign up with \"Unsubscribe\" in the subject line.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To submit a data request of the personal information collected about you by Social Point or Playdots, please do the following: ","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Go to the settings section in any game application; ","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"list-item"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Click on the Help or Support button. This should direct you to our Social Point support page;","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"list-item"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Click on the “Chat” icon on the top right of the page. Note: If you are not able to see a “Chat” icon, you will need to tap on any article topic, scroll to the bottom of that article, and where it says \"Was this article useful?\", click “No”. You should now be able to see a \"Chat with us\" button;","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"list-item"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Click on \"Account Issues\" and \"I would like to delete or request a copy of my data\"; and","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"list-item"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Provide us the details of the data subject right you wish to exercise.","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"list-item"}],"nodeType":"unordered-list"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—Zynga, Gram, Natural Motion, Small Giant Games, Skillpoint","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To submit a data request of the personal information collected about you by Zynga, Gram, Natural Motion, Small Giant Games, or Skillpoint, go to ","nodeType":"text"},{"data":{"uri":"https://privacy.zynga.com/portal/#/"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"https://privacy.zynga.com/portal/#/","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":" and fill out a request.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—Peak","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To submit a data request of the personal information collected about you by Peak, email ","nodeType":"text"},{"data":{"uri":"mailto:privacy@peak.com"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"privacy@peak.com","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":". You may also submit a data deletion request from within the game directly.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—Nordeus","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To submit a data request of the personal information collected about you by Nordeus, go to ","nodeType":"text"},{"data":{"uri":"https://privacy.zynga.com/portal/#/"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"https://privacy.zynga.com/portal/#/","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":" and fill out a request.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—Rollic, Nanotribe, Creasaur, Zerosum, Bytetyper","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To submit a data request of the personal information collected about you by Rollic, Nanotribe, Creasaur, Zerosum, or Bytetyper, go to ","nodeType":"text"},{"data":{"uri":"https://zynga.support/RollicDataRequest"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"https://zynga.support/RollicDataRequest","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":", and follow the instructions.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—Popcore","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To submit a data request of the personal information collected about you by Popcore, please email ","nodeType":"text"},{"data":{"uri":"mailto:privacy@popcore.com"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"privacy@popcore.com","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":".","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[{"type":"italic"}],"value":"—CircoLoco Records","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"To unsubscribe from CircoLoco Records marketing newsletters, please email ","nodeType":"text"},{"data":{"uri":"mailto:unsubscribe@circolocorecords.com"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"unsubscribe@circolocorecords.com","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":" from the same email account you used to sign up with, and write “Unsubscribe” in the subject line. To submit a data request of the personal information collected about you by CircoLoco Records, go to ","nodeType":"text"},{"data":{"uri":"http://rsg.ms/71aa664"},"content":[{"data":{},"marks":[{"type":"underline"}],"value":"http://rsg.ms/71aa664","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":".","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"}},{"internalName":"Data Request Form","linkText":"Data Request Form","docsId":"2-form","text":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Data Request Form","nodeType":"text"}],"nodeType":"heading-2"},{"data":{},"content":[{"data":{},"marks":[],"value":"Complete this form to make a data request to the Take-Two group of companies for services that we offer to consumers. Enter the email you used to sign up with us.","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"}},{"internalName":"Data Request Form Iframe Embed","iframeUrl":"https://1oyn3diwtl.execute-api.us-east-1.amazonaws.com/forms/7IoKh9YOi3vAtxS2dCmeqS"},{"internalName":"Contact Take-Two","linkText":"Contact Take-Two","docsId":"3-data-rights-contact","text":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Contact Take-Two","nodeType":"text"}],"nodeType":"heading-2"},{"data":{},"content":[{"data":{},"marks":[],"value":"If you have questions about our Privacy Policy, please use the form below to contact our Data Protection Officer.","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"},"extendedText":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"You may also contact us or our Data Protection Officer by mail at the addresses below. Please identify your location in your message. You may also have the right to complain to a privacy authority. You may also contact us by email at privacypolicy@take2games.com. ","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[{"type":"bold"}],"value":"Country","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[{"type":"bold"}],"value":"Address","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"}],"nodeType":"table-row"},{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Non-European Countries","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Take-Two Interactive Software, Inc.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"110 W 44th Street, New York, NY 10036 USA, ","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"Attn: Privacy Policy Administrator","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"}],"nodeType":"table-row"},{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"UK, EU, EEA, or Switzerland","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"(“European Countries”)","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Take Two Interactive Software Europe Limited","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"Take-Two House","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"30 Cleveland Street, London W1T 4JD, UK","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"Attn: Privacy Policy Administrator","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"}],"nodeType":"table-row"}],"nodeType":"table"},{"data":{},"content":[{"data":{},"marks":[],"value":"","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"}},{"internalName":"Contact Form","iframeUrl":"https://1oyn3diwtl.execute-api.us-east-1.amazonaws.com/forms/HjPlmJ02nRiaN9sIv36we","longUrl":"https://1oyn3diwtl.execute-api.us-east-1.amazonaws.com/forms/HjPlmJ02nRiaN9sIv36we"},{"internalName":"Contact us by Email","docsId":"6-contact-by-email","text":{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"You may also contact us or our Data Protection Officer by mail at the addresses below. Please identify your location in your message. You may also have the right to complain to a privacy authority. You may also contact us by email at ","nodeType":"text"},{"data":{"uri":"mailto:privacypolicy@take2games.com"},"content":[{"data":{},"marks":[],"value":"privacypolicy@take2games.com","nodeType":"text"}],"nodeType":"hyperlink"},{"data":{},"marks":[],"value":".","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[{"type":"bold"}],"value":"Country","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[{"type":"bold"}],"value":"Address","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"}],"nodeType":"table-row"},{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Non-European Countries","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Take-Two Interactive Software, Inc.","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"110 W 44th Street, New York, NY 10036 USA, ","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"Attn: Privacy Policy Administrator","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"}],"nodeType":"table-row"},{"data":{},"content":[{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"UK, EU, EEA, or Switzerland","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"(“European Countries”)","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"},{"data":{},"content":[{"data":{},"content":[{"data":{},"marks":[],"value":"Take Two Interactive Software Europe Limited","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"Take-Two House","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"30 Cleveland Street, London W1T 4JD, UK","nodeType":"text"}],"nodeType":"paragraph"},{"data":{},"content":[{"data":{},"marks":[],"value":"Attn: Privacy Policy Administrator","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"table-cell"}],"nodeType":"table-row"}],"nodeType":"table"},{"data":{},"content":[{"data":{},"marks":[],"value":"","nodeType":"text"}],"nodeType":"paragraph"}],"nodeType":"document"}}],"docsId":"data-request","locale":"en-US","isLocalized":true,"languageStr":"Language","languages":[{"label":"English","value":"en-US"},{"label":"العربية","value":"ar"},{"label":"简体中文","value":"zh-CN"},{"label":"繁體中文","value":"zh-Hant"},{"label":"čeština","value":"cs"},{"label":"Français","value":"fr"},{"label":"Nederlands","value":"nl"},{"label":"Deutsch","value":"de"},{"label":"Ελληνικά","value":"el"},{"label":"Italiano","value":"it"},{"label":"Español-España","value":"es"},{"label":"Polski","value":"pl"},{"label":"Español-Latinoamérica","value":"es-419"},{"label":"한국어","value":"ko"},{"label":"Türkçe","value":"tr"},{"label":"Português- Brasil","value":"pt-BR"},{"label":"Português","value":"pt"},{"label":"日本語","value":"ja"},{"label":"Русский язык","value":"ru"},{"label":"Dansk","value":"da"},{"label":"Suomi","value":"fi"},{"label":"Norsk","value":"nb"},{"label":"Svenska","value":"sv"},{"label":"ไทย","value":"th"},{"label":"Afrikaans","value":"af"},{"label":"עִברִית","value":"he"},{"label":"हिंदी","value":"hi"},{"label":"Melayu","value":"ms"},{"label":"Română","value":"ro"},{"label":"Српски језик","value":"sr"},{"label":"Українська","value":"uk"},{"label":"català","value":"ca"},{"label":"فارسی","value":"fa"},{"label":"Tiếng Việt","value":"vi"},{"label":"Magyar","value":"hu"},{"label":"bahasa Indonesia","value":"id"}],"rtl":"ltr","backToTopText":"Back to top"},"__N_SSG":true},"page":"/[...docs]","query":{"docs":["data-request"]},"buildId":"6lqL1VQ2h95e7M4KHc-2O","assetPrefix":"/t2gp-corp-docs","isFallback":false,"gsp":true,"scriptLoader":[]}</script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10