Skip to content

Commit

Permalink
Overview figure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Sep 20, 2024
1 parent 83b7ac4 commit 7abd52b
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
/venv/
*~
*.bak
.*.sw?
/node_modules
/package.json
/package-lock.json
13 changes: 13 additions & 0 deletions api.bs
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,19 @@ Typical outcomes that advertisers might seek to measure include:
* Signing up for an account.
* Visiting a webpage.

The remainder of this section describes
how the Private Attribution API operates
in conjunction with an [=aggregation service=]
to produce an aggregate attribution measurement.
That operation is illustrated in the following figure.

<figure>
<pre class=include-raw>
path:images/overview.svg
</pre>
<figcaption>Overview of Private Attribution Operation</figcaption>
</figure>

When an [=impression=] occurs,
the <a method for=PrivateAttribution>saveImpression()</a> method can be used
to request that the browser save information.
Expand Down
120 changes: 120 additions & 0 deletions images/overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7abd52b

Please sign in to comment.