I've implemented DTM on a website we are about to launch.
My configuration includes a Page Load Rule with conditions meant to exclude certain pages, but I noticed that those pages were being tracked anyways.
Adobe support told me that if I want to use PLRs I should disable the default beacon sent by the Adobe Analytics tool (by adding "return false;" to the code section of the tool).
Ever since I have made this change, the Adobe Debugger doesn't show Adobe Analytics even though I can see the PLR firing in the console.
Does the Adobe Debugger only work if the default beacon is enabled?