Test an Adobe Target implementation with Adobe Experience Platform Debugger
Adobe Experience Platform Debugger provides a suite of useful tools for testing and debugging a website that has been tooled with an Adobe Target implementation. This guide covers some common workflows and best practices for using Platform Debugger on a Target-enabled website.
Prerequisites
To use Platform Debugger for Target, the website must be using the at.js library version 1.x or higher. Previous versions are not supported.
Initializing Platform Debugger
Open the website you want to test in a browser, and then open the Platform Debugger extension.
Select Target in the left navigation. If Platform Debugger detects that a compatible version of at.js is running on the site, Adobe Target implementation details are shown.
Global configuration information
Information about the implementation’s global configuration is displayed at the top of the Target view in Platform Debugger.
target-global-mbox
.None
.Network Requests network
Select Network Requests to view summary information on each network request made on the page.
As you perform actions on the page (including reloading the page), new columns are automatically added to the table, allowing you to view the sequence of actions and how values are altered between each request.
The following values are captured:
/json
. If using at.js 2.x, the value is delivery
.getLocationHint
.prefetch
processing.execute
processing.mbox
session ID and the Adobe Target Edge location hint. This value is used by at.js to ensure that the session and Edge location remain sticky.mbox
request.mbox
server.mbox
being used.mbox3rdPartyId
assigned to the current visitor.mbox
request ID.To view the details for a parameter on a particular network event, select the table cell in question. A popover appears providing further information on the parameter, including a description and its value. If the value is a JSON object, the dialog includes a fully navigable view of the object’s structure.
Configuration
Select Configuration to enable or disable a selection of additional debugging tools for Target.
mboxDebug
query param (with any value) to the browser URL.Note: You must be logged in to enable this feature.
When enabled, tracking tokens are sent with every quest, and a trace object is returned in each response. at.js
parses the response window.__targetTraces
. Each trace object contains the same information as the [Network Requests tab], with the following additions:
-
A profile snapshot, allowing you to see attributes before and after requests.
-
Matched and unmatched activities, showing why the current profile did or did not qualify for specific activities.
- This can help identify which audiences a profile is qualifying for at a given point, and why.
- Target docs contain more info on different activity types