URL/Cookie Destination [Custom] Debugging
URL and cookie destinations fail to fire when segment qualification does not occur during an active website visit with real-time evaluation. These destinations trigger only after real-time trait qualification and a live page load with edge interaction. Offline-only segments do not activate destinations until a new site visit occurs after qualification.
To resolve the issue, validate real-time qualification and destination triggering behavior.
Description description
Environment
- Adobe Audience Manager
- URL destinations and cookie destinations (Custom)
- Real-time website traffic with edge server interaction
Issue/Symptoms
- URL or cookie destination does not fire during an active site visit
- Network requests do not show destination pixel or partner endpoint calls
- Browser does not create the expected destination cookie
- Segment appears qualified, but the destination does not activate in real time
Resolution resolution
Steps to resolve
-
Validate pixel firing or cookie creation
-
Open the website.
-
Press F12 (Developer Tools).
-
Go to the Network tab.
-
Filter for:
- demdex.net
- Partner endpoint
- Pixel ID
Alternative approach:
Validate cookie creation
- Open the website.
- Press F12 (Developer Tools).
- Go to Applications and look for the cookie name.
If the pixel is not firing or the cookie is not visible:
- The user likely did not qualify.
- The segment is not eligible for real-time evaluation.
-
-
Check segment qualification via API
For anonymous users:
code language-none https://<subdomain>.demdex.net/event?d_uuid=<UUID>&d_rtbd=jsonFor authenticated users:
code language-none https://<subdomain>.demdex.net/event?d_rtbd=json&d_cid_ic=<integrationCode>%01<CustomerID>You should see destination-related information in the JSON response.
-
Force trait qualification (testing)
If the segment is not qualifying naturally, you can simulate qualification.
Anonymous:
code language-none https://<subdomain>.demdex.net/event?d_sid=<traitID>&d_rtbd=jsonAuthenticated:
code language-none https://<subdomain>.demdex.net/event?d_sid=<traitID>&d_rtbd=json&d_cid_ic=<integrationCode>%01<CustomerID>Documentation on the DCS API:
-
Verify data collection and partner configuration
Website data collection issue
- Data collection call is missing required signals.
- Incorrect trait logic causes missing identity information for logged-in users.
Check:
- Data collection request (demdex / AA / interact call)
- Identity parameters
- Integration code configuration
Partner-side configuration issue
Some partners require:
- Pre-created custom audiences
- Specific pixel ID mapping
- Activation approval
Verify prerequisites in the partner platform before expecting delivery.
- Pre-create custom audiences
- Specific pixel ID mapping
- Activation Approval
- Verify pre-requisites in partner platform before expecting delivery