기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Analytics

Unity SDK

Client API

Analytics

이 페이지는 선택한 언어로 제공되지 않습니다.
LiveOps
​
​
Analytics
  • Overview
  • Get started
  • Pricing
  • Concepts
  • Tutorials
    • Create a custom event
    • Record an event
    • Record events with a custom user ID
    • Record transaction events
    • Record ad impression events
    • Copy custom events to another environment
    • Create a custom dashboard
    • Edit a custom dashboard
    • Create a funnel
    • Track user acquisition
    • Create a custom audience
    • Run a query with SQL Data Explorer
    • Query parameter values with SQL Data Explorer
    • Optimize SQL Data Explorer queries
    • Set up Data Access
    • Record an event with the REST API
    • Generate a unique user ID with the REST API
    • Request data deletion with the REST API
    • Debug event reporting
    • SDK 5.0.0 migration
    • Migrate to Unity 6.2 with Analytics SDK 6.1.0
    • Request game data deletion
  • Reference
  • Privacy and consent
  • FAQ
  1. Unity Analytics

Set up Data Access

Follow this workflow to configure Data Access and share your Analytics data with your Snowflake account.
읽는 시간 2분
최근 업데이트: 9달 전

You can follow this process to share Analytics data to an existing Snowflake account.
  1. Open Analytics in the Unity Dashboard, and select Analytics Settings.
  2. Click Set up Data Access.
  3. Click With an existing account, then select Next.
  4. Enter your account locator and cloud region provider, then select Create.
The Analytics Settings page now displays your Data Access account.
To create and to access the database from this share in Snowflake, click the Shares icon in the menu bar. You'll see the share listed in the view. Shares can be viewed by using an SQL command. This lists the shares available for the Snowflake account.

Access your Analytics data in Snowflake

To access the shared data you need to create a database from the share and grant the account admin role for the database:
  1. Select Data Products > Private sharing > Shared with you. Snowflake displays the shares available for your account, including the one you set up in the Unity Dashboard. You can also view shares via the SQL command:
    SHOW SHARES;
    .
  2. Select the download button on the share you wish to view.
  3. Define the roles you want to allow access to this share, and select Get Data.
This creates a database where you can query the shared data.
Alternatively, you can create a database for the share using the following SQL in Snowflake:
CREATE DATABASE "SFSHARETEST" FROM SHARE UNITYLIVEOPS."UNITY_ANALYTICS_PDA";GRANT IMPORTED PRIVILEGES ON DATABASE "SFSHARETEST" TO ROLE "ACCOUNTADMIN";
To view the created databases in Snowflake, select Data > Databases. Alternatively, you can view the list of databases via the SQL command:
Show databases;
To view a list of views and tables within the share, run a
describe share <sharename>
SQL query in the worksheet. The Origin column in the database table displays the share names.
For more information on how to consume Snowflake shared data, refer to the Snowflake documentation.

Useful resources

  • A list of views available through data access is listed on the Data Access available views page.
  • Snowflake documentation on a BI tooling solution that natively supports Snowflake.
  • Snowflake documentation on an ETL and data transformation tools that natively support Snowflake.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Access your Analytics data in Snowflake

    • Useful resources


이 페이지의 문제 보고