BigQuery 일일 업데이트 내보내기를 사용하는 경우 일부 traffic_source 필드에 Data Not Available가 표시될 수 있습니다. 이 가이드를 따르면 누락된 트래픽 소스 데이터의 대부분을 기존 내보내기에서 사용 가능해지는 즉시(일반적으로 매일 오전 5시) 자동으로 백필할 수 있습니다.
백필을 자동화하는 단계는 다음과 같습니다.
BigQuery에서 일일 완성도 신호를 리슨합니다.
BigQuery 내보내기에서 트래픽 소스 데이터가 누락된 이벤트를 식별합니다.
Google Ads에서 이러한 이벤트의 전체 데이터를 쿼리합니다.
전체 이벤트 데이터를 BigQuery 내보내기와 조인합니다.
Pub/Sub 주제 만들기
Google Cloud 콘솔의 왼쪽 탐색 메뉴에서 Pub/Sub을 엽니다. Pub/Sub이 표시되지 않으면 Google Cloud 콘솔 검색창에서 검색합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-12-19(UTC)"],[],["The core process addresses missing traffic source data in BigQuery Fresh Daily exports. It involves listening for a daily completeness signal via Pub/Sub, identifying incomplete events, and then querying Google Ads for the complete data. This complete data is then joined with the existing BigQuery export. To achieve this, a Pub/Sub topic and a Log Router sink are created to monitor the completeness signal. Finally, a Cloud Run function is employed to execute the data backfill using a custom code when triggered by the completeness signal.\n"]]