Skip to main content
Level 1
August 6, 2026
Question

Why do target experiences not display in lower environments for testing purposes?

  • August 6, 2026
  • 1 reply
  • 27 views

While trying to do regression test experiences created in Production we are not able to test on Adobe Target

1 reply

Shashi_Mulugu
Community Advisor and User Group Leader
Community Advisor and User Group Leader
August 11, 2026

Hi ​@BhageeBa ,

 

welcome to Experience League Community for AEM.

 

The issue usually boils down to domain/host mapping, URL rules, or Property token mismatches between environments.

Primary Causes & Fixes

1. Host Group Restrictions

 * Issue: Target activities are often restricted to the Production Host Group. Target’s edge servers will not deliver experiences to dev.yourbrand.com or stage.yourbrand.com.

 * Fix: Go to Target > Administration > Hosts and assign your lower environment domains to the appropriate Host Group, or update the activity to include those hosts.

2. Hardcoded Production URL Targeting

 * Issue: The activity’s audience or location rules rely on exact Production URLs (e.g., Page URL equals [https://www.yourbrand.com/](https://www.yourbrand.com/)...).

 * Fix: Use Target QA Preview Links (at_preview_token). QA mode bypasses targeting rules and forces the experience to render on any domain loading the Target library (at.js or Web SDK).

3. Target Property Token (at_property) Mismatch

 * Issue: Production activities use a Prod Property token. If your lower AEM environment uses a Dev/Stage Launch property with a different at_property token, Target filters out the Prod activity.

 * Fix: Ensure the activity includes the relevant Property or temporarily align the at_property parameter in your lower environment.

4. Launch / Extension Misconfiguration

 * Issue: The lower environment might point to a different IMS Org ID, Client Code, or an unapproved Launch build.

 * Fix: Inspect the network tab for Target requests (/delivery or tt.omtrdc.net). Confirm the response contains options/actions rather than an empty 204 payload.

Best Practice Recommendation

Use Target Activity QA Links directly from the Activity overview page for regression testing. They force the experience to load on lower environments without altering production targeting rules or host configurations.