Moderator, Reviewer, Бюрократы, editor, Администраторы интерфейса, pagecreator, Администраторы, Редакторы виджетов
12
правок
Freephile (обсуждение | вклад) (New Help Overlay) |
Freephile (обсуждение | вклад) Нет описания правки |
||
Строка 6: | Строка 6: | ||
} | } | ||
/* Adobe | /* Add Adobe Launch 2020-11-12 | ||
* There is a corresponding section in override.php to load the library */ | |||
$(document).ready(function(){ | |||
// information to record | |||
var config = { | |||
}; | 'site_id': 'FamilySearch', | ||
'site_language': mw.config.get('wgContentLanguage'), // e.g. 'en' | |||
'page_channel': 'Wiki', | |||
'page_detail': document.location.pathname + document.location.search, //'Home' for the homepage or a unique page title for other pages; including querystring | |||
'page_type': 'wiki', | |||
'visitor_state': 'lo' | |||
}; | |||
// send it | |||
_satellite.track('page_view', config); | |||
console.log("recorded page view for " + config.page_detail); | |||
}); | |||
/* End Adobe Launch code */ | |||
function getCookie(name) { | function getCookie(name) { |
правок