Skip to content

How does the Report Collector know what reports to send with each query? #91

@nunesgh

Description

@nunesgh

From IPA-End-to-End, Case2023, and report_collectors, the context, i.e. the website or app that generates a report, is only ever specified in the encrypted Match Key associated data,1 i.e. the stored value could only be seen in the clear by Helper Parties, but never by the Report Collector.2

But even if the Report Collector could see the context of each report in the clear, hence being able to start building a query for a context, e.g. context A, how could it do so using the relevant reports from contexts B, C, etc.?

For instance, the Report Collector might have 10 trigger reports from context A and 2,000 source reports from context B, of which only 100 were actually related to impressions for ads from context A. Is the Report Collector capable of creating a query with only the 10 trigger reports from A and the 100 source reports from B? Or would the Report Collector always need to send to the Helper Party Network all the records it has stored, from all contexts, for every query?

In summary: 1) How does the Report Collector know which reports belong to any context, e.g. context A, in order to start building a query? 2) Can the Report Collector distinguish what reports from other contexts are relevant to context A?

Footnotes

  1. Encrypt(pk_i, data_i), where data_i = (mk_i, report_collector, current_website/app, match_key_provider) and current_website/app would be the context.

  2. The Report Collector could save reports from each context separately, e.g. in distinct Lists of Events (Def. 7, Case2023) per context, hence keeping the relationship between reports and their originating contexts, but that is not explicitly stated anywhere and does not seem to be the case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions