attribution-reporting-api icon indicating copy to clipboard operation
attribution-reporting-api copied to clipboard

Is the source registration request sent separately from going to a landing page? [question]

Open maudnals opened this issue 3 years ago • 1 comments

Question from developer:

Is it correct that header-based source registration will be implemented to the current flow where a landing page is navigated in the top frame? In other words, a registration request is not sent separately from going to a landing page?

maudnals avatar Feb 14 '22 11:02 maudnals

Answer:

The header-based source registration occurs in a separate request from the navigation request to the landing page. When the anchor element is clicked, the browser starts a new "background" request based on the attributionsrc value in order to get the attribution source parameters. The existing request made as part of the anchor element href is not affected; it will continue normally.

maudnals avatar Feb 14 '22 11:02 maudnals