Skip to content

Commit fd74664

Browse files
Merge pull request #3286 from MicrosoftDocs/user/mikehoffms/server-images
Update link text in "Sign up for the Ad Selection API"
2 parents fa4e10d + e55eefa commit fd74664

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

microsoft-edge/devtools-guide-chromium/resources/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For example, to go from the **Page** tab's resource list in the **Sources** tool
118118

119119
1. In DevTools, on the **Activity Bar**, select the **Network** tab. If that tab isn't visible, click the **More Tools** (![More Tools icon](./index-images/more-tools-icon-light-theme.png)) button.
120120

121-
1. Press **Ctrl+R** to refresh the page. The received resource files that make up the webpage are now added as rows in the **Network** tab. The **network-tutorial/** folder row represents the HTML page - in this case, [index.html](https://github.com/MicrosoftEdge/Demos/tree/main/network-tutoriql).
121+
1. Press **Ctrl+R** to refresh the page. The received resource files that make up the webpage are now added as rows in the **Network** tab. The **network-tutorial/** folder row represents the HTML page - in this case, [index.html](https://github.com/MicrosoftEdge/Demos/blob/main/network-tutorial/index.html).
122122

123123
1. In DevTools, on the **Activity Bar**, click the **Sources** tab.
124124

microsoft-edge/web-platform/ad-selection-api.md

+36-36
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
8-
ms.date: 10/08/2024
8+
ms.date: 10/10/2024
99
---
1010
# Sign up for the Ad Selection API
1111
<!-- https://go.microsoft.com/fwlink/?linkid=2289906 -->
1212

13-
The Ad Selection API provides user-relevant ads on your site without using third-party cookies. See [Ad Selection Overview](https://github.com/WICG/privacy-preserving-ads/blob/main/Ad%20Selection%20Overview.md) in the "WICG / privacy-preserving-ads" repo.
13+
The Ad Selection API provides user-relevant ads on your site without using third-party cookies. See [Ad Selection Overview](https://github.com/WICG/privacy-preserving-ads/blob/main/Ad%20Selection%20Overview.md) in the `privacy-preserving-ads` repo.
1414

1515
The Ad Selection API can be used by:
1616
* **Sellers** running a supply-side platform (SSP), who can use the API to provide higher-quality ads for their publishers.
@@ -19,13 +19,13 @@ The Ad Selection API can be used by:
1919
To get started using the Ad Selection API and test out the end-to-end flow, sign up for the limited preview of the Ad Selection API.
2020

2121
As a seller operating a supply-side platform or a buyer operating a demand-side platform, use this guide to:
22-
* Test the Ad Selection API on your site.
23-
* Sign up for the Ad Selection API limited preview.
24-
* Register for the Origin Trial.
25-
* Complete API attestation.
26-
* See the Ad Selection API and its usage, and deploy your services to Azure.
22+
* Sign up for the Ad Selection API limited preview by registering for the origin trial.
23+
* Complete the API attestation by publishing your attestations JSON file.
2724
* Set up an evaluation environment with a supported cloud provider.
28-
* Prepare all needed UDF functions and be able to work with Edge Web API.
25+
* View the Ad Selection API documentation.
26+
* Prepare your User-Defined Functions (UDFs).
27+
* Deploy your services to Azure.
28+
* Test the Ad Selection API on your site.
2929

3030

3131
<!-- ====================================================================== -->
@@ -55,15 +55,15 @@ The **Ad Selection API** flag enables the Ad Selection API and associated featur
5555
<!-- ------------------------------ -->
5656
#### Sign-up and attestation requirements and process
5757

58-
Developers interested in alpha testing can join the [Origin Trial](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/). This trial enables end-to-end testing of Ad Selection API features, covering both the API usage and the deployment of secure container images.
58+
Developers interested in alpha testing can join the origin trial for the Ad Selection API. This origin trial enables end-to-end testing of Ad Selection API features, covering both the API usage and the deployment of secure container images.
5959

6060
For each top-level domain that you intend to use with the Ad Selection API, fill in the **Origin Trial Registration** form for that domain, and then submit the form.
6161

6262
To sign up for the **Ad Selection API** origin trial for a domain:
6363

6464
1. Open [Microsoft Edge Origin Trials](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/) in a new window or tab:
6565

66-
![Origin trials](./ad-selection-api-images/origin-trials.png)
66+
![The "Ad Selection API" origin trial listing at "Microsoft Edge Origin Trials"](./ad-selection-api-images/origin-trials.png)
6767

6868
1. In the **Ad Selection API** section, click the **Register** button. The **Origin Trial Registration** form opens:
6969

@@ -81,7 +81,7 @@ To sign up for the **Ad Selection API** origin trial for a domain:
8181

8282
1. Click the **Submit** button.
8383

84-
An Origin Trial token is generated for the top-level domain and is sent to you.
84+
An origin trial token is generated for the top-level domain and is sent to you.
8585

8686
1. Create a file that's named `ad-selection-attestations.json`, and host the file at the top-level domain, in the `/.well-known/` directory. For example:
8787

@@ -138,7 +138,7 @@ The attestations JSON file must be named `ad-selection-attestations.json`, and m
138138
<!-- ---------- -->
139139
###### Important fields and values
140140

141-
* The `ad-selection-attestations.json` file must include the Origin Trial token that was generated and sent to you for this top-level domain. `"ownership_token":` is the Origin Trial token that was generated when registering this domain for the **Ad Selection API** origin trial.
141+
* The `ad-selection-attestations.json` file must include the origin trial token that was generated and sent to you for this top-level domain. `"ownership_token":` is the origin trial token that was generated when registering this domain for the **Ad Selection API** origin trial.
142142

143143
* In the `"platform_attestations":` section, `"platform":` must be `"edge"` or `"android"`.
144144

@@ -156,28 +156,28 @@ The attestations JSON file must be named `ad-selection-attestations.json`, and m
156156

157157
The Ad Selection API uses a trusted execution environment (TEE) to provide a level of assurance for data integrity, data confidentiality, and code integrity; see [Confidential Computing: Hardware-Based Trusted Execution for Applications and Data](https://confidentialcomputing.io/wp-content/uploads/sites/85/2021/03/confidentialcomputing_outreach_whitepaper-8-5x11-1.pdf). Services provided by the Ad Selection API must run in a TEE to secure the data used by these services.
158158

159-
Ad Selection Services running in a TEE should be deployed on a cloud platform that supports the necessary security features. Initially, services can be deployed in Azure using [Confidential ACI containers](/azure/container-instances/container-instances-confidential-overview).
159+
Ad Selection Services running in a TEE should be deployed on a cloud platform that supports the necessary security features. Initially, services can be deployed in Azure by using confidential ACI containers; see [Confidential containers on Azure Container Instances](/azure/container-instances/container-instances-confidential-overview).
160160

161161
The Ad Selection API provides different services that need to be deployed by sellers or buyers.
162162

163163

164164
<!-- ------------------------------ -->
165165
#### Images for deploying services
166166

167-
Add your User-Defined Functions within the provided images of services. The User-Defined Functions can run custom business logic. The User-Defined Functions run in private containers within the deployed services.
167+
Add your User-Defined Functions (UDFs) within the provided images of services. The User-Defined Functions can run custom business logic. The User-Defined Functions run in private containers within the deployed services.
168168

169169
Each image defines one service. Some images don't contain UDFs, and consist entirely of predefined code. Some images contain UDFs, as functions with an empty body or starter code, that are the relevant User-Defined Functions for that service. Fill in the bodies of the User-Defined Functions in these images with your own custom code.
170170

171171
Microsoft provides an image for each service, which can be deployed on a cloud provider. These are the public images that must be used for deployment. Only official images from Microsoft are able to run private auctions.
172172

173-
Images for seller services:
174-
* [SellerFrontEnd service](https://mcr.microsoft.com/product/ad-selection/azure/seller-frontend-service)
175-
* [Auction service](https://mcr.microsoft.com/product/ad-selection/azure/auction-service)
173+
Images for sellers:
174+
* [Ad Selection Seller Front End Service](https://mcr.microsoft.com/product/ad-selection/azure/seller-frontend-service)
175+
* [Ad Selection Auction Service](https://mcr.microsoft.com/product/ad-selection/azure/auction-service)
176176

177-
Images for buyer services:
178-
* [BuyerFrontEnd service](https://mcr.microsoft.com/product/ad-selection/azure/buyer-frontend-service)
179-
* [Bidding service](https://mcr.microsoft.com/product/ad-selection/azure/bidding-service)
180-
* [K-Anonymity service](https://mcr.microsoft.com/product/ad-selection/azure/k-anonymity-service)
177+
Images for buyers:
178+
* [Ad Selection Buyer Front End Service](https://mcr.microsoft.com/product/ad-selection/azure/buyer-frontend-service)
179+
* [Ad Selection Bidding Service](https://mcr.microsoft.com/product/ad-selection/azure/bidding-service)
180+
* [Ad Selection K-Anonymity Service](https://mcr.microsoft.com/product/ad-selection/azure/k-anonymity-service)
181181

182182

183183
<!-- ------------------------------ -->
@@ -242,7 +242,7 @@ To deploy the Ad Selection API service to Azure:
242242

243243
1. Choose the **Confidential ACO containers** option.
244244

245-
1. Download the Terraform [deployment scripts and guide](https://go.microsoft.com/fwlink/?linkid=2290115). **Note:** Make sure the hash of the image you downloaded matches the hash in the script you download.
245+
1. Go to [Terraform deployment scripts](https://go.microsoft.com/fwlink/?linkid=2290115) in a new window or tab, and then download the Terraform deployment scripts and view the deployment documentation. **Note:** Make sure the hash of the image you downloaded matches the hash in the script you download.
246246

247247
1. The Terraform scripts already include links to public images that are provided by Microsoft. Choose the required services and deploy them by following the steps in the included `readme.md`.
248248

@@ -271,29 +271,29 @@ To learn more about which API methods are available and to view example code, se
271271
## See also
272272
<!-- all links in article -->
273273

274-
Design and technical documents:
275-
* [Ad Selection API Proposal](https://github.com/WICG/privacy-preserving-ads?tab=readme-ov-file#ad-selection-api-proposal)
276-
* [Ad Selection Overview](https://github.com/WICG/privacy-preserving-ads/blob/main/Ad%20Selection%20Overview.md)
277-
* [Ad Selection API details](https://github.com/WICG/privacy-preserving-ads/blob/main/API%20Details.md)
274+
Design and technical documents
275+
* [Ad Selection Overview](https://github.com/WICG/privacy-preserving-ads/blob/main/Ad%20Selection%20Overview.md)
276+
* [Ad Selection API Proposal](https://github.com/WICG/privacy-preserving-ads?tab=readme-ov-file#ad-selection-api-proposal)<!-- not in article body -->
277+
* [Ad Selection API details](https://github.com/WICG/privacy-preserving-ads/blob/main/API%20Details.md)
278278

279279
Images for deployment:
280280
* Sellers
281-
* [SellerFrontEnd service](https://mcr.microsoft.com/product/ad-selection/azure/seller-frontend-service)
282-
* [Auction service](https://mcr.microsoft.com/product/ad-selection/azure/auction-service)
281+
* [Ad Selection Seller Front End Service](https://mcr.microsoft.com/product/ad-selection/azure/seller-frontend-service)
282+
* [Ad Selection Auction Service](https://mcr.microsoft.com/product/ad-selection/azure/auction-service)
283283
* Buyers
284-
* [BuyerFrontEnd service](https://mcr.microsoft.com/product/ad-selection/azure/buyer-frontend-service)
285-
* [Bidding service](https://mcr.microsoft.com/product/ad-selection/azure/bidding-service)
286-
* [K-Anonymity service](https://mcr.microsoft.com/product/ad-selection/azure/k-anonymity-service)
284+
* [Ad Selection Buyer Front End Service](https://mcr.microsoft.com/product/ad-selection/azure/buyer-frontend-service)
285+
* [Ad Selection Bidding Service](https://mcr.microsoft.com/product/ad-selection/azure/bidding-service)
286+
* [Ad Selection K-Anonymity Service](https://mcr.microsoft.com/product/ad-selection/azure/k-anonymity-service)
287+
288+
Deployment scripts:
289+
* [Terraform deployment scripts](https://go.microsoft.com/fwlink/?linkid=2290115)
287290

288291
Origin trials:
289-
* [Origin Trials](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/)
292+
* [Microsoft Edge Origin Trials](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/)
290293

291294
Trusted execution environment (TEE):
292295
* [Confidential Computing: Hardware-Based Trusted Execution for Applications and Data](https://confidentialcomputing.io/wp-content/uploads/sites/85/2021/03/confidentialcomputing_outreach_whitepaper-8-5x11-1.pdf)
293296

294297
Azure:
295298
* [Microsoft Azure](https://azure.microsoft.com)
296-
* [Confidential ACI containers](/azure/container-instances/container-instances-confidential-overview)
297-
298-
Terraform:
299-
* [Terraform deployment scripts and guide](https://go.microsoft.com/fwlink/?linkid=2290115)
299+
* [Confidential containers on Azure Container Instances](/azure/container-instances/container-instances-confidential-overview)

0 commit comments

Comments
 (0)