DocumentationCustomer Journey AnalyticsCustomer Journey Analytics Guide

Content Analytics manual configuration

Last update: April 22, 2025
  • Topics:
  • Content Analytics

CREATED FOR:

  • Admin

This article details the manual actions that are required to start or stop the data collection of a Content Analytics configuration, or to edit your Content Analytics implementation.

The following manual configuration actions are available:

Start data collection

To start the data collection for an implemented Content Analytics configuration:

  1. Follow the publishing flow. Successfully publish the library for the Tags property that contains your Content Analytics configuration.

  2. Install the embedded code in the <head> element of the pages on your development, staging or publishing environment, subject to Content Analytics.

Stop data collection

To stop the data collection for an implemented Content Analytics configuration:

  1. Remove the embedded code in the <head> element of the pages on your development, staging or production environment, subject to Content Analytics.
  2. Delete the associated Tags property for your Content Analytics configuration.

Modify data collection

You can make some minor changes to an implemented configuration using the guided configuration wizard. For example, change the data view, or enable or disable experiences.

You use the Adobe Content Analytics extension in the Tags property associated with your Content Analytics configuration to make changes to the following artifacts:

  • Sandbox and datastream.

    CAUTION
    Verify that the sandbox and datastream you configure in the Adobe Content Analytics extension are already configured for Content Analytics using the guided configuration at an earlier stage. This configuration ensures that all required artifacts are available.

    Also verify that updates for sandbox or datastreams do not interfere with another Content Analytics configuration that is configured to use the same sandbox or datastreams.
  • Experience capture and definition

    You can enable or disable experiences and edit the combinations of regular expression and query parameters to determine how content is rendered on your website.

  • Event segmenting

    You can edit regular expressions to modify how you segment pages and assets.

After you make changes in the Adobe Content Analytics extension, ensure your use publishing flow to start the collection of data based on the changes made.

Related Articles
Guided configuration
Data collection Tags publishing overview

Versioning

If you want to collect Content Analytics experiences, you should consider implementing versioning to ensure new experiences (changes to your web page) are properly collected.

To implement versioning, you add a global adobe.getContentExperienceVersion function on the pages that you consider experiences that you want to analyze.

The adobe.getContentExperienceVersion function should return a string as value, which can be anything you choose, to identify the version. The version is appended to the Experience ID URL.

If the function is not present or no value is returned from the function, the value NoVersion is used as a default.

Example

window.adobe = window.adobe || {};
window.adobe.getContentExperienceVersion = () => {
  return "1.0";
};
recommendation-more-help
080e5213-7aa2-40d6-9dba-18945e892f79