Expand my Community achievements bar.

SOLVED

On DOM Load JavaScript and Target

Avatar

Level 3
We have some auto complete JavaScript that is loaded on DOM ready. It is JS for autocomplete functionality for our forms. This is not being captured by one of our Target activities. Is there a way to make our Target activity aware of this?
1 Accepted Solution

Avatar

Correct answer by
Level 9

your problem description is very abstract if you can share more details. 

 

based on below, as target response will be asynchronous either you can use mutation observer (https://www.smashingmagazine.com/2019/04/mutationobserver-api-guide/) to observe the activity injection in DOM and based on that function your js function OR define global javascript variable from js and track it.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 9

your problem description is very abstract if you can share more details. 

 

based on below, as target response will be asynchronous either you can use mutation observer (https://www.smashingmagazine.com/2019/04/mutationobserver-api-guide/) to observe the activity injection in DOM and based on that function your js function OR define global javascript variable from js and track it.

Avatar

Community Advisor

You can call the dom ready function from target too. In the activity you have an option of adding custom code, there you can add script to invoke dom ready function so that you are reinitializing after target activity