DTM - Rule Conditions | Community
Skip to main content
Level 2
October 16, 2015
Solved

DTM - Rule Conditions

  • October 16, 2015
  • 1 reply
  • 1886 views

Hi

I was hoping someone can help me with the following

I am trying to create an condition to exclude a URL from loading a third party JavaScript, so far I have added the code to Javascript/Third party tags > the JS is set to load sequentially and I have included a condition to 'exclude' the URL paths but I can still see the script loading in firebug when I visit the pages I have excluded

Note:

I have to use URL's because we don't have any pagenames etc on the page and we have not fully migrated to DTM

Is there anyone who can help me please?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Erika_Barber

Be sure you're only entering the path and not the full domain.  You could use the regex option to be sure your condition is as specific as possible.

Also, take advantage of the debug messages you can turn on in your developer console using _satellite.setDebug(true)

Those messages will help you confirm what rules are firing via DTM, which is helpful in conjunction with your other tools like Firebug.

1 reply

Erika_Barber
Adobe Employee
Erika_BarberAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Be sure you're only entering the path and not the full domain.  You could use the regex option to be sure your condition is as specific as possible.

Also, take advantage of the debug messages you can turn on in your developer console using _satellite.setDebug(true)

Those messages will help you confirm what rules are firing via DTM, which is helpful in conjunction with your other tools like Firebug.