본문으로 건너뛰기

3개의 게시물개의 게시물이 "compliance-studio" 태그를 포함

모든 태그 보기

Version history and rollback in Compliance Studio

Every configuration a product has published is now kept and listed, and an administrator can point Live back at a configuration it served before without waiting on k-ID.

What's new

  • The History tab. A product now has a History tab holding two sections. Activity lists everything that has happened to the product, and any entry that changed the configuration carries a View changes link showing exactly what that one entry changed. Versions lists every configuration published to Live and to Test, newest first, with the one being served marked Current.
  • Rollback. The version Live is serving offers Rollback, which repoints Live at the configuration published before it. It doesn't create a new version, so numbering is unaffected and the version you rolled off stays in the list and can be made current again. A rollback takes effect within minutes, with no review step, so the confirmation shows the full diff of what Live would serve.
  • Reset to published. A working copy with unpublished edits can be reset back to whatever Live or Test is serving, previewed the same way. This is separate from a rollback: a rollback changes what players are served and leaves your working copy alone, a reset does the opposite.
  • Naming a version. Versions can be given a name, so Live v7 can also read as "pre-launch tuning" when someone comes looking a month later.

Documentation

추가 법적 링크 및 Check age gate options

추가 법적 링크(Developer Details)와 Check age gate API의 options 매개변수에 대한 문서를 추가했습니다. 동의 플로우에서 플랫폼별 법적 문서(예: Xbox, PlayStation, Steam)를 표시할 수 있습니다.

새로운 기능

추가 법적 링크 (Developer Details)

Compliance Studio의 프로덕트 Developer Details 탭에서 동의 플로우에 표시되는 선택적 추가 법적 링크를 추가할 수 있습니다.

  • 제목링크: 현지화된 표시 제목과 URL(메인 법적 문서와 동일한 언어 옵션).
  • 변형 ID: Check age gate API 호출 시 사용하는 식별자(예: xbox-tos, playstation-privacy-policy). 항상 표시가 꺼져 있으면 필수입니다.
  • 항상 표시: 켜짐(기본값)이면 동의 플로우에서 링크가 항상 표시됩니다. 꺼짐이면 게임이 options에서 해당 변형 ID로 연령 게이트 API를 호출할 때만 표시됩니다.

게임이 여러 플랫폼에서 배포되고 플랫폼마다 다른 법적 문서 URL이 필요한 경우 사용하세요.

Check age gate API — options 매개변수

POST /api/v1/age-gate/check 요청 본문에서 선택적 options 개체를 지원합니다.

  • termsOfServiceDocument: 이용약관 변형 ID(구성된 추가 법적 링크와 일치해야 함).
  • privacyPolicyDocument: 개인정보 처리방침 변형 ID(구성된 추가 법적 링크와 일치해야 함).
  • additionalLegalLinks: 이용약관 및 개인정보 처리방침과 함께 표시할 추가 법적 문서의 변형 ID 배열(각 ID는 구성된 추가 법적 링크와 일치해야 함).

챌린지가 생성되면 동의 화면에 프로덕트 기본 Privacy Policy 및 Terms of Service 대신 요청된 법적 링크가 표시됩니다.

문서

Developer 역할 및 프로덕트 액세스 제어

Compliance Studio에 프로덕트 수준의 액세스 제어를 갖춘 새로운Developer역할을 도입하여 조직이 다양한 프로덕트와 팀 간의 명확한 경계를 유지할 수 있도록 했습니다.

새로운 기능

Developer 역할

Compliance Studio에서 새로운Developer역할을 사용할 수 있습니다. Developer 역할을 가진 사용자는 프로덕트 및 프로덕트 개발자 설정을 관리할 수 있지만, 명시적으로 할당된 프로덕트에 대해서만 가능합니다.

주요 기능:

  • 프로덕트 수준의 액세스 제어: Developer는 조직 내의 특정 프로덕트에만 액세스를 제한할 수 있습니다
  • 세분화된 권한: 각 Developer 역할 구성원을 각각의 프로덕트에 할당할 수 있어 프로덕트 수준의 액세스 제어를 가능하게 하고 조직 경계를 유지합니다
  • 프로덕트 관리: Developer는 할당된 프로덕트의 프로덕트 및 프로덕트 개발자 설정만 관리할 수 있습니다

구성원 액세스 관리

조직 설정에 새로운Member Access메뉴가 추가되어 Owner와 Admin이 Developer 역할을 가진 구성원에게 프로덕트 액세스를 할당할 수 있습니다.

작동 방식:

  • 액세스 할당: Owner와 Admin은 Member Access 메뉴를 사용하여 Developer 역할 구성원에게 특정 프로덕트를 할당할 수 있습니다
  • 다중 프로덕트 할당: 단일 Developer에게 여러 프로덕트를 할당할 수 있습니다
  • 즉시 적용: 프로덕트 액세스 할당은 즉시 적용됩니다

업데이트된 문서