Build interest-based audiences with adaptive audiences

  • Updated
  • Optimizely Web Experimentation
  • Optimizely Personalization

Optimizely Web Experimentation and Optimizely Personalization's adaptive audiences let you target visitors based on their interests. Instead of relying on extensive data analysis to define explicit behavioral targeting rules, you can create a predicted intent audience condition that captures a certain percentage of your visitors who are most interested in a specific topic. Optimizely uses machine learning to determine whether or not they belong to your new audience.

Adaptive audiences currently only support English-language websites.

Predicted intent audience conditions also estimate the audience’s reach—or the number of visitors that could potentially be included—over the next seven days.

You build and use an adaptive audience the same way you would build any Optimizely audience with the audience builder.

Before you build an adaptive audience, set up tags to capture the main idea of the page’s content, such as a title or description. Optimizely creates an interest score by matching keywords to each tag. This interest score is based on the pages a visitor has viewed on the site, such as articles or product pages. As a visitor browses content on these tracking pages, Optimizely evaluates how strong that visitor’s interest is in the topics you specified when creating the audience, and any visitor whose interest meets or exceeds the level you specify is included in the audience.

Set up tags

If you already set up tags for adaptive audiences, skip to the next section.

If you already set up tags for other purposes, skip to step 5 below for each tag you want to include to ensure you can use them with an adaptive audience.

  1. Go to Implementations > Pages.
  2. Create a page or select an existing one.
  3. Click Visual Tags in the Visual Editor.

    targeting-build-interest-1.png

  4. Enter a tag name.
  5. Select the appropriate Value Type (String, Number, Currency).
  6. Select Capture text for visitor interest mining.

    targeting-build-interest-2.png

  7. Click Save. The tag displays.

    targeting-build-interest-3.png

Build an adaptive audience

  1. Go to Audiences and click Create New Audience.
  2. Name your audience.
  3. Go to Conditions Predicted Intent and drag it to the audience conditions box.targeting-build-interest-4.png
  4. Specify the percentage of your most interested visitors who are included in the audience. You can also use the slider in the graph to set the percentage, but you must wait for the audience to process before you can use the slider.
  5. Add the tags you are most interested in for this audience in keywords. You can include up to 12 separate tags. Valid keywords are displayed in blue text, while invalid keywords are red.
    It can take up to 24 hours for a new adaptive audience to process.

    When the audience has finished processing, you see the Interest Group graph in the audience condition itself. This graph provides basic metrics on reach.

    targeting-build-interest-5.png

When Optimizely recalculates which visitors qualify for your adaptive audience (which happens once per day), that percentage remains the same. However, the corresponding interest score may change. For example, if your visitors suddenly show more interest in your keywords, and the percentage is set at 25, the interest score required to be included in that top 25 percent goes up.

Predicted intent can be combined with other audience conditions. When you do this, those other audience conditions are unaffected by the percentage of most interested users specified in your predicted intent audience condition.

Test your adaptive audiences

To test an adaptive audience, check the graph in the audience builder. If it is populated with substantial data, you have confirmed the following:

  • Your tags are set up correctly.
  • Visitor scores are calculated and distributed across the range.
For details on how well your adaptive audiences are working, open the console and run `optimizely.get('data').interestGroups` and `optimizely.get('visitor').interestGroups`.

To test your variations, use the same force parameters as any other variation.

Best practices

Tagging strategy

  • When adding tags, try not to use more than about 50 words. Any more than that brings diminishing returns. There are also potential issues with browser storage for especially large tags.
  • If you are trying to connect data sources not currently on the page, find a way to pull that data onto the page. For example, is the data available via API? If there was an article ID or slug, could you fetch the data over the network? This would require a bit of instrumentation, but it should be possible. See if these keywords materially differ from the meta-description or other existing tags. If the answer is no, it may not be worth the effort.

Keyword selection

  • Your keywords should capture the topic or persona you want to target. However, the machine-learning models used by adaptive audiences are intelligent enough that you do not need extensive analysis to choose your keywords.
  • Here are a few helpful tips:
    • Do not overthink it. Pass in a few words that capture the people you want to include.
    • Think about the experience you are delivering. What words describe it?
    • If your organization already has personas defined, there may also be word clouds that describe them. This can be a good starting point.

Questions and answers

How frequently does a user’s score update?

An individual user’s score is generated every time they load a page where you are collecting tags.

Is a score value available on a customer’s first page load?

It is available on the first page load after a visitor has reached a data-capturing page.

Do adaptive audiences work with custom snippets and across projects?

Yes, adaptive audiences can draw upon data from tags in multiple projects. To create an adaptive audience, you must have at least one tag in the same project selected for interest mining.

What is a good interest score?

Generally, a score of 0.5 or above indicates visitors strongly associate with your keywords. However, if your traffic levels are high enough, you may want to shoot for something higher, like 0.7.

How do adaptive audiences impact page performance?

There should be no meaningful performance degradation due to using adaptive audiences. The network request used to compute visitor's interest scores occurs on the tracking pages—for example, the product, article, or landing pages containing relevant text content. The interest score itself is stored in localStorage.

When a visitor lands on the page where the campaign is targeted, the snippet only has to look up the score in localStorage, rather than wait for a network call.

Can I capture my search keywords in tags?

Yes, code tags let you collect search terms via JavaScript. You can use them to capture query parameters, provided the values are readable. You can also capture any other data exposed on the page, such as a data layer or other page variables.

Can I use user-level data?

Yes, as long as it is text accessible on the page itself.

Can I use the same tags I have already set up in my project?

Yes, select Use tag for interest mining.

Is it okay to use two-word terms? Like “soccer mom” for example?

The audience builder only accepts single words. All multi-word phrases are separated.