diff --git a/content/collections/advanced-techniques.yaml b/content/collections/advanced-techniques.yaml index ac78912ab..4fb3743dc 100644 --- a/content/collections/advanced-techniques.yaml +++ b/content/collections/advanced-techniques.yaml @@ -1,8 +1,11 @@ title: 'Advanced Techniques' +sites: + - en +propagate: false template: default layout: layout revisions: false -route: '/experiment/advanced-techniques/{slug}' +route: '/feature-experiment/advanced-techniques/{slug}' sort_dir: asc date_behavior: past: public diff --git a/content/collections/under-the-hood.yaml b/content/collections/under-the-hood.yaml index 514735849..0cce5be3b 100644 --- a/content/collections/under-the-hood.yaml +++ b/content/collections/under-the-hood.yaml @@ -1,8 +1,11 @@ title: 'Under the Hood' +sites: + - en +propagate: false template: default layout: layout revisions: false -route: '/experiment/under-the-hood/{slug}' +route: '/feature-experiment/under-the-hood/{slug}' sort_dir: asc date_behavior: past: public diff --git a/content/collections/web_experiment/en/implementation.md b/content/collections/web_experiment/en/implementation.md index b3b773146..494331683 100644 --- a/content/collections/web_experiment/en/implementation.md +++ b/content/collections/web_experiment/en/implementation.md @@ -7,7 +7,7 @@ updated_at: 1728666781 --- Amplitude's Web Experimentation requires a standalone script that you must add to your website. Paste the script into the `` element of your site, as high as possible to avoid flickering. -The script tracks [impression events](docs/experiment/web/tracking) with the [Browser SDK](/docs/sdks/analytics/browser/browser-sdk-2) already installed on your site, or a [third-party analytics SDK](#integrate-with-a-third-party-cdp). +The script tracks [impression events](/docs/experiment/web/tracking) with the [Browser SDK](/docs/sdks/analytics/browser/browser-sdk-2) already installed on your site, or a [third-party analytics SDK](#integrate-with-a-third-party-cdp). ## Add the experiment script @@ -96,7 +96,7 @@ Web experimentation supports Segment by default. Add `integration=segment` as a #### Tealium integration -If you send events through [Tealium](docs/data/source-catalog/tealium) using Tealium iQ or Tealium AudienceStream & Universal Data Hub, then you don't need to set up an integration. Tealium loads the Amplitude Analytics SDK onto the site which integrates directly with the Web Experiment script. +If you send events through [Tealium](/docs/data/source-catalog/tealium) using Tealium iQ or Tealium AudienceStream & Universal Data Hub, then you don't need to set up an integration. Tealium loads the Amplitude Analytics SDK onto the site which integrates directly with the Web Experiment script. #### Custom integrations