Skip to content

Commit db721f3

Browse files
committed
Align Save-Impression HTTP example with JS one
1 parent f3c8fb8 commit db721f3

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
@@ -1897,9 +1897,12 @@ if the user has opted out of collection of diagnostic data.
18971897
set on a response requesting that the user agent invoke the
18981898
<a method for=Attribution>saveImpression()</a> API.
18991899

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

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

0 commit comments

Comments
 (0)