Hi,
We need to execute a javascript into every html paged called from NW ABAP or JAVA for web analytics tracking purposes. The ideal would be to inject this inside the <head></head> tags. For example: <script src="//xtrack.mycompany.com/custom.js"></script>
I was wondering if the Web Dispatcher might be able to do this? I was looking at the icm/HTTP/mod_<xx> parameter to see if that could be used in some way, but not sure if this is an option.
Any ideas how we can do this?
Thanks!