You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* demo docs fixes :
- fix issue #624
- fix issue #623
- fix issue #622
- fix issue #621
Documentation Fixes: The PR resolves multiple documentation issues by fixing relative file paths and URLs in the markdown files. It also updates image links to use relative paths instead of absolute URLs.
Docusaurus Configuration: The Docusaurus configuration is updated to throw an exception when Markdown links are broken, ensuring link integrity. The trailingSlash option is enabled to add trailing slashes to URLs.
Nginx Configuration: The Nginx configuration is strengthened by upgrading Nginx to version 1.27.5-alpine and adding directives for security and optimization. The configuration file is now directly copied to /etc/nginx/nginx.conf instead of using a template.
Docker Compose Update: The docker-compose.yml file is updated to use the newer Nginx image version 1.27.5-alpine.
Markdown file paths are preferred. see https://docusaurus.io/docs/next/markdown-features/links
updated docusaurus config to throw an exception when Markdown links are broken
* [home] strenghten nginx configuration
upgrade nginx
add nginx.conf directives for security and optimization
* fix docs
link to full sized image hosted on Github
Copy file name to clipboardExpand all lines: services/home/docs/demos/bidding-and-auction.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -85,12 +85,13 @@ components of the system work together to complete an auction.
85
85
- The seller's real time bidding service then forwards the encrypted ad auction result back to the publisher page. Then the
86
86
`navigator.runAdAuction()`function runs on the page and displays the winning ad.
87
87
88
-

88
+

89
89
90
90
#### User Journey
91
91
92
-
```bash
92
+
```mermaid
93
93
sequenceDiagram
94
+
94
95
Browser->>+Advertiser: User visits a shop site and clicks on a product
the SSP's VAST wrapping endpoint including in the URL. Then the scripts proceeds to
237
-
[fetch the finalized VAST XML from this SSP endpoint :arrow_upper_right:](https://github.com/privacysandbox/privacy-sandbox-demos/blob/67d4c6368ff422ad9e952961352b5ac74ee9f500/services/ad-tech/src/public/js/video-ad-frame.js#L51-69)
237
+
[fetch the finalized VAST XML from this SSP endpoint :arrow_upper_right:](https://github.com/privacysandbox/privacy-sandbox-demos/blob/ff68148e0987979ecdac2f0183b9ca2a1b847bcc/services/ad-tech/src/public/js/video-ads.js#L51)
238
238
before
239
-
[post-messaging the XML content to the top frame :arrow_upper_right:](https://github.com/privacysandbox/privacy-sandbox-demos/blob/dev/services/ad-tech/src/public/js/video-ad-frame.js#L107-115).
239
+
[post-messaging the XML content to the top frame :arrow_upper_right:](https://github.com/privacysandbox/privacy-sandbox-demos/blob/ff68148e0987979ecdac2f0183b9ca2a1b847bcc/services/ad-tech/src/public/js/video-ads.js#L108).
240
240
241
241
```js title="Winning PA ad iframe assembles and post-messages the finalized VAST to the top frame"
0 commit comments