Adobe Experience Platform Assurance is a feature to help you inspect, proof, simulate, and validate how you collect data or serve experiences. Read more about Adobe Assurance.
At the end of this lesson, you will be able to:
You are familiar with Data Collection tags and the Luma demo site and have completed the previous lessons in the tutorial:
There are several ways to start an Assurance session.
Every time you enable Edge Trace in Adobe Experience Platform Debugger, an Assurance session is started in the background.
Reviewing how we did this in the Debugger lesson:
Go to the Luma demo site and use the debugger to switch the tag property on the site to your own development property
In the left navigation of Experience Platform Debugger select Logs
Select the Edge tab, and select Connect
With Edge Trace enabled, you can see an outgoing link icon on top. Select the icon to open Assurance.
A new browser tab opens with the Assurance interface.
Luma Web SDK validation
https://luma.enablementadobe.com/
adb_validation_sessionid
and start the sessionThere is limited information to view at this stage of your implementation. One value we can see is the your Experience Cloud Id (ECID) which is generated on Platform Edge Network:
Select the row with the event called Alloy Response Handle
.
A menu shows up on the right. Select the +
sign next to ACPExtensionEventData
Drill down by selecting payload > 0 > payload > 0 > namespace
. The ID shown under the last 0
corresponds to the ECID
. You know that by the value that shows up under namespace
matching ECID
You may see a truncated ECID value due to the width of your window. Simply select the handle bar in the interface and drag to the left to view the entire ECID.
In future lessons, you use Assurance to validate fully processed payloads reaching an Adobe application enabled in your datastream.
With an XDM object now firing on a page, and with the knowledge of how to validate your data collection, you are ready to set up Experience Platform and the individual Adobe applications using Platform Web SDK.
Next: Set up Experience Platform
Thank you for investing your time in learning about Adobe Experience Platform Web SDK. If you have questions, want to share general feedback, or have suggestions on future content, please share them on this Experience League Community discussion post