Default Interest Engine
The Default Interest Engine works by analyzing web-data collected via the Lytics Javascript Tag. Out-of-the box, Lytics ingests and keeps track of all new URLs that we receive. For each URL, we use a variety of NLP (Natural Language Processing) tools to extract Topics. For more information about the Topic Enrichment process, please refer to the Enrichment documentation.
The Header displays information about how the Default Interest Engine is configured. Though these values are uneditable, additional customization can be achieved with Custom Interest Engines. For the Default Engine, web-pages are saved in the content
table with a unique identifier known as a hashedurl
(simply a hash function applied to a parsed URL). For items in the content
table, Topics (or features) are saved in the global
field. On the user side, we keep track of the URLs a user has browsed in the hashedurls
field, and we output Topics that a user has interacted with to the lytics_content
field.
The UI for Default Interest Engine shows the Summary, Topics, and Affinities. In the Summary section, we display a Topic Taxonomy - a force-directed graph that maps how Topics interact with each other. The table next to the Taxonomy displays statistics about your Users, and Topics. Expanding the rows in the table will display sample items and users and the associated Topics.
Topics & Affinities
Topics & Affinities can be viewed under their respective tabs. The Topics view shows all of the Topics associated with the Default Interest Engine. Clicking on a Topic will present more information a specific Topic. Similarly, the Affinities tab displays all the Affinities associated with the Default Interest Engine.
Using the Default Interest Engine
Since the Default Interest Engine is designed to work quickly out-of-the-box for new accounts, you can quickly take advantage of all of the offerings provided.
- Interest-based user segmentation. Leverage Topics (via the
lytics_content
field) and Affinities (via thelytics_rollup
field) to create powerful interest-based audiences. - Recommendations. As Lytics gathers all information about your webpages through the Javascript tag, Lytics can power dynamic Recommendations based on user interests.
- Export to other tools! The NLP-based Topics and user interests (saved in the
lytics_content
field) provide powerful insights that can be useful in downstream dashboard and analysis tools. This data can also be exported to email tools for powerful email personalization.
Updated 9 months ago