Skip to content

Commit e72f3a9

Browse files
committed
Align Save-Impression HTTP example with JS one
1 parent db0ded2 commit e72f3a9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

api.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,9 +1896,12 @@ if the user has opted out of collection of diagnostic data.
18961896
set on a response requesting that the user agent invoke the
18971897
<a method for=Attribution>saveImpression()</a> API.
18981898

1899-
<pre class=example id=ex-save-impression-header>
1900-
Save-Impression: conversion-sites=("advertiser.example"), conversion-callers=("intermediary.example"), histogram-index=2, match-value=12, lifetime-days=7
1901-
</pre>
1899+
<div class=example id=ex-save-impression-header>
1900+
This is the HTTP equivalent of <a href=#ex-save-impression>the JavaScript `saveImpression` example</a>:
1901+
<xmp highlight=http>
1902+
Save-Impression: histogram-index=3, match-value=2, conversion-sites=("advertiser.example"), lifetime-days=7
1903+
</xmp>
1904+
</div>
19021905

19031906
The following keys are defined, corresponding to the members of
19041907
the {{AttributionImpressionOptions}} dictionary passed to

0 commit comments

Comments
 (0)