diff --git a/api.bs b/api.bs index 321390f..1c0fdd6 100644 --- a/api.bs +++ b/api.bs @@ -1328,8 +1328,11 @@ The measureConversion(|options|) method |topLevelSite|, and |now|. 1. Let |encryptedReport| be the result of encrypting |report|. + 1. Let |result| be a {{PrivateAttributionConversionResult}} with the following items: + : {{PrivateAttributionConversionResult/report}} + :: |encryptedReport| 1. [=Queue a task=] on the [=Private Attribution task source=] to - [=resolve=] |promise| with |encryptedReport|. + [=resolve=] |promise| with |result|. 1. Return |promise|.