Skip to content

Commit

Permalink
DOC-230 remaining collection routing
Browse files Browse the repository at this point in the history
  • Loading branch information
markzegarelli committed Oct 15, 2024
1 parent e0b5ee1 commit d870fb8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion content/collections/advanced-techniques.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion content/collections/under-the-hood.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions content/collections/web_experiment/en/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<head>` 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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d870fb8

Please sign in to comment.