Skip to content

Commit 9db3686

Browse files
committed
Add missing argument
1 parent 42f48f2 commit 9db3686

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2258,7 +2258,8 @@ and [=response=] |response|, run these steps:
22582258

22592259
1. Let |reportPromise| be the result of running [=measure a conversion=] with |conversionOptions| and |implicitInputs|.
22602260

2261-
1. [=In parallel=], [=upon fulfillment=] of |reportPromise|, [=send a report=] with its value and |reportUrl|.
2261+
1. [=In parallel=], [=upon fulfillment=] of |reportPromise|, [=send a report=] with the fulfilled value, |reportUrl|, and
2262+
|request|'s [=request/client=].
22622263

22632264
Issue: Confirm the desired semantics of [:Save-Impression:] and [:Measure-Conversion:] in the same response.
22642265

0 commit comments

Comments
 (0)