Skip to content

Commit 692fcca

Browse files
Rename docs/guide/synthetic-ids.md to server-side-cookies.md and update all links
1 parent 36609a5 commit 692fcca

10 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default withMermaid(
7777
{
7878
text: 'Core Concepts',
7979
items: [
80-
{ text: 'Server Side Cookies', link: '/guide/synthetic-ids' },
80+
{ text: 'Server Side Cookies', link: '/guide/server-side-cookies' },
8181
{ text: 'GDPR Compliance', link: '/guide/gdpr-compliance' },
8282
{ text: 'Ad Serving', link: '/guide/ad-serving' },
8383
{

docs/guide/collective-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,6 @@ The sync endpoint handles:
208208

209209
## Next Steps
210210

211-
- [Server Side Cookies](/guide/synthetic-ids) - Understand ID generation
211+
- [Server Side Cookies](/guide/server-side-cookies) - Understand ID generation
212212
- [Configuration Reference](/guide/configuration) - Full config options
213213
- [GDPR Compliance](/guide/gdpr-compliance) - Privacy requirements

docs/guide/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,5 +1035,5 @@ cat trusted-server.toml | npx toml-cli validate
10351035

10361036
- Set up [Request Signing](/guide/request-signing) for secure API calls
10371037
- Configure [First-Party Proxy](/guide/first-party-proxy) for URL proxying
1038-
- Learn about [Server Side Cookies](/guide/synthetic-ids) for privacy-preserving identification
1038+
- Learn about [Server Side Cookies](/guide/server-side-cookies) for privacy-preserving identification
10391039
- Review [Integrations](/guide/integrations-overview) for partner support

docs/guide/creative-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,4 +955,4 @@ Track these metrics:
955955
- Learn about [First-Party Proxy](/guide/first-party-proxy) for URL handling
956956
- Review [Integration Guide](/guide/integration-guide) for custom rewriters
957957
- Set up [Configuration](/guide/configuration) for your creatives
958-
- Explore [Server Side Cookies](/guide/synthetic-ids) for identity management
958+
- Explore [Server Side Cookies](/guide/server-side-cookies) for identity management

docs/guide/first-party-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,6 @@ X-TS-Version = "1.0"
652652
## Next Steps
653653

654654
- Learn about [Creative Processing](/guide/creative-processing) for HTML rewriting details
655-
- Review [Server Side Cookies](/guide/synthetic-ids) for identity management
655+
- Review [Server Side Cookies](/guide/server-side-cookies) for identity management
656656
- Set up [Configuration](/guide/configuration) for your deployment
657657
- Explore [Integration Guide](/guide/integration-guide) for custom integrations

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ fastly compute publish
7171

7272
## Next Steps
7373

74-
- Learn about [Server Side Cookies](/guide/synthetic-ids)
74+
- Learn about [Server Side Cookies](/guide/server-side-cookies)
7575
- Understand [GDPR Compliance](/guide/gdpr-compliance)
7676
- Configure [Ad Serving](/guide/ad-serving)

docs/guide/integrations/google_tag_manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ See [crates/common/src/integrations/google_tag_manager.rs](https://github.com/IA
231231

232232
- Review [Prebid Integration](/guide/integrations/prebid) for header bidding.
233233
- Check [Configuration Guide](/guide/configuration) for other integration settings.
234-
- Learn more about [Server Side Cookies](/guide/synthetic-ids) which are generated alongside this integration.
234+
- Learn more about [Server Side Cookies](/guide/server-side-cookies) which are generated alongside this integration.

docs/guide/integrations/lockr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ curl https://edge.example.com/
261261

262262
## Next Steps
263263

264-
- Learn about [Server Side Cookies](/guide/synthetic-ids) for identity generation
264+
- Learn about [Server Side Cookies](/guide/server-side-cookies) for identity generation
265265
- Review [GDPR Compliance](/guide/gdpr-compliance) for consent management
266266
- Explore [Didomi Integration](/guide/integrations/didomi) for CMP integration
267267
- Check [Configuration Reference](/guide/configuration) for advanced options

docs/guide/integrations/prebid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ The `to_openrtb()` method in `PrebidAuctionProvider` builds OpenRTB requests:
261261
- Review [Ad Serving Guide](/guide/ad-serving) for general concepts
262262
- Check [OpenRTB Support](/roadmap) on the roadmap for enhancements
263263
- Explore [Request Signing](/guide/request-signing) for authentication
264-
- Learn about [Server Side Cookies](/guide/synthetic-ids) for privacy-safe tracking
264+
- Learn about [Server Side Cookies](/guide/server-side-cookies) for privacy-safe tracking
File renamed without changes.

0 commit comments

Comments
 (0)