Router.url not updated when expected

I’m unsure but in Ember 1.13 it seems that the router.url isn’t updated when the route executes “didTransition” and “activate” as can be seen in this jsbin.

I don’t know if this is the intended functionality and I suppose I could solve this with “willTransition” and get the transition.targetName.

Basically the use case is: Adding Google Analytics Tracking - Helpers & Components - Ember Guides

Does anyone know what the “right” approach would be now?