Dynamic web content is one of the several methods that Campaign Studio users use to personalize the web experience for their contacts. Marketers can display different content to different people in specific areas of a webpage. Campaign Studio users may want to personalize content based on the data collected about the website visitor. Even anonymous contacts may see dynamic content, if you have collected any information about them. For example, location data.
Before you can create personalized content, consider:
For Campaign Studio to pass information back and forth with your website, you must configure your CORS settings.
Log in to Campaign Studio.
Click the Settings icon on the top right corner.
Click Configuration > System Settings.
In the CORS Settings section, ensure that the Restrict Domains field is set to Yes (default).
Restricting your domains ensures that your Campaign Studio instance is not accessible to the Internet.
In the Valid Domains field, =dd the domains you are using with your Campaign Studio instance. Include any domains using dynamic content.
Once you have determined where on your website you want to display personalized content, you must create an area to add the content. Campaign Studio is CMS-agnostic; add a dynamic web content slot to any website you have created. To do this, create an HTML slot where the dynamic content will display.
Default content is the content that visitors see when they do not meet the criteria you have set for the dynamic web content, or are not tracked as a known contact. You want to have content in the section of the page you have set aside for personalization rather than an empty area. Build the content directly on your site.
Note
If you are using focus items as your dynamic content and only showing specific focus items to specific audiences, you do not need default content. Focus items are pop-ups and they do not take up an area on your page.
Campaign Studio has both campaign-based and non-campaign-based dynamic web content. To create either:
Log in to Campaign Studio.
In the left navigation pane, click Components > Dynamic Content.
On the Dynamic Content page, click +New to create a new slot.
Campaign Studio displays the New Dynamic Content page.
Enter values for the following fields:
Internal Name (Required): How the slot is displayed in your list of dynamic web content slots. Acquia recommends including the information on the following:
If you were creating a personalized slot for people in the United States,
you can name the slot Country - United States
. If you plan to have more
than one personalized content slot for the same audience across your website,
include the page title or other identifying information for the particular slot.
Content (Optional): Use the WYSIWYG builder to create the dynamic
content slot. You may include images and videos. If you prefer HTML, click
the </>
icon in the toolbar to switch to the code view. Campaign Studio’s
dynamic web content supports tokens like in landing pages or emails. To add a
token, click the tag icon in the WYSIWYG toolbar. Supported tokens include:
{contactfield=fieldalias}
{pagelink=ID#}
{assetlink=ID#}
{form=ID#}
{focus=ID#}
Category (Optional): You can organize your dynamic content slots based on their parameters such as goals and campaigns. For more information, see Global Categories.
Language (Optional): Campaign Studio enables marketers to present content in multiple languages. You may use the same slot and display the content in various languages depending on the country where a contact is accessing the content from. To create content in more languages, select the language you are creating a variant in.
Is a translation of (Optional): If you are creating a slot in a second language translation, select the original slot you are translating. The same slot is displayed based on either a campaign or the filters you have set. However, the content is translated if a visitor is viewing the page where the slot is in a country where a different language is used.
Published (Optional): When set to Yes, a dynamic content slot is displayed on your website. When set to No, visitors see the default content.
Is campaign based? (Optional): When set to Yes, you can push a dynamic content slot to a contact based on them viewing a specific page within a campaign. When set to No, you can select filters for visitors to meet specific criteria to see the content.
Requested slot name (Required): For non-campaign-based dynamic content, the name used in the code added to your website. Or, the name you use to add a dynamic web content slot to a Campaign Studio landing page. It is possible to have multiple slots for the same data point, so the name is often generic. For example, country. Acquia recommends referencing the slot name in the item name as well.
Google Analytics UTM tags (Optional): Use UTM tags to track your leads which convert from dynamic web content slots, and indicate the lead source in Google Analytics or Campaign Studio reports. For more information, see UTM Tags.
Click Save.
Use a Campaign Decision for Request dynamic content to use campaign-based dynamic content. The Campaign Decision checks if a campaign member visits a page where a dynamic content slot is. Visitors to a page where a dynamic web content slot exists will receive the dynamic content.
To create the dynamic content request:
Enter a Name. The name is for the campaign event. Start the name with
something like Req-DWC:
so when you are looking at campaign reports,
you can see the event type.
Enter a Requested Slot Name. Campaign Studio checks for the slot name. You can see how many contacts got to the campaign event where you are checking if their visits request the slot.
For example, Req-DWC: Country-Header
. The requested slot name is the slot
Campaign Studio looks for on the page. If it is on a third-party page, it will be
in the code you use to add the dynamic content slot to your page. If it is on
a Campaign Studio landing page, define the slot name on the landing page.
Choose an item from the Select Default Content menu. The content chosen here displays to visitors who do not meet the conditions set at the next stage of the campaign. Users may see the default content first, before Campaign Studio pushes the dynamic content.
Select +Add to add the request, or Cancel to discard the changes.
To decide which dynamic content slot you want to push, you must have a filter within the campaign. This happens with Conditions. You may use any condition type to see if a contact meets whatever criteria is relevant to the dynamic content slot.
This action type appears as an option later in a campaign than the Requests dynamic content decision event. If a contact meets the condition, Campaign Studio pushes the personalized content for the criteria.
When using this campaign action:
DWC:
and include the name of the slot you are pushing. For
example, DWC: Country-Header-US
.You may set up multiple conditions following the decision, with a different DWC slot on the Yes path for each. If the contact does not meet any of the conditions, they will see the default content selected in the decision. Visitors will also see the default even if you do not have anything on the No path for the condition. Here is what a sample campaign sequence looks like:
Using a filter is the recommended way to use dynamic web content as filters are often easier to configure.
Any time a contact visits a page you have added the slot to and meets those filters, Campaign Studio displays the personalized slot.
Users may add dynamic web content either to a Campaign Studio landing page, or to an external website.
{dwc=slotname}
.If a visitor is unidentified or does not meet the criteria for the dynamic web content, no content displays in that area of the landing page unless a slot with opposite filters is created using the same slot name.
In campaign-based dynamic content, when a visitor who is a contact in the campaign hits a page containing the dynamic web content slot configured in the campaign decision, the visitor will see dynamic content. In filter-based dynamic content, visitors will see the dynamic content for the slot with the same name for which they meet the criteria. On a landing page, use the slot name for the dynamic content that you want to show. Even if you have multiple slots with the same name, Campaign Studio will match the visitor to the filters for each slot and display the appropriate slot.
Note
When editing a landing page in Code Mode, either enter the token for
{dwc=slotname}
or use the code indicated in the
External websites section.
When building your page, you must create the area to personalize. In that area, add the following HTML tag:
<div data-slot="dwc" data-param-slot-name="slotname">
<h1>Default content</h1>
</div>
Replace slotname
with the slot name you create in the campaign or on the
non-campaign-based DWC slot.
Add your own default content between the <div>
tags to ensure that the content
displays, even if a contact is not known or does not meet the criteria you have
set up.
The plugins for Joomla! and WordPress use shortcodes to enter dynamic web content.
{mautic type="content" slot="slotname"} Insert default
content {/mautic}
[mautic type="content" slot="slotname"] Insert default
content [/mautic]