Ads Data Hub에서 개인 정보 보호 검사 중에 보다 효과적으로 작업을 실행할 수 있도록 플랫폼에는 합성 데이터 세트가 포함되어 있습니다. 일반 데이터와 달리 이 데이터 세트는 개인 정보 보호 검사를 받지 않으므로 실험 및 쿼리 개발에 사용해야 합니다. 샌드박스를 사용하면 다음을 통해 쿼리 개발 워크플로를 개선할 수 있습니다.
작업 실행 속도 향상. 샌드박스 데이터에서 실행되는 쿼리는 개인 정보 보호 검사를 받지 않으므로 작업이 더 빠르게 실행됩니다.
기본 데이터 검사. 샌드박스 데이터에 SELECT *를 사용할 수 있어 결과를 더 잘 파악할 수 있습니다.
데이터 차이 검사 제외. 데이터 차이 검사에서는 쿼리 기록을 확인하지만 샌드박스 데이터에서 실행되는 쿼리의 영향을 받지 않습니다. 데이터 차이 검사에 대해 자세히 알아보기
이러한 개선사항을 통해 초안 쿼리를 더 빠르게 반복하고 개인 정보 보호 검사로 인한 오류 발생 빈도를 줄일 수 있습니다. 따라서 Ads Data Hub에서는 가능하면 샌드박스 데이터를 사용하여 쿼리를 개발하는 것이 좋습니다.
샌드박스 데이터 및 개인 정보 보호 제한
샌드박스 데이터는 합성 데이터이므로 Ads Data Hub에서 개인 정보 보호를 위한 특정 제한을 완화합니다. 예를 들어 다음 작업은 샌드박스 데이터를 쿼리할 때만 가능합니다.
SELECT *를 사용하여 쿼리 실행
일련의 유사한 쿼리 실행. 이 방법은 SQL 쿼리를 개발하는 일반적인 방법이지만, 샌드박스 데이터를 사용하지 않을 경우 작업에서 개인 정보 보호 검사 문제가 발생할 가능성이 큽니다. 샌드박스 데이터에서 실행되는 작업은 데이터 차이 검사를 받지 않으므로 SQL에서 더 빠르게 반복할 수 있습니다. Ads Data Hub의 개인 정보 보호 검사에 대해 자세히 알아보기
샌드박스 쿼리 워크플로
샌드박스 데이터를 사용하는 쿼리를 개발하는 워크플로는 자체 데이터를 사용하는 쿼리를 개발하는 워크플로와 거의 동일합니다. 유일한 차이점은 다음과 같습니다.
샌드박스 데이터를 쿼리할 때 SELECT *를 사용하는 쿼리를 작성할 수 있습니다.
기간은 샌드박스 데이터의 콘텐츠와 일치하도록 '2018년 8월 17일~9월 18일'로 자동 업데이트됩니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-06(UTC)"],[[["Ads Data Hub's sandbox allows for faster query development and experimentation without privacy restrictions, leading to quicker iteration and reduced errors."],["Sandbox data is synthetic and relaxes certain privacy restrictions, enabling actions like using `SELECT *` and running similar queries repeatedly without triggering privacy checks."],["When using sandbox data, queries must be limited to a specific date range (2018-08-18 to 2018-09-17) and require selecting \"ADH Sandbox Customer\" as the data source."],["Sandbox usage involves a nearly identical workflow to regular queries, with the addition of specific date range and data source selections, along with the ability to utilize `SELECT *`."]]],["The Ads Data Hub platform offers a synthetic dataset, or \"sandbox,\" for query development and experimentation. This sandbox data is exempt from privacy checks, allowing for faster job runs and the use of `SELECT *`. It also avoids data difference checks, enabling users to run similar queries repeatedly. Queries on sandbox data don't affect report history. Users can access it within the SQL editor by selecting \"ADH Sandbox Customer\" or via the API using region-specific sandbox account IDs. The sandbox's date range is fixed to \"Aug 17 - Sep 18, 2018\".\n"]]