{"id":48324,"date":"2023-05-10T14:17:46","date_gmt":"2023-05-10T14:17:46","guid":{"rendered":"https:\/\/www.totara.com\/events\/mastering-advanced-audiences-how-to-efficiently-manage-large-user-groups-in-totara\/"},"modified":"2026-03-10T13:25:59","modified_gmt":"2026-03-10T13:25:59","slug":"mastering-advanced-audiences-how-to-efficiently-manage-large-user-groups-in-totara","status":"publish","type":"event","link":"https:\/\/www.totara.com\/us\/events\/mastering-advanced-audiences-how-to-efficiently-manage-large-user-groups-in-totara\/","title":{"rendered":"Mastering advanced Audiences: How to efficiently manage large user groups in Totara | Webinar on Demand"},"content":{"rendered":"\n<div class='inline-text-container MobileAlignment DesktopAlignment'>\n  <div class='richText'><p class=\"large\">In this webinar, we\u2019ll dive deep into the advanced functionality of <a href=\"https:\/\/www.totara.com\/resources\/audience-management\/\" target=\"_blank\" rel=\"noopener\">Totara\u2019s Audience feature<\/a>. You\u2019ll learn how to create complex audience rules based on user profiles and behaviours, and how to use these groups to streamline your administration and reporting tasks.<\/p>\n<p>We\u2019ll share our top tips and tricks for using audiences to optimise your system\u2019s performance. We\u2019ll cover topics such as personalised learning paths and performance tracking. Whether you\u2019re an experienced Totara user looking to optimise your workflows or a learning and development professional interested in the latest trends in learning management, this webinar is for you.<\/p>\n<p>Join us to discover how to take your Totara system to the next level with advanced audiences.<\/p>\n<p><strong>Speaker:<\/strong> Meredith Henson. Head of Partner Success.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-16407 size-medium\" src=\"https:\/\/www.totara.com\/wp-content\/uploads\/2022\/11\/Meredith-Henson_Picture-2022-300x171.jpg\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" srcset=\"https:\/\/www.totara.com\/wp-content\/uploads\/2022\/11\/Meredith-Henson_Picture-2022-300x171.jpg 300w, https:\/\/www.totara.com\/wp-content\/uploads\/2022\/11\/Meredith-Henson_Picture-2022.jpg 350w\" alt=\"\" width=\"300\" height=\"171\" \/><\/p>\n<p><strong>This webinar has ended. Register below to watch the recording<\/strong><\/p>\n<\/div>\n  <\/div>\n\n\n<div class='newsletter-hubspot-container theme padding-'>\n  <div class='wrapper'>\n    \n    <div class='content-wrapper'>\n            <div class='form-wrapper grey-background-'>\n                                    <h2 class='title '>Watch the replay<\/h2>\n                                                    <div id=\"hubspot-form-container\">\n            \n\t\t\t\t\t<script>\n\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\tportalId: 3415253,\n\t\t\t\t\t\t\t\tformId: \"b8be6ddc-6f07-479b-8c0e-23bc3ab01285\",\n\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1778870746000-0632716747\",\n\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t})});\n\t\t\t\t\t<\/script>\n\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1778870746000-0632716747\"><\/div>          <\/div>\n          <div id=\"hubspot-fallback-message\" style=\"display: none; padding: 20px; background-color: #f8f9fa; border: 1px solid #dee2e6; border-radius: 8px;\">\n            <p style=\"margin: 0; font-size: 14px;\">\n              This form may be blocked by your browser&#8217;s privacy settings (e.g., Firefox Enhanced Tracking Protection). Please email us at <a href=\"mailto:marketing@totara.com\" style=\"color: #007ab8; text-decoration: none;\">marketing@totara.com<\/a>.\n            <\/p>\n          <\/div>\n                      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/If the form has a dynamic content field for hubspot automation workflows, it will grab that ACF value and plop it inside of the embedded iframe form\n  jQuery(document).ready(function ($) {\n    let formDetected = false;\n    let fallbackShown = false;\n\n    \/\/ Function to check for HubSpot form and show fallback if needed\n    function checkForHubSpotForm() {\n      const hubspotContainer = document.getElementById('hubspot-form-container');\n      const fallbackMessage = document.getElementById('hubspot-fallback-message');\n      \n      if (!hubspotContainer || !fallbackMessage || fallbackShown) {\n        return;\n      }\n\n      \/\/ Check for various HubSpot form elements\n      const hsForm = hubspotContainer.querySelector('.hs-form');\n      const hsIframe = hubspotContainer.querySelector('.hs-form-iframe');\n      const hsScript = hubspotContainer.querySelector('script[src*=\"js.hsforms.net\"]');\n      const hasHubSpotContent = hubspotContainer.innerHTML.trim().length > 0;\n\n      if (hsForm || hsIframe || hsScript) {\n        formDetected = true;\n      } else if (hasHubSpotContent && !formDetected) {\n        \/\/ If there's content but no recognizable HubSpot elements after timeout, show fallback\n        setTimeout(function() {\n          if (!formDetected && !fallbackShown) {\n            fallbackMessage.style.display = 'block';\n            hubspotContainer.style.display = 'none';\n            fallbackShown = true;\n          }\n        }, 2000);\n      } else if (!hasHubSpotContent) {\n        \/\/ If container is completely empty, show fallback immediately\n        fallbackMessage.style.display = 'block';\n        hubspotContainer.style.display = 'none';\n        fallbackShown = true;\n      }\n    }\n\n    \/\/ Initial check\n    setTimeout(checkForHubSpotForm, 1000);\n    \n    \/\/ Additional checks at intervals\n    setTimeout(checkForHubSpotForm, 3000);\n\n    setTimeout(function() {\n      const fieldElement = document.querySelector('input[name=lead_source_description]');\n      let iframe = document.querySelector('.hs-form-iframe');\n\n      if (iframe && iframe?.contentWindow) {\n        let iframeDocument = iframe.contentWindow.document;\n        let input = iframeDocument.querySelector('input[name=lead_source_description]');\n        if (input) {\n          input.value = 'Mastering advanced Audiences: How to efficiently manage large user groups in Totara | Webinar on Demand';\n        }\n      }\n    }, 5000);\n  });\n<\/script>","protected":false},"menu_order":119,"template":"","tax\/tags":[1002,1043,1044],"tax\/topics":[688,1038,808],"tax\/event-types":[820],"class_list":["post-48324","event","type-event","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/events\/48324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/events"}],"about":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/types\/event"}],"wp:attachment":[{"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/media?parent=48324"}],"wp:term":[{"taxonomy":"tag","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/tags?post=48324"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/topics?post=48324"},{"taxonomy":"event-type","embeddable":true,"href":"https:\/\/www.totara.com\/us\/wp-json\/wp\/v2\/tax\/event-types?post=48324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}