18F / analytics-reporter

Lightweight analytics reporting and publishing tool for Digital Analytics Program's Google Analytics 360 data.

Home Page:https://analytics.usa.gov/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QA | Audit GA4 Report Totals

scottqueen-bixal opened this issue · comments

Background

This script, https://github.com/18F/analytics-reporter/blob/develop/src/process-results/result-totals-calculator.js#L16, handles some custom SUM values on the reports. If the "column" keys don't match up with GA4 values, we may see undefined totals

User Story

As a user, reviewing a processed report at data/live/* I'd like to see values in totals rather than undefined.

Acceptance Criteria

  • A review of totals for reports has been completed
  • any updates that can take place on the script to catch new GA4 values in totals are made
  • undefined totals are reduced

I reviewed all reports for analytics and api without finding any additional SUM values that were undefined or not populated unexpectedly.