1. Audiences

View audience membership

View audience membership to check whether a profile is included in one or more live audiences.

When an audience is live, SitecoreAI evaluates profile data against the audience rules and saves the result on the profile. You can view which audiences each profile belongs to on the profile details page and in Inspect mode.

To view audience membership on the profile details page:

  1. Open the details page of a profile.

  2. If the profile is included in at least one audience, the audience is listed on the profile Overview tab, below the personal information section, in Audience segments.

To view audience membership using Inspect mode:

  1. Open the profile in Inspect mode.

  2. In the Inspect profile dialog, click JSON view.

  3. In the profile JSON, locate the audiences object.

  4. Under audiences, review the segmentMembership array.

    The segmentMembership array lists the live audiences that the profile belongs to. If an audience is listed, the profile is included in that audience. If the audience is not listed, the profile is not included in that audience.

    The following example shows a profile that belongs to both the summer_travel_visitors and returning_customers audiences:

    "audiences": {
      "segmentMembership": [
        "summer_travel_visitors",
        "returning_customers"
      ]
    }
If you have suggestions for improving this article, let us know!