Skip to content

Commit

Permalink
Add a todo to figure out stacked report by channel
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfucraig committed Dec 18, 2024
1 parent c00dac0 commit e6bbfe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/proto/wfa/measurement/reporting/v2alpha/page.proto
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ message PageSpec {
// (i.e. the unique contribution of rs2 with respect to rs2)
// 3. The incremental reach of (rs1+rs2+rs3) over (rs1+rs2)
// (i.e. the unique contribution of rs3 with respect to rs1 and rs2.
// TODO(@kungfucraig): Figure out how to do a stacked report by
// channel.
bool stacked_incremental_reach = 2;
}
// The set of metrics to compute for the entire Reporting Unit
Expand Down

0 comments on commit e6bbfe7

Please sign in to comment.