Skip to content

Commit 6549737

Browse files
authored
added rb2b analytics (#2273)
1 parent e8ba08b commit 6549737

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/_static/js/rb2b.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
!function(key) {
2+
if (window.reb2b) return;
3+
window.reb2b = {loaded: true};
4+
var s = document.createElement("script");
5+
s.async = true;
6+
s.src = "https://ddwl4m2hdecbv.cloudfront.net/b/" + key + "/" + key + ".js.gz";
7+
document.getElementsByTagName("script")[0].parentNode.insertBefore(s, document.getElementsByTagName("script")[0]);
8+
}("0NW1GHLY45O4");

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,4 @@ extra_javascript:
288288
- https://cdn.octolane.com/tag.js?pk=c7c9b2b863bf7eaf4e2a # octolane for analytics
289289
- _static/js/reo.js # reo analytics
290290
- _static/js/commonroom.js # commonroom analytics
291+
- _static/js/rb2b.js # rb2b analytics

0 commit comments

Comments
 (0)