How can I trigger a DTM rule when onbeforeunload event happens on site? | Adobe Higher Education
Skip to main content
Level 3
July 28, 2017
Répondu

How can I trigger a DTM rule when onbeforeunload event happens on site?

Hi,

I have a requirement in which we would like to fire a rule whenever user closes the window. Also, Is there any way if we can listen for other window events which happen on our site through DTM, such as window close, session inactivity et cetra. I understand,  we can make use of direct call rule, triggered from the code base itself, but I am looking for a solution which can be implemented solely on DTM.

Any leads will be greatly appreciated!

Ce sujet a été fermé aux réponses.
Meilleure réponse par jayak13010535

Hi Jantzen, This did help! Thank you so much!

However, we have used event listeners on the website's code base and when ever any event occurs, we listen for this event in the custom JS file (included within page) and trigger direct call rule from this JS.

8 commentaires

jantzen_b
Adobe Employee
Adobe Employee
July 28, 2017

The available event triggers built into DTM are listed below:

Any events outside of the list above would need to be written using the "custom" event.

Level 3
July 31, 2017

Hi Jantzen,

Thank you for your quick reply!

Are you referring to 'custom' from Other section in the above image, when you say 'custom' event?

Do you have any link where I can see a description?

Thanks in advance!

jantzen_b
Adobe Employee
Adobe Employee
July 31, 2017

Yes, the "custom" line listed under the "Other" section of the drop down list will allow you to write your own event handler. I don't believe we have a reference for each of the event handlers that are built into DTM. Is there a particular event handler that you had questions about?

Level 3
August 1, 2017

Yes, Let's say, we want to track an event when user closes the window. We can use this using 'onbeforeunload' window function. I was wondering how can we use this event with custom event type from Others section?

Any suggestions?

jantzen_b
Adobe Employee
Adobe Employee
August 1, 2017

I'm not really a developer so I wouldn't be able to provide any sample code. I did find a great article from Disruptive Advertising that gives some examples and information though.

http://www.disruptiveadvertising.com/analytics/adobe-dtms-new-custom-and-pushstate-hashchange-event-types/

jantzen_b
Adobe Employee
Adobe Employee
August 14, 2017

Did the article from Disruptive Advertising help answer your questions?

jayak13010535AuteurRéponse
Level 3
August 14, 2017

Hi Jantzen, This did help! Thank you so much!

However, we have used event listeners on the website's code base and when ever any event occurs, we listen for this event in the custom JS file (included within page) and trigger direct call rule from this JS.

jantzen_b
Adobe Employee
Adobe Employee
August 14, 2017

I'm glad you were able to find a solution. Is there an answer you'd like to mark as correct that most helped to answer your original question?