Campaign Studio dynamic web content (DWC) personalizes the web experience for contacts and website visitors. For example, when a returning visitor revisits a website, the website displays them a homepage banner featuring the products they previously viewed, rather than a generic message. It increases engagement and boosts conversion rates. DWC can also personalize headlines, calls to action, and images based on marketing channels or user behavior, such as showing a special offer to visitors coming from a specific campaign.
This page describes how to implement DWC for:
For information about how to create DWC, visit Dynamic web content for websites.
For information about how to create campaign-based and non-campaign-based DWC, visit Campaign and non-campaign DWC.
Campaign Studio is CMS-agnostic, which enables the addition of a DWC slot to any website. After you determine the location on your website where you want to display the personalized content, you must create an area to add the content. To do this, create an HTML slot where the DWC must be displayed.
To create an HTML slot:
On your webpage, add the following HTML tag to the area that you want to personalize:
<div data-slot="dwc" data-param-slot-name="slotname">
<h1>Default content</h1>
</div>
slotname
with the value you entered for Requested Slot Name.Add your own default content between the <div>
tags to ensure that some content version is displayed, even if a contact is anonymous or does not meet the criteria you have specified.
If you are using WordPress and have the WordPress plugin enabled, you can use shortcodes to enter DWC. For example:
[mautic type="content" slot="slotname"] Insert default content [/mautic]
Campaign Studio landing pages support both campaign-based and non-campaign-based DWC. In the landing page builder, add the DWC slot content that you want to display for contacts and visitors.
To add DWC to a Campaign Studio landing page:
Click + New to create a new landing page.
For more information, visit Landing page basics.
In the landing page Builder, drag and drop a content block where you want to use the DWC.
For more information, visit Landing page builder.
From the Insert merge tag pop-up window, select the DWC slot that you want to display on the landing page for contacts that meet the criteria. The builder populates with a token formatted as {dwc=slotname}
.
Campaign Studio displays the personalized DWC on the landing page for the contacts that meet the criteria. If a visitor is anonymous or does not meet the criteria for the DWC, Campaign Studio displays the default content.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
Tue Apr 29 2025 09:16:38 GMT+0000 (Coordinated Universal Time)