sourcebuster
Advanced tools
Changelog
1.0.5
Features:
t.co
(host: 't.co', display: 'twitter.com'
) and plus.url.google.com
(host: 'plus.url.google.com', display: 'plus.google.com'
) to default referral
sources. You still can override it by your custom setting (to mark it as social
for example).Changelog
1.0.3
Fixes:
sbjs.get.first_add.fd
& sbjs.get.current_add.fd
): it was -1 from actual oneChangelog
1.0.2
Fixes:
lifetime
, session_length
and timezone_offset
paramsChangelog
1.0.0
Upgrade guide · Updated documentation
Changes:
Major
utm_source
& utm_medium
values for typein
traffic — you know what to do :)Minor
sbjs
initialization).Under the hood
mess
became structure
. Check the sources if interested.1.x.x
.|
to |||
. Cookies will be automatically upgraded by migration tool without data loss. You don't have to worry about this change unless you parse these cookies by yourself.Features:
callback
option to set custom function, which will be executed right after sbjs
cookies will be set. This function will get sbjs.get
-object as argument (it contains all detected sbjs
data).term
detection from Yandex Direct traffic (if there is no utm_term
in URL)visits
counter: available through sbjs.get.udata.vst
pages
counter for current session: available through sbjs.get.session.pgs
current page
url for current session: available through sbjs.get.session.cpg
1.0.0
available as CommonJS
/ AMD
module.