googleanalytics / autotrack

Automatic and enhanced Google Analytics tracking for common user interactions on the web.
Other
4.93k stars 563 forks source link

Page Title is sent to analytics before changing document.title #243

Open Domgarth opened 5 years ago

Domgarth commented 5 years ago

We use autotrack on our site and everything is working perfectly.

We have just changed some pages to set the document.title using javascript. But autotrack sends the previous document title to analytics before our javascript has run to change it.

Is there anyway with autotrack that we can set the document.title using javascript before autotrack sends the title to analytics?