Enabling Adobe Target
To enable Target, do the following:
- Enable Target in your datastream with the appropriate client code.
- Add the
renderDecisions
option to your events.
Then, optionally, you can also add the following options:
decisionScopes
: Retrieve specific activities (useful for activities created with the form-based composer) by adding this option to your events.- Prehiding snippet: Hide only certain portions of the page.
Using the Adobe Target VEC
To use the VEC with a Web SDK implementation, install and activate either the Firefox or Chrome VEC Helper Extension.
For more information, see Visual Experience Composer helper extension in the Adobe Target guide.
Rendering personalized content
See Rendering personalization content for more information.
Audiences in XDM
When defining audiences for your Target activities that are delivered via the Web SDK, XDM must be defined and used. After you define XDM schemas, classes, and schema field groups, you can create a Target audience rule defined by XDM data for targeting. Within Target, XDM data displays in the Audience Builder as a custom parameter. The XDM is serialized using dot notation (for example, web.webPageDetails.name
).
If you have Target activities with predefined audiences that use custom parameters or a user profile, they are not delivered correctly via the SDK. Instead of using custom parameters or the user profile, you must use XDM instead. However, there are out-of-the-box audience targeting fields supported via the Web SDK that do not require XDM. These fields are available in the Target UI that do not require XDM:
- Target Library
- Geo
- Network
- Operating System
- Site Pages
- Browser
- Traffic Sources
- Time Frame
For more information, see Categories for audiences in the Adobe Target guide.