<
Multisite Management, 2026.1
Documentation

Bundling strategies

If you use Multisite Management to distribute content, you have three bundling strategies available when creating a bundle. The selected bundling strategy defines whether or which additional elements related to the selected element are automatically added to the bundle.

You can choose between the following three bundling strategies:

  • None: No additional elements are added to the bundle.
  • Include content references: Only relevant content-related elements are automatically added to the bundle.
  • Include outgoing references: All referenced elements, both content-related and technical, are automatically added to the bundle.

You can find information on how to choose a bundling strategy in the UI here.

Below the three strategies are explained based on a simple use case.


A Simple Use Case

The starting point of the example illustrating the three bundling strategies is a simple project. The project consists of a single page. A page reference ("Page Ref") links to the page in the navigation. The page is based on a page template ("Page Template"). On the page itself, a dataset is referenced. The dataset is based on a schema and a table template. The schema defines the underlying data structure of the table, while the table template specifies how editors can interact with the dataset. In the dataset, a medium, for example, an image, is referenced.

Bundling Strategy: None

If the page reference is added to a bundle and the bundling strategy is selected as None, no additional elements will be added to the bundle. The content of the bundle consists solely of the page reference.

If you want to include additional referenced elements, you have to manually add them to the bundle via Related Elements.

Bundling Strategy: Include content references

If the page reference is added to a bundle and the bundling strategy Include content references is selected, then all referenced content-related elements are automatically added to the bundle. In this example, the following elements are automatically added in addition to the selected page reference: page, dataset, and medium.

The bundling strategy "Include content references" never adds referenced technical elements, such as templates, to a bundle.

For more information about which content-related elements are added to a bundle when you have selected the strategy "Include content references", see here.

Bundling Strategy: Include outgoing references

When the page reference is added to a bundle and the bundling strategy Include outgoing references is selected, all referenced elements are automatically added to the bundle - this includes both content-related and technical elements. In this example, when transporting the page reference and using the strategy Include outgoing references, the following elements are automatically added to the bundle: page, page template (technical element), dataset, schema (technical element), table template (technical element), and medium.

The bundling strategy "Include outgoing references" recursively adds all referenced elements of an element to the bundle and should only be used for self-contained project parts. For more information, see here.

Bundling Strategy: None

If you use the Bundling Strategy None, no referenced elements will be added to the bundle. This strategy should be used when you want to transport individual elements. Alternatively, you can manually add referenced elements to the bundle via Related Elements to create a customized bundle.


Bundling Strategy: Include content references

The bundling strategy Include content references automatically adds referenced content-related elements to the bundle. The elements added depend on the element type. Additionally, references are resolved recursively, meaning that references to references are also included. Which references are followed recursively depends on the element type.

The bundling strategy "Include content references" never adds referenced technical elements, such as templates, to the bundle.

The following table describes which referenced elements depending on the source element are directly included in the bundle and which elements are followed recursively.

Source element Referenced elements added to bundle Referenced elements followed recursively
Page referencePage, medium, datasetPage
PagePage reference, page, medium, datasetMedium, dataset
SectionPage reference, page, medium, datasetMedium, dataset
Section referencePage reference, page, Medium, datasetMedium, dataset
DatasetPage reference, page, medium, dataset 
MediumPage, medium, dataset 

Example

The source element is a page that references a page reference and a medium. When this page is added to a bundle with the bundling strategy Include content references, the following occurs:

  • The page reference and the medium are added to the bundle.
  • The page reference is not followed recursively.
  • The medium is followed recursively, and the referenced elements are considered.
  • If the references of the medium are of type "page," "medium," or "record," they are also added to the bundle.


Bundling Strategy: Include outgoing references

The bundling strategy "Include outgoing references" recursively adds all referenced technical and content-related elements starting from the source element to a bundle. This means that templates from the template store are also transported. This strategy should only be used for self-contained project parts, e.g., new campaigns that were created based on templates specifically designed for this purpose, or landing pages that exist separately from the rest of the project.

When transporting datasets and Content2 nodes, only the table template is added to the bundle automatically. Schemas are never automatically added. If you want to transport the schema, you must add it to the bundle via the technical references of the table template.

Example

The starting point is a page reference that points to an event page. The page is based on a page template that has been specifically created for this event page. On the page, a paragraph and a medium within the paragraph are referenced. Using the strategy Include outgoing references, the content-related references to the page, paragraph, and medium, as well as the technical references to the page template and paragraph template, are included.

If one of the technical references points back to the project, for example, when the paragraph template is used on another page, there is a risk that the entire project will be packaged. This is because all references originating from the paragraph template will also be packaged recursively.