Learning objectives
At the end of this lesson, you will be able to use the debugger to:
- Load an alternate tag library
- Validate the client-side XDM event is capturing and sending data as expected to Platform Edge Network
- Enable Edge Trace to view server-side requests sent by Platform Edge Network
Prerequisites
You are familiar with Data Collection tags and the Luma demo site and have completed the previous lessons in the tutorial:
Load alternate tag libraries with Debugger
The Experience Platform Debugger has a cool feature that allows you to replace an existing tag library with a different one. This technique is useful for validation and allows us to skip many implementation steps in this tutorial.
-
Make sure you have the Luma demo website open and select the Experience Platform Debugger extension icon
-
The Debugger will open and show some details of the hardcoded implementation (you may need to reload the Luma site after opening the Debugger)
-
Confirm that the Debugger is “Connected to Luma” as pictured below and then select the “lock” icon to lock the Debugger to the Luma site.
-
Select the Sign In button and sign into Adobe Experience Cloud using your Adobe Id.
-
Now, go to Experience Platform Tags in the left navigation
-
Select the Configuration tab
-
To the right of where it shows you the Page Embed Codes, open the Actions dropdown, and select Replace
-
Since you are authenticated, the Debugger is going to pull in your available tag properties and environments. Select your property
-
Select your
Development
environment -
Select the Apply button
-
The Luma website will now reload with your own tag property.
As you continue the tutorial, you use this technique of mapping the Luma site to your own tag property to validate your Platform Web SDK implementation. When using tags on your own website, you can use this same technique to validate development tag libraries on your production website.