# ContentSource

Learn where the fetched content came from.

The source the [fetched content](../core/plug/fetch-content) was served from, available [in the slot metadata](slot-metadata/get-content-source).

## Cases

The enum has the following cases:

- `SLOT`: `'slot'`

  The slot's default content.

- `EXPERIENCE`: `'experience'`

  Content from a targeted experience.

- `EXPERIMENT`: `'experiment'`

  Content from a running experiment.
