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.

  1. Make sure you have the Luma demo website open and select the Experience Platform Debugger extension icon

  2. The Debugger will open and show some details of the hardcoded implementation (you may need to reload the Luma site after opening the Debugger)

  3. 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.

  4. Select the Sign In button and sign into Adobe Experience Cloud using your Adobe Id.

  5. Now, go to Experience Platform Tags in the left navigation

    Debugger tag Screen

  6. Select the Configuration tab

  7. To the right of where it shows you the Page Embed Codes, open the Actions dropdown, and select Replace

    Select Actions > Replace

  8. Since you are authenticated, the Debugger is going to pull in your available tag properties and environments. Select your property

  9. Select your Development environment

  10. Select the Apply button

    Select the alternate tag property

  11. The Luma website will now reload with your own tag property.

    tag property replaced

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.