Skip to content

Commit

Permalink
Beusable tracking code added for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleejihye authored May 21, 2020
1 parent 4a266ec commit 2b76706
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,16 @@
enable_page_level_ads: true
});
</script>
<!-- Beusable for testing -->
<script type="text/javascript">
(function(w, d, a){
w.__beusablerumclient__ = {
load : function(src){
var b = d.createElement("script");
b.src = src; b.async=true; b.type = "text/javascript";
d.getElementsByTagName("head")[0].appendChild(b);
}
};w.__beusablerumclient__.load(a);
})(window, document, "//rum.beusable.net/script/b200521e174556u166/a55256893d");
</script>
</head>

0 comments on commit 2b76706

Please sign in to comment.