Use * syntax for faster search

Space Tools

An 'undefined' page is any page that has been linked to from within Confluence, but that does not yet exist.

Undefined Page Linked From
Segments Targeting Page: Line Item Targeting (Beeswax User Guide)
Time Targeting Page: Line Item Targeting (Beeswax User Guide)
<a class="back-to-top material-symbols-outlined"></a> <script> jQuery(document).ready(function() {jQuery(".wiki-content a").attr("target", "_blank"); }); var btn = $('.back-to-top'); $(window).scroll(function() { if ($(window).scrollTop() > 500) { btn.addClass('show'); } else { btn.removeClass('show'); } }); btn.on('click', function(e) { e.preventDefault(); $('html, body').animate({scrollTop:0}, '500'); }); </script>