IMS Configuration
The integration of AEM with Adobe Target via the Target Standard API requires the configuration of Adobe IMS (Identity Management System). The Target IMS configuration must be created (after Target is provisioned). See Setting Up IMS Integrations for AEM as a Cloud Service and the video Integrating Experience Platform Launch and AEM to learn how to create the Target IMS configuration.
- Adobe Target Standard - only Default Workspace is available
- Adobe Target Premium - all available workspaces are listed, as shown below
Adobe Target Tenant ID and Adobe Target Client Code
When configuring the Adobe Target Tenant ID and Adobe Target Client Code fields, be aware of the following:
- For most customers, the Tenant ID and the Client Code are the same. That is, both fields contain the same information and are identical. Make sure you enter the Tenant ID in both fields.
- For legacy purposes, you can also enter different values in the Tenant ID and the Client Code fields.
In both cases:
- By default, the Client Code (if added first) is also automatically copied into the Tenant ID field.
- If necessary, you can change the default Tenant ID set.
- Backend calls to Target are based on the Tenant ID and the client side calls to Target are based on the Client Code.
As stated previously, the first case is the most common for AEM as a Cloud Service. Either way, make sure that both fields contain the correct information depending on your requirements.
- Reenter the Tenant ID.
- Reconnect to Target.
- Save the configuration.
Editing the Target Configuration
To edit the Target configuration, follow these steps:
- Select an existing configuration and click Properties.
- Edit the properties.
- Select Re-connect to Adobe Target.
- Select Save and Close.
Adding a configuration to a site
To apply a Touch UI configuration to a site, go to: Sites > Select any site page > Properties > Advanced > Configuration > Select the configuration tenant.
Integrating Adobe Target on AEM sites by using Adobe Launch
AEM offers an out of the box integration with Experience Platform Launch. By adding the Adobe Target extension to Experience Platform Launch, you can use the features of Adobe Target on AEM web pages. Target libraries are only rendered by using Launch.
As a general overview, the integration steps are:
- Create a Launch Property
- Add the required extensions
- Create a Data Element(to capture context hub parameters)
- Create a Page Rule
- Build and Publish
Creating a Launch Property
A property is a container that is filled with extensions, rules, data elements.
- Select the New Property button.
- Provide a name for your property.
- As domain, enter the IP/host on which you want to load the launch library.
- Select the Save button.
Adding the required extensions
Extensions are the container that manages the core library settings. The Adobe Target extension supports client-side implementations by using Target JavaScript SDK for the modern web, at.js. Add both the Adobe Target and Adobe ContextHub extensions.
- Select the Extension Catalog option, and search for Target in the filter.
- Select Adobe Target at.js and click on the Install option.
- Select the Configure button. Notice the configuration window with the Target account credentials imported, and the at.js version for this extension.
- Select Save to add the Target extension to your Launch property. You should be able to see the Target extension listed under the Installed Extensions list.
- Repeat the steps above to search for the Adobe ContextHub extension and install it (this extension is required for the integration with contexthub parameters, based on which targeting is done).
Creating a Data Element
Data elements are the placeholders to which you can map context hub parameters.
- Select Data Elements.
- Select Add Data Element.
- Provide the name of data element and map it to a context hub parameter.
- Select Save.
Creating a Page Rule
In Rule, it defines and orders a sequence of actions, which are run on site, to achieve targeting.
- Add a set of actions as exemplified in the screenshot.
- In Add Params to All Mboxes, add the data element configured earlier (see data element above), to the parameter which is sent in the mbox call.
Build and Publish
To learn how to build and publish, see page.