diff --git a/src/app/(main)/ad-revenue-report/page.tsx b/src/app/(main)/ad-revenue-report/page.tsx index 74e3d05..2835a68 100644 --- a/src/app/(main)/ad-revenue-report/page.tsx +++ b/src/app/(main)/ad-revenue-report/page.tsx @@ -242,6 +242,8 @@ function impressionOnlyDetail(row: AdRevenueRow): AdRevenueDetailRow { expected_coin: 0, actual_coin: 0, matched: true, + adn: row.adn, + slot_id: row.slot_id, source_adn: row.adn, is_impression_only: true, };