Skip to content

Commit c2d33cd

Browse files
authored
Remove Form steps in "Sign up for Ad Selection API" (#3547)
* remove Form steps * del special-case
1 parent 8afbac2 commit c2d33cd

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed

microsoft-edge/origin-trials/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ To register for an origin trial:
3939

4040
1. Go to [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials).
4141

42-
To sign up for the Ad Selection API origin trial, instead see [Sign up for the Ad Selection API](../web-platform/ad-selection-api.md).
43-
4442
1. Select an active trial.
4543

4644
1. Click the **I Accept the Terms of Use** button.
@@ -139,8 +137,6 @@ To renew an origin trial token:
139137

140138
1. Go to [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials).
141139

142-
For the Ad Selection API origin trial, instead see [Sign up for the Ad Selection API](../web-platform/ad-selection-api.md).
143-
144140
1. In the **My Registered Trials** section, select an origin trial.
145141

146142
1. In the **Registrations** section, in a token row that contains an **Expired** badge, click the **Renew** button:
@@ -192,19 +188,12 @@ To provide feedback about an origin trial:
192188
1. If a new issue is needed, click the **New issue** button.
193189

194190

195-
For the Ad Selection API origin trial, instead see [Provide feedback about the origin trial](../web-platform/ad-selection-api.md#provide-feedback-about-the-origin-trial) in _Sign up for the Ad Selection API_.
196-
197-
198191
<!-- ====================================================================== -->
199192
## See also
200193
<!-- all links in the article -->
201194

202195
* [Microsoft Edge Origin Trials](https://developer.microsoft.com/microsoft-edge/origin-trials) - Developer.microsoft.com.
203196

204-
Ad Selection API:
205-
* [Sign up for the Ad Selection API](../web-platform/ad-selection-api.md)
206-
* [Microsoft Edge Origin Trials](https://microsoftedge.github.io/MSEdgeExplainers/origin-trials/) - portal at Github.io, for the Ad Selection API origin trial only.
207-
208197
External:
209198
* [Implementing feature detection](https://developer.mozilla.org/docs/Learn/Tools_and_testing/Cross_browser_testing/Feature_detection) - MDN.
210199
* [Get started with origin trials](https://developer.chrome.com/docs/web-platform/origin-trials) - Chrome docs.<!-- not in article body -->

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

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -83,47 +83,15 @@ For each top-level domain that you intend to use with the Ad Selection API, fill
8383

8484
To sign up for the **Ad Selection API** origin trial for a domain:
8585

86-
1. Open [Ad Selection API Origin Trial Registration in Microsoft Edge](https://forms.office.com/r/eBhJt58Lks) in a new window or tab.
86+
1. First, do the steps in [Use origin trials in Microsoft Edge](../origin-trials/index.md).
8787

88-
1. Click the **Start now** button.
89-
90-
1. Read and agree to the terms of use, and then click the **Next** button. The **Ad Selection API Origin Trial Registration** form opens:
91-
92-
![Registration form](./ad-selection-api-images/reg-form.png)
93-
94-
1. In the **Domain** text box, enter a single top-level domain:
95-
96-
You can configure the origin trial to support any of the following:
97-
* A single domain, such as `https://example.com`, without supporting its subdomains.
98-
* A single subdomain, such as `https://beta.example.com`.
99-
* A domain, such as `https://example.com`, and its subdomains, such as `https://beta.example.com`.
100-
101-
Trailing paths and query parameters aren't supported. If a URI is entered that has a trailing path or a query parameter, such as `https://example.com/path/new-feature`, the root domain (such as `https://example.com`) or subdomain will be registered, ignoring any trailing path or query parameters.
102-
103-
1. In the **Subdomain Support** section, select the **Yes** or **No** option button:
104-
105-
* To use the origin trial at a domain (such as `https://example.com`) without supporting its subdomains (such as `https://beta.example.com`), select **No**.
106-
* To use the origin trial only at a specific subdomain (such as `https://beta.example.com`), select **No**.
107-
* To use the origin trial at a domain (such as `https://example.com`) and its subdomains (such as `https://beta.example.com`), select **Yes**.
108-
109-
1. In the **Email Address** text box, provide a valid developer contact for the domain.
110-
111-
1. Click the **Submit** button.
112-
113-
An origin trial token is generated for the top-level domain and is sent to you.
114-
115-
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:
88+
1. Then 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:
11689

11790
`https://contoso.example/.well-known/ad-selection-attestations.json`
11891

11992
The `ad-selection-attestations.json` file must be published within **30 days** of receiving the OT token. Hosting this JSON file is required, in order to complete your attestation and allow your code to access the Ad Selection API, to test the Ad Selection API with supported Microsoft Edge clients.
12093

12194

122-
<!-- ------------------------------
123-
#### Renewing the origin trial token
124-
todo -->
125-
126-
12795
<!-- ------------------------------ -->
12896
#### Example JSON file
12997

0 commit comments

Comments
 (0)