DTM: How do I populate a tag with a simple js alert test? | Community
Skip to main content
salomepb
Level 3
October 16, 2015
Solved

DTM: How do I populate a tag with a simple js alert test?

  • October 16, 2015
  • 3 replies
  • 1890 views

How do I populate a tag with a simple js alert test in DTM?

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 salomepb

Populating a tag with a js alert in DTM is very simple. You just need to place the js alert into a third party tag in the 'Javascript / Third Party Tags' section of a rule. If you just want to test the tag, it's likely best to set this up in a page load rule so no on-page action is needed to trigger the rule fire.

Here's a few links that may provide some additional context if needed: 

3 replies

salomepb
salomepbAuthorAccepted solution
Level 3
October 16, 2015

Populating a tag with a js alert in DTM is very simple. You just need to place the js alert into a third party tag in the 'Javascript / Third Party Tags' section of a rule. If you just want to test the tag, it's likely best to set this up in a page load rule so no on-page action is needed to trigger the rule fire.

Here's a few links that may provide some additional context if needed: 

Cleve_Young
Level 2
October 16, 2015

Using console.log() for testing can be a more efficient method, since you don't have to worry about any the code being interrupted while the browser waits on the alert popup.

Adobe Employee
October 16, 2015

In case the console is not open, you can use the built-in DTM function _satellite.notify('message',1) as well. It provides the additional capability of handling multiple error levels.