- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
12-17-2013 01:51 PM
12-17-2013 02:09 PM
12-18-2013 07:02 AM
07-11-2014 08:50 AM
07-11-2014 09:24 AM
04-03-2018 09:57 AM
04-19-2018 06:49 AM
var loadTime; if (window.performance && window.performance.timing) { loadTime = window.performance.timing.domContentLoadedEventEnd- window.performance.timing.navigationStart; }
A full listing of properties can be found here https://developer.mozilla.org/en-US/docs/Web/API/Performance
A short list that you might like:
Property | Definition |
connectEnd | Time when server connection is finished. |
connectStart | Time just before server connection begins. |
domComplete | Time just before document readiness completes. |
domContentLoadedEventEnd | Time after DOMContentLoaded event completes. |
domContentLoadedEventStart | Time just before DOMContentLoaded starts. |
domInteractive | Time just before readiness set to interactive. |
domLoading | Time just before readiness set to loading. |
domainLookupEnd | Time after domain name lookup. |
domainLookupStart | Time just before domain name lookup. |
fetchStart | Time when the resource starts being fetched. |
loadEventEnd | Time when the load event is complete. |
loadEventStart | Time just before the load event is fired. |
navigationStart | Time after the previous document begins unload. |
redirectCount | Number of redirects since the last non-redirect. |
redirectEnd | Time after last redirect response ends. |
redirectStart | Time of fetch that initiated a redirect. |
requestStart | Time just before a server request. |
responseEnd | Time after the end of a response or connection. |
responseStart | Time just before the start of a response. |
timing | Reference to a performance timing object. |
navigation | Reference to performance navigation object. |
performance | Reference to performance object for a window. |
type | Type of the last non-redirect navigation event. |
unloadEventEnd | Time after the previous document is unloaded. |
unloadEventStart | Time just before the unload event is fired. |
Adrian
07-18-2018 04:28 AM - edited 07-18-2018 04:30 AM
Hey @adrian_browning
If I add this code as a JS extension, I cannot map it to a certain prop (we are using Adobe and replace DTM by Tealium) as it is not possible to map extensions to evars & props.
How would I need to do this? Add this variable as a UDO?
Best,
Pascal
07-27-2018 05:58 AM
Hi @pascalreder
The best way to do it would be to
Adrian
Copyright All Rights Reserved © 2008-2023