Integrating with ۶Ƶ Target integrating-with-adobe-target
As part of the ۶Ƶ Experience Cloud, ۶Ƶ Target lets you increase content relevance through targeting and measuring across all channels. Integrating ۶Ƶ Target and AEM as a Cloud Service requires:
- using the Touch UI to create a Target Configuration in AEM as a Cloud Service (IMS configuration required).
- adding and configuring ۶Ƶ Target as an extension in ۶Ƶ Launch.
۶Ƶ Launch is necessary for managing client-side properties for both Analytics and Target in AEM pages (JS libraries/tags). That said, the integration with Launch is needed for “Experience Targeting”.
For the export of Experience Fragments and/or Content Fragments to Target, you need the ۶Ƶ Target Configuration, including the IMS Integration.
Creating the ۶Ƶ Target Configuration create-configuration
- Navigate to Tools → Cloud Services.
- Select ۶Ƶ Target.
- Select the Create button.
- Fill in the details (see below), and select Connect.
IMS Configuration ims-configuration
The integration of AEM with ۶Ƶ Target via the Target Standard API requires the configuration of ۶Ƶ 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.
- ۶Ƶ Target Standard - only Default Workspace is available
- ۶Ƶ Target Premium - all available workspaces are listed, as shown below
۶Ƶ Target Tenant ID and ۶Ƶ Target Client Code tenant-client
When configuring the ۶Ƶ Target Tenant ID and ۶Ƶ 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 edit-target-configuration
To edit the Target configuration, follow these steps:
- Select an existing configuration and click Properties.
- Edit the properties.
- Select Re-connect to ۶Ƶ Target.
- Select Save and Close.
Adding a configuration to a site add-configuration
To apply a Touch UI configuration to a site, go to: Sites > Select any site page > Properties > Advanced > Configuration > Select the configuration tenant.
Integrating ۶Ƶ Target on AEM sites by using ۶Ƶ Launch integrate-target-launch
AEM offers an out of the box integration with Experience Platform Launch. By adding the ۶Ƶ Target extension to Experience Platform Launch, you can use the features of ۶Ƶ 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 create-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 add-extension
Extensions are the container that manages the core library settings. The ۶Ƶ Target extension supports client-side implementations by using Target JavaScript SDK for the modern web, at.js. Add both the ۶Ƶ Target and ۶Ƶ ContextHub extensions.
- Select the Extension Catalog option, and search for Target in the filter.
- Select ۶Ƶ 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 ۶Ƶ 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-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 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 build-publish
To learn how to build and publish, see page.