Using Dynamic Yield, you can implement 1-to-1 personalization, segmented behavioral targeting, testing and optimization, product recommendations, and more.
The following items must be configured before you can get started:
-
Add Dynamic Yield scripts inside the <head> tag on every page of your website. It tracks user activity and renders all of the Dynamic Yield campaigns your business users create. Learn more.
- Add a ‘Page Context’ snippet inside the <head> tag of your website. This sends information to Dynamic Yield about the page type (homepage, product page, and so on), and includes other page-specific information (product SKU, category, and so on). It enables targeting based on page type, serving related recommendations (for example, products that are similar to a currently viewed item), and more. Learn more.
- Implement events (short API calls) to track meaningful user interactions (such as purchase, login, add to cart). These are used later for behavioral targeting, reporting, and more. Learn more.
- Sync your product feed with Dynamic Yield. This file contains your entire product catalog information (image, URL, price). It's used to display product recommendations, behavioral targeting (say, users with an affinity for a specific color), and more. Learn more.
- Modify the DYID cookie to ensure user data is saved. To prevent your browser from automatically deleting each user's data based on third-party deletion policies, configure your application server to duplicate the DYID cookie. Learn more.