CINXE.COM

IAB Tech Lab

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <title>IAB Tech Lab</title> <meta name="description" content="Established in 2014, the IAB Technology Laboratory (Tech Lab) is a non-profit consortium that engages a member community globally to develop foundational technology and standards that enable growth and trust in the digital media ecosystem. Comprised of digital publishers, ad technology firms, agencies, marketers, and other member companies, IAB Tech Lab focuses on solutions for brand safety and ad fraud; identity, data, and consumer privacy; ad experiences and measurement; and programmatic effectiveness. Its work includes the OpenRTB real-time bidding protocol, ads.txt anti-fraud specification, Open Measurement SDK for viewability and verification, VAST video specification, and DigiTrust identity service. Board members/companies are listed at https://iabtechlab.com/about-the-iab-tech-lab/tech-lab-leadership/. For more information, please visit https://iabtechlab.com." /> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://iabtechlab.com/xmlrpc.php"> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZGDMHG86ZE"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-ZGDMHG86ZE'); </script> <script> // Sanitize HTML function function sanitizeHtml(html) { var temp = document.createElement('div'); temp.textContent = html; return temp.innerHTML; } // Override Bootstrap components to sanitize certain attributes (function($) { 'use strict'; // Save the original constructors var Tooltip = $.fn.tooltip.Constructor; var Collapse = $.fn.collapse.Constructor; var Affix = $.fn.affix.Constructor; // Extend Tooltip var SafeTooltip = function(element, options) { if (typeof options.viewport === 'string') { options.viewport = sanitizeHtml(options.viewport); } Tooltip.call(this, element, options); }; SafeTooltip.prototype = Object.create(Tooltip.prototype); SafeTooltip.prototype.constructor = SafeTooltip; $.fn.tooltip = function(option) { return this.each(function() { var $this = $(this); var data = $this.data('bs.tooltip'); var options = typeof option === 'object' && option; if (options && typeof options.viewport === 'string') { options.viewport = sanitizeHtml(options.viewport); } if (!data) { $this.data('bs.tooltip', (data = new SafeTooltip(this, options))); } if (typeof option === 'string') { data[option](); } }); }; // Extend Collapse var SafeCollapse = function(element, options) { if (typeof options.parent === 'string') { options.parent = sanitizeHtml(options.parent); } Collapse.call(this, element, options); }; SafeCollapse.prototype = Object.create(Collapse.prototype); SafeCollapse.prototype.constructor = SafeCollapse; $.fn.collapse = function(option) { return this.each(function() { var $this = $(this); var data = $this.data('bs.collapse'); var options = typeof option === 'object' && option; if (options && typeof options.parent === 'string') { options.parent = sanitizeHtml(options.parent); } if (!data) { $this.data('bs.collapse', (data = new SafeCollapse(this, options))); } if (typeof option === 'string') { data[option](); } }); }; // Extend Affix var SafeAffix = function(element, options) { if (typeof options.target === 'string') { options.target = sanitizeHtml(options.target); } Affix.call(this, element, options); }; SafeAffix.prototype = Object.create(Affix.prototype); SafeAffix.prototype.constructor = SafeAffix; $.fn.affix = function(option) { return this.each(function() { var $this = $(this); var data = $this.data('bs.affix'); var options = typeof option === 'object' && option; if (options && typeof options.target === 'string') { options.target = sanitizeHtml(options.target); } if (!data) { $this.data('bs.affix', (data = new SafeAffix(this, options))); } if (typeof option === 'string') { data[option](); } }); }; // No conflict $.fn.tooltip.noConflict = function() { $.fn.tooltip = Tooltip; return this; }; $.fn.collapse.noConflict = function() { $.fn.collapse = Collapse; return this; }; $.fn.affix.noConflict = function() { $.fn.affix = Affix; return this; }; })(jQuery); // Apply tooltips, collapse, and affix globally $(function() { $('[data-toggle="tooltip"]').tooltip(); $('[data-toggle="collapse"]').collapse(); $('[data-spy="affix"]').affix(); }); </script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"> <style> .slick-dots { position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; } .slick-dots li { display: inline-block; margin: 0 5px; width: 10px; height: 10px; border-radius: 50%; background-color: #000; } .slick-dots li.slick-active { background-color: #fff; } .slider-container { position: relative; width: 100%; height: 500px; } .slider-item { width: 100%; height: 100%; background-color: #fff; } .search-submit, .wpcf7-form-control, .main-navigation ul ul, .content-boxes .circle, .feature .circle, .section-title-right::after, .boxtitle::after, .section-title::after, .content-btn, #comments .form-submit #submit { background-color: #dd3333; } .boxtitle::after, .section-title::after { height: 3px; width: 20%; } .wp-post-image { margin-bottom: 0px; } #slick-slide-control00{ display: none; } #slick-slide-control01{ display: none; } #slick-slide-control02{ display: none; } #slick-slide-control03{ display: none; } .slick-dots li.slick-active { background-color: #d33; } @media (min-width: 1200px) { .container { width: 1250px; } } @media (max-width: 740px) { .slick-dots { bottom: 35px; } .slider-container { height: 580px; } } .modal-open .modal{ background-color: white; max-width: 700px; max-height: 600px; align-content: center; margin: auto; margin-top: auto; padding: 15px; margin-top: 20px; } </style> <style> .header-profile-icon { position: absolute; right: 20px; top: 28px; } .profile-menu { left: auto !important; right: 0; line-height: 25px; padding-left: 10px !important; } .profile-menu .logout-btn { background-color: black; color: white; padding: 8px 8px; border-radius: 5px; width: 90%; box-sizing: border-box; display: inline-block; text-align: center; font-size: 16px; margin-top: 5px; } </style> <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { var loginPrompt = document.getElementById('loginPrompt'); if (loginPrompt) { loginPrompt.addEventListener('click', function() { // alert('Please log in to access your profile.'); // Optionally, redirect to the login page window.location.href = 'https://iabtechlab.com/wp-login.php'; }); } }); </script> <link rel='stylesheet' id='tribe-events-views-v2-bootstrap-datepicker-styles-css' href='https://iabtechlab.com/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css?ver=6.10.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tec-variables-skeleton-css' href='https://iabtechlab.com/wp-content/plugins/event-tickets/common/src/resources/css/variables-skeleton.min.css?ver=6.5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-common-skeleton-style-css' href='https://iabtechlab.com/wp-content/plugins/event-tickets/common/src/resources/css/common-skeleton.min.css?ver=6.5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-tooltipster-css-css' href='https://iabtechlab.com/wp-content/plugins/event-tickets/common/vendor/tooltipster/tooltipster.bundle.min.css?ver=6.5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-views-v2-skeleton-css' href='https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/css/views-skeleton.min.css?ver=6.10.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tec-variables-full-css' href='https://iabtechlab.com/wp-content/plugins/event-tickets/common/src/resources/css/variables-full.min.css?ver=6.5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-common-full-style-css' href='https://iabtechlab.com/wp-content/plugins/event-tickets/common/src/resources/css/common-full.min.css?ver=6.5.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-views-v2-full-css' href='https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/css/views-full.min.css?ver=6.10.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-views-v2-print-css' href='https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/css/views-print.min.css?ver=6.10.1.1' type='text/css' media='print' /> <link rel='stylesheet' id='tribe-events-pro-views-v2-print-css' href='https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/css/views-print.min.css?ver=7.4.1' type='text/css' media='print' /> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- This site is optimized with the Yoast SEO Premium plugin v24.4 (Yoast SEO v24.4) - https://yoast.com/wordpress/plugins/seo/ --> <title>Events from March 20 &#8211; December 4 &#8211; IAB Tech Lab</title> <link rel="canonical" href="https://iabtechlab.com/events/" /> <link rel="next" href="https://iabtechlab.com/events/page/2/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Events Archive" /> <meta property="og:url" content="https://iabtechlab.com/events/" /> <meta property="og:site_name" content="IAB Tech Lab" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@iabtechlab" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://iabtechlab.com/events/","url":"https://iabtechlab.com/events/","name":"Events Archive - IAB Tech Lab","isPartOf":{"@id":"https://iabtechlab.com/#website"},"primaryImageOfPage":{"@id":"https://iabtechlab.com/events/#primaryimage"},"image":{"@id":"https://iabtechlab.com/events/#primaryimage"},"thumbnailUrl":"https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social.png","breadcrumb":{"@id":"https://iabtechlab.com/events/#breadcrumb"},"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://iabtechlab.com/events/#primaryimage","url":"https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social.png","contentUrl":"https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social.png","width":1200,"height":627,"caption":"IAB Tech Lab Signal Shift Privacy and Addressability Event NYC 2025"},{"@type":"BreadcrumbList","@id":"https://iabtechlab.com/events/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://iabtechlab.com/"},{"@type":"ListItem","position":2,"name":"Events"}]},{"@type":"WebSite","@id":"https://iabtechlab.com/#website","url":"https://iabtechlab.com/","name":"IAB Tech Lab","description":"Tech Lab works with the industry at large to develop guidelines, write specs, develop technology and provide services in an effort to bring alignment and standardization to help the industry grow.","publisher":{"@id":"https://iabtechlab.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://iabtechlab.com/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://iabtechlab.com/#organization","name":"IAB Tech Lab","url":"https://iabtechlab.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://iabtechlab.com/#/schema/logo/image/","url":"https://iabtechlab.com/wp-content/uploads/2024/12/IAB_Tech-Lab_2019_Vertical_RGB-20241007-205703.png","contentUrl":"https://iabtechlab.com/wp-content/uploads/2024/12/IAB_Tech-Lab_2019_Vertical_RGB-20241007-205703.png","width":643,"height":466,"caption":"IAB Tech Lab"},"image":{"@id":"https://iabtechlab.com/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/IABTechLab","https://x.com/iabtechlab"]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel='dns-prefetch' href='//cc.cdn.civiccomputing.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel="alternate" type="application/rss+xml" title="IAB Tech Lab &raquo; Feed" href="https://iabtechlab.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="IAB Tech Lab &raquo; Comments Feed" href="https://iabtechlab.com/comments/feed/" /> <link rel="alternate" type="text/calendar" title="IAB Tech Lab &raquo; iCal Feed" href="https://iabtechlab.com/events/?ical=1" /> <link rel="alternate" type="application/rss+xml" title="IAB Tech Lab &raquo; Events Feed" href="https://iabtechlab.com/events/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/iabtechlab.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.2"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='tribe-events-virtual-skeleton-css' href='https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-skeleton.min.css?ver=1.15.8' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-virtual-full-css' href='https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/css/events-virtual-full.min.css?ver=1.15.8' type='text/css' media='all' /> <link rel='stylesheet' id='tec-events-pro-single-css' href='https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/css/events-single.min.css?ver=7.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-pro-mini-calendar-block-styles-css' href='https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-mini-calendar-block.min.css?ver=7.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='dashicons-css' href='https://iabtechlab.com/wp-includes/css/dashicons.min.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='event-tickets-tickets-css-css' href='https://iabtechlab.com/wp-content/plugins/event-tickets/src/resources/css/tickets.min.css?ver=5.19.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='event-tickets-tickets-rsvp-css-css' href='https://iabtechlab.com/wp-content/plugins/event-tickets/src/resources/css/rsvp-v1.min.css?ver=5.19.1.1' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://iabtechlab.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='ce_responsive-css' href='https://iabtechlab.com/wp-content/plugins/simple-embed-code/css/video-container.min.css?ver=2.5.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-v2-single-skeleton-css' href='https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-single-skeleton.min.css?ver=6.10.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-v2-single-skeleton-full-css' href='https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-single-full.min.css?ver=6.10.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='tec-events-elementor-widgets-base-styles-css' href='https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/css/integrations/plugins/elementor/widgets/widget-base.min.css?ver=6.10.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='ivory-search-styles-css' href='https://iabtechlab.com/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css?ver=5.5.9' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-list-venues-organizers-shortcodes-css' href='https://iabtechlab.com/wp-content/plugins/tribe-ext-list-venues-organizers-shortcodes/src/resources/css/tribe-list-venues-organizers-shortcodes.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='modality-css' href='https://iabtechlab.com/wp-content/themes/modality/style.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://iabtechlab.com/wp-content/themes/modality/css/bootstrap.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='https://iabtechlab.com/wp-content/themes/modality/css/animate.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='modality-responsive-css' href='https://iabtechlab.com/wp-content/themes/modality/css/responsive.css?ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://iabtechlab.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='modality-body-font-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400%2C400italic%2C700%2C700italic&#038;subset=latin%2Cgreek-ext%2Ccyrillic%2Clatin-ext%2Cgreek%2Ccyrillic-ext%2Cvietnamese&#038;ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='modality-menu-font-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400%2C400italic%2C700%2C700italic&#038;subset=latin%2Cgreek-ext%2Ccyrillic%2Clatin-ext%2Cgreek%2Ccyrillic-ext%2Cvietnamese&#038;ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='modality-logo-font-css' href='//fonts.googleapis.com/css?family=Open+Sans%3A400%2C400italic%2C700%2C700italic&#038;subset=latin%2Cgreek-ext%2Ccyrillic%2Clatin-ext%2Cgreek%2Ccyrillic-ext%2Cvietnamese&#038;ver=6.7.2' type='text/css' media='all' /> <link rel='stylesheet' id='tablepress-default-css' href='https://iabtechlab.com/wp-content/plugins/tablepress/css/build/default.css?ver=3.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='footable_styles-css' href='https://iabtechlab.com/wp-content/plugins/ninja-tables/assets/css/ninjatables-public.css?ver=5.0.18' type='text/css' media='all' /> <!--n2css--><!--n2js--><script type="text/javascript" src="https://iabtechlab.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/event-tickets/common/src/resources/js/tribe-common.min.js?ver=6.5.1.1" id="tribe-common-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/breakpoints.min.js?ver=6.10.1.1" id="tribe-events-views-v2-breakpoints-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/bootstrap.js?ver=6.7.2" id="bootstrap-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/jquery.smartmenus.js?ver=6.7.2" id="jquery-smartmenus-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/jquery.smartmenus.bootstrap.js?ver=6.7.2" id="jquery-smartmenus-bootstrap-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/imgLiquid.js?ver=6.7.2" id="imgLiquid-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/modernizr.js?ver=6.7.2" id="modernizr-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/stickUp.js?ver=6.7.2" id="stickUp-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/sticky.js?ver=6.7.2" id="modality-sticky-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/wow.js?ver=6.7.2" id="wow-js"></script> <!--[if lt IE 9]> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/html5.js?ver=6.7.2" id="modality-html5-js"></script> <![endif]--> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://iabtechlab.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <meta name="et-api-version" content="v1"><meta name="et-api-origin" content="https://iabtechlab.com"><link rel="https://theeventscalendar.com/" href="https://iabtechlab.com/wp-json/tribe/tickets/v1/" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://iabtechlab.com"><link rel="alternate" href="https://iabtechlab.com/wp-json/tribe/events/v1/" /><!--Custom Styling--> <style media="screen" type="text/css"> blockquote, address, .page-links a:hover, .post-format-wrap {border-color:#dd3333} .meta span i, .more-link, .post-title h3:hover, #main .standard-posts-wrapper .posts-wrapper .post-single .text-holder-full .post-format-wrap p.link-text a:hover, .breadcrumbs .breadcrumbs-wrap ul li a:hover, #article p a, .navigation a, .link-post i.fa, .quote-post i.fa, #article .link-post p.link-text a:hover, .link-post p.link-text a:hover, .quote-post span.quote-author, .post-single ul.link-pages li a strong, .post-info span i, .footer-widget-col ul li a:hover, .sidebar ul.link-pages li.next-link a span, .sidebar ul.link-pages li.previous-link a span, .sidebar ul.link-pages li i, .row .row-item .service i.fa {color:#dd3333} input[type=&quot;submit&quot;],button, .page-links a:hover {background:#dd3333} .search-submit,.wpcf7-form-control,.main-navigation ul ul, .content-boxes .circle, .feature .circle, .section-title-right:after, .boxtitle:after, .section-title:after, .content-btn, #comments .form-submit #submit {background-color:#dd3333} .back-to-top {color:#dd3333} .back-to-top i.fa:hover {color:#d3d3d3} #logo {width:73px } #logo { margin-top:12px } #logo { margin-bottom:8px } #logo { margin-right:12px } #logo {font-family:Open Sans} #logo {font-size:24px } #logo {font-weight:700} #logo a {color:#ffffff} #logo h5.site-description {font-size:16px } #logo .site-description {color:#ffffff} #logo .site-description {text-transform: none} #navbar {margin-top:18px} #navbar ul li a {font-family:Open Sans} #navbar ul li a {font-size:14px} .navbar-nav li a {color:#3f3f3f} .dropdown-menu {border-bottom: 5px solid #ffffff} .navbar-nav {background-color:#ffffff} .dropdown-menu { background:#ffffff} .navbar-nav li a:hover {color:#dd3333} .navbar-nav ul li a:hover, .navbar-nav ul li a:focus, .navbar-nav ul li a.active, .navbar-nav ul li a.active-parent, .navbar-nav ul li.current_page_item a, #menu-navmenu li a:hover { background:#ffffff} .active a { color:#dd3333 !important} body {font-family:Open Sans} body {font-size:14px !important} body {color:#3f3f3f} #header-holder { background-color: #ffffff} #header-top .top-phone,#header-top p, #header-top a, #header-top i { color:#ffffff} #header-top { background-color: #000000} .banner ul li { min-height:500px;} .banner .inner h1 { color:#ffffff} .iis-caption-title a { color:#ffffff} .banner .inner p { color: #ffffff} .iis-caption-content p { color: #ffffff} .banner .btn { color: #ffffff} .banner .btn { border-color: #ffffff} .iis-caption { left: 0%} .banner .inner { padding-top: 10px} .iis-caption { bottom: 5%} .banner .inner { width: 90%} .iis-caption { max-width: 90%} #footer { background-color:#3f3f3f} #copyright { background-color:#3f3f3f} .footer-widget-col h4 { color:#dd3333} .footer-widget-col h4 { border-bottom: 4px solid #dd3333} .footer-widget-col a, .footer-widget-col { color:#ffffff} .footer-widget-col ul li { border-bottom: 1px solid #ffffff} #social-bar-footer ul li a i { color:#dd3333} .home-blog {background: none repeat scroll 0 0 #ffffff} .from-blog .post-info span a, .from-blog .post-info span {color:#111111;} .from-blog h3 {color:#111111;} .from-blog h2 {color:#111111;} .from-blog {background: none repeat scroll 0 0 #f4f4f4;} .blog-top-image {background: none repeat scroll 0 0 #eeeeee;} .blog-top-image h1.section-title, .blog-top-image h1.section-title-right {color:#111111;} .get-strated-button { background-color: #dd3333} #get-started h2 { color: #ffffff} .get-strated-left span { color: #ffffff} #get-started { background: none repeat scroll 0 0 #252525} #features { background-color:#f4f4f4;} h4.sub-title, #features p { color:#111111;} #features .section-title, #features h3 { color:#111111;} .about p {color:#dd3333;} .about h2 {color:#000000;} .about {background: none repeat scroll 0 0 #eeeeee;} #services { background-color:#eeeeee;} #services h2, #services h3 { color:#dd3333;} #services p { color:#333333;} .cta h2 { color:#111111;} .cta h4 { color:#111111;} .cta { background-color:#eeeeee;} .content-boxes h4 { color:#ffffff;} .content-boxes {color:#ffffff} .content-boxes {background: none repeat scroll 0 0 #252525} .get-in-touch { background-color: #ffffff} .get-in-touch h2.boxtitle {color:#111111;} .get-in-touch h4.sub-title {color:#dd3333;} .git-link { color: #dd3333} .git-link { border-color: #dd3333} .social { background-color: #ffffff} </style> <meta name="generator" content="Elementor 3.27.4; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://iabtechlab.com/wp-content/uploads/2017/08/cropped-150411226376665-32x32.png" sizes="32x32" /> <link rel="icon" href="https://iabtechlab.com/wp-content/uploads/2017/08/cropped-150411226376665-192x192.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://iabtechlab.com/wp-content/uploads/2017/08/cropped-150411226376665-180x180.png" /> <meta name="msapplication-TileImage" content="https://iabtechlab.com/wp-content/uploads/2017/08/cropped-150411226376665-270x270.png" /> <style id='ninja_table_custom_css_25388' type='text/css'> #footable_25388 { font-family: inherit; font-size: 14px; } </style> <style type="text/css" id="wp-custom-css"> #ninja_forms_field_145 { /* Center the button */ display: block; margin: auto; font-size: 14px; background-color: #EA361C; } .list-radio-wrap span { /* padding-left:150px; */ float:right; } .bodname{ display: inline-block; width: 220px; } #ninja_forms_form_22_all_fields_wrap .ninja-forms-required-items { display:none; } #nf_submit_25 , #nf_submit_27{ text-align:center; color: black; } .ninja-notify-submit { color: black; } #services-wrap{ display: none;} .label { color: #000;} .footer-widget-col h4 { text-transform: uppercase !important; } .std_class{color:blue !important;} a#wd_button { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; font-family: Arial; } /********/ .wd_button { font-size: 15px!important; } .postid-16289 .tribe-events-schedule h2 { display:none; } @media (min-width: 1200px) { .container { width: 1250px; } } /* Header */ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background-color: #fff; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { background-color: #fff; } #navbar ul li a { text-transform: none; } .navbar-nav ul li a { font-weight: 500; } .dropdown-menu { border: 1px solid #c8c8c8;; } @media screen and (max-width: 768px) { #logo a img { width: 80px; } } .navbar-toggle { margin-top: -45px; } /** Corousel Slider smooth effect **/ .my_testimonial_slider .swiper-wrapper{ -webkit-transition-timing-function: linear !important; transition-timing-function: linear !important; } /* Footer */ .footer-v4 .sidebar-footer { width: 50%; } .sidebar-footer > div { margin: 15px 50px 0px 0; } .navbar-default { background-color: #fff; } .footer-widget-col ul li { border: none; } .footer-widget-col ul li { padding: 0.3em 0; } .sidebar-footer .footer-widget-col { margin: 0 auto 10px; } .btn-primary:hover { color: #EE3636; background-color: #FFF; border-color: #EE3636; } .btn-primary { color: #FFF; background-color: #EE3636; border-color: #EE3636; } .sticky-column{ position: sticky; position: -webkit-sticky; top: 7rem; } .sticky-parent .elementor-widget-wrap { display: block!important; } #ez-toc-container { border: none; } ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, div.ez-toc-widget-container, div.ez-toc-widget-container li { line-height: 2; } @media screen and (max-width: 768px) { #logo a img { width: 135px; } } .huge-it-wrap { opacity: 1 !important; } .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container { padding-top: 30px; } .tablepress thead th { background-color: #ea0909e5; color: white; } .wp-block-separator { border: 0px solid; } .btn-primary:active, .btn-primary:focus { color: #fff; background-color: #f00; border-color: #f00; } .tfaforms-iframe{ margin-bottom: -400px; } .navbar ul { float: left; } @media screen and (max-width: 768px){ .tfaforms-iframe{ margin-bottom: -200px; } } #sp-testimonial-pro-22062.sp-testimonial-pro-section .tpro-client-image img, .sp-tpro-modal-testimonial-22062 .tpro-client-image img { width: 250px; } #sp-testimonial-pro-22062.sp-testimonial-pro-section .sp-testimonial-pro-item { margin-bottom: 0px; width: 100%; } /* Civic Cookie Control */ #ccc #ccc-notify.ccc-notify__top { animation-name: slide-up !important; bottom: 0 !important; top: auto !important; } @keyframes slide-up { 0% { transform: translate3d(0, 100%, 0); /* Starts below the screen */ } 100% { transform: translate3d(0, 0, 0); /* Stops at the bottom */ } } /* Event Page Changes */ h2.tribe-events-related-events-title { display: none; } ul.tribe-related-events.tribe-clearfix { display: none; } .tribe-events-event-meta address.tribe-events-address { padding: 20px; } </style> <style type="text/css" media="screen">.is-menu path.search-icon-path { fill: #474747;}body .popup-search-close:after, body .search-close:after { border-color: #474747;}body .popup-search-close:before, body .search-close:before { border-color: #474747;}</style> <style type="text/css" media="screen"> /* Ivory search custom CSS code */ .astm-search-menu input.search-field { padding-top: 0px; padding-bottom: 1px; } .astm-search-menu input.search-submit { padding-top: 1px; padding-bottom: 1px; } </style> </head> <body style="max-width:100%" class="post-type-archive post-type-archive-tribe_events wp-custom-logo tribe-no-js page-template-modality tribe-filter-live modality elementor-default elementor-kit-17663 tribe-theme-modality"> <dialog id="error-dialog"> <button id="error-close"> <svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"></line><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"></line></svg> </button> <div class="error-dialog-body"> <span style="color: gray;" uk-icon="icon: warning; ratio: 2.6;"></span> <span>There was an unexpected error authorizing you. Please try again.</span> </div> <button type="button" id="error-close-button" class="uk-button primary-button-red-small"> Close </button> </dialog> <style> #error-dialog { background: white; border: 1px solid #dadada; z-index: 9999999; top: 25%; min-width: 300px; max-width: 400px; border-radius: 5px; } #error-dialog #error-close { float: right; border: none; background-color: transparent; outline: none; } #error-dialog #error-close-button { width: 100%; } .error-dialog-body { margin: 40px 0px 30px 0px; padding: 1rem; padding-top: 0; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; } </style> <script>0</script> <div id="grid-container"> <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true" data-keyboard="false"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Subscribe to Our Newsletter</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <!-- Form will be loaded here --> </div> </div> </div> </div> <div class="clear"></div> <div id="header-holder"> <div id ="header-wrap"> <nav class="navbar navbar-default"> <div id="logo"> <a href="https://iabtechlab.com/" class="custom-logo-link" rel="home"><img fetchpriority="high" width="643" height="466" src="https://iabtechlab.com/wp-content/uploads/2024/12/IAB_Tech-Lab_2019_Vertical_RGB-20241007-205703.png" class="custom-logo" alt="IAB Tech Lab" decoding="async" srcset="https://iabtechlab.com/wp-content/uploads/2024/12/IAB_Tech-Lab_2019_Vertical_RGB-20241007-205703.png 643w, https://iabtechlab.com/wp-content/uploads/2024/12/IAB_Tech-Lab_2019_Vertical_RGB-20241007-205703-300x217.png 300w, https://iabtechlab.com/wp-content/uploads/2024/12/IAB_Tech-Lab_2019_Vertical_RGB-20241007-205703-110x80.png 110w" sizes="(max-width: 643px) 100vw, 643px" /></a> </div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse"> <ul id="menu-primary-navigation" class="nav navbar-nav"><li id="menu-item-13693" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13693 dropdown"><a title="Membership" href="https://iabtechlab.com/membership/" class="dropdown-toggle" aria-haspopup="true">Membership <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-19373" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19373"><a title="Membership Types" href="https://iabtechlab.com/membership/">Membership Types</a></li> <li id="menu-item-18085" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18085"><a title="Board Membership" href="https://iabtechlab.com/board-membership/">Board Membership</a></li> <li id="menu-item-18084" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18084"><a title="Corporate Membership" href="https://iabtechlab.com/corporate-membership/">Corporate Membership</a></li> <li id="menu-item-18087" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18087"><a title="Our Members" href="https://iabtechlab.com/about-the-iab-tech-lab/iab-tech-lab-members/">Our Members</a></li> </ul> </li> <li id="menu-item-23893" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-23893 dropdown"><a title="Standards" href="https://iabtechlab.com/standards" class="dropdown-toggle" aria-haspopup="true">Standards <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-19374" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19374"><a title="All Standards" href="https://iabtechlab.com/standards/">All Standards</a></li> <li id="menu-item-18175" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18175"><a title="Supply Chain &#038; Foundations" href="https://iabtechlab.com/standards/supply-chain-foundations/">Supply Chain &#038; Foundations</a></li> <li id="menu-item-18176" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18176"><a title="Addressability and PETs" href="https://iabtechlab.com/standards/addressability-and-pets/">Addressability and PETs</a></li> <li id="menu-item-18174" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18174"><a title="Measurement" href="https://iabtechlab.com/standards/measurement/">Measurement</a></li> <li id="menu-item-18178" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18178"><a title="Privacy" href="https://iabtechlab.com/standards/privacy/">Privacy</a></li> <li id="menu-item-18177" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18177"><a title="Advanced TV" href="https://iabtechlab.com/standards/advanced-tv/">Advanced TV</a></li> </ul> </li> <li id="menu-item-23872" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23872"><a title="Working Groups" href="https://iabtechlab.com/working-groups">Working Groups</a></li> <li id="menu-item-7144" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-has-children current-menu-item current_page_item menu-item-7144 dropdown active"><a title="Events" href="https://iabtechlab.com/events/" class="dropdown-toggle" aria-haspopup="true">Events <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-23456" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23456"><a title="Sponsor a Tech Lab Event" href="https://iabtechlab.com/tech-lab-event-sponsorship/">Sponsor a Tech Lab Event</a></li> <li id="menu-item-25107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25107"><a title="NYC Event Season Pass" href="https://iabtechlab.com/tech-lab-events-new-york-season-pass/">NYC Event Season Pass</a></li> <li id="menu-item-24749" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24749"><a title="Tech Lab Webinar Replays" href="https://iabtechlab.com/tech-lab-webinar-replays/">Tech Lab Webinar Replays</a></li> </ul> </li> <li id="menu-item-1685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1685 dropdown"><a title="Software" href="https://iabtechlab.com/software/" class="dropdown-toggle" aria-haspopup="true">Software <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-25137" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25137"><a title="Spiders &amp; Bots" href="https://iabtechlab.com/software/iababc-international-spiders-and-bots-list/">Spiders &#038; Bots</a></li> <li id="menu-item-25140" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25140"><a title="Open Measurement SDK" href="https://iabtechlab.com/standards/open-measurement-sdk/">Open Measurement SDK</a></li> <li id="menu-item-25138" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-25138"><a title="VAST Tag Validator" href="https://iabtechlab.com/software/vast-tag-validator/">VAST Tag Validator</a></li> </ul> </li> <li id="menu-item-2676" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-2676 dropdown"><a title="News &amp; Blog" href="https://iabtechlab.com/iab-tech-lab-news/" class="dropdown-toggle" aria-haspopup="true">News &#038; Blog <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-19372" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19372"><a title="Latest News &amp; Blogs" href="https://iabtechlab.com/iab-tech-lab-news/">Latest News &#038; Blogs</a></li> <li id="menu-item-18701" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18701"><a title="Press Releases" href="https://iabtechlab.com/press-releases/">Press Releases</a></li> <li id="menu-item-24795" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-24795"><a title="Member Perspectives" href="https://iabtechlab.com/member-perspectives/">Member Perspectives</a></li> </ul> </li> <li id="menu-item-13692" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13692"><a title="Tools Portal" target="_blank" href="https://tools.iabtechlab.com/">Tools Portal</a></li> <li id="menu-item-1684" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1684 dropdown"><a title="Compliance" href="https://iabtechlab.com/compliance-programs/" class="dropdown-toggle" aria-haspopup="true">Compliance <span class="caret"></span></a> <ul role="menu" class=" dropdown-menu"> <li id="menu-item-19385" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19385"><a title="All Compliance Programs" href="https://iabtechlab.com/compliance-programs/">All Compliance Programs</a></li> <li id="menu-item-18003" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18003"><a title="Open Measurement" href="https://iabtechlab.com/compliance-programs/open-measurement/">Open Measurement</a></li> <li id="menu-item-18004" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18004"><a title="Measurement Compliance" href="https://iabtechlab.com/compliance-programs/measurement-compliance/">Measurement Compliance</a></li> <li id="menu-item-18005" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18005"><a title="Podcast Measurement Compliance" href="https://iabtechlab.com/compliance-programs/podcast-measurement-compliance/">Podcast Measurement Compliance</a></li> <li id="menu-item-18007" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18007"><a title="Data Transparency" href="https://iabtechlab.com/compliance-programs/data-transparency/">Data Transparency</a></li> <li id="menu-item-18008" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18008"><a title="Compliance Pricing" href="https://iabtechlab.com/compliance-programs/techlab-compliance-pricing/">Compliance Pricing</a></li> <li id="menu-item-19779" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19779"><a title="Compliant Companies" href="https://iabtechlab.com/compliant-companies/">Compliant Companies</a></li> </ul> </li> <li class=" astm-search-menu is-menu sliding menu-item"><a href="#" role="button" aria-label="Search Icon Link"><svg width="20" height="20" class="search-icon" role="img" viewBox="2 9 20 5" focusable="false" aria-label="Search"> <path class="search-icon-path" d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></a><form role="search" method="get" class="search-form" action="https://iabtechlab.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></li></ul> <div class="header-profile-icon"> <div class="dropdown"> <img src="https://www.iab.com/wp-content/themes/iab/lib-browser/img/icons/redesign/Account.png" style="width:22px; cursor:pointer;" alt="Profile Icon" id="loginPrompt" /> </div> </div> </div> </nav> </div><!--header-wrap--> </div><!--header-holder--> <div id="main" class="col1"> <div class="content-posts-wrap"> <div id="content-box"> <div id="post-body"> <div class="post-single post-0 page type-page status-publish hentry"> <h1 id="post-title" class="entry-title post-0 page type-page status-publish hentry"> </h1> <div class="breadcrumbs"> <div class="breadcrumbs-wrap"> <ul><li><a href="https://iabtechlab.com">Home</a></li><li class="separator"> / </li></ul> </div><!--breadcrumbs-wrap--> </div><!--breadcrumbs--> <div id="article"> <div class="tribe-common tribe-events tribe-events-view tribe-events-view--list" data-js="tribe-events-view" data-view-rest-url="https://iabtechlab.com/wp-json/tribe/views/v2/html" data-view-rest-method="POST" data-view-manage-url="1" data-view-breakpoint-pointer="6a63bec6-7455-476a-97b1-8c316095cd19" > <div class="tribe-common-l-container tribe-events-l-container"> <div class="tribe-events-view-loader tribe-common-a11y-hidden" role="alert" aria-live="polite" > <span class="tribe-events-view-loader__text tribe-common-a11y-visual-hide"> 5 events found. </span> <div class="tribe-events-view-loader__dots tribe-common-c-loader"> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--first" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--second" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--dot tribe-common-c-loader__dot tribe-common-c-loader__dot--third" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="7.5"/></svg> </div> </div> <script type="application/ld+json"> [{"@context":"http://schema.org","@type":"Event","name":"Signal Shift: Addressability in the Privacy Era","description":"&lt;p&gt;IAB Tech Lab\u2019s Privacy &amp; Addressability event returns after sold out events in 2024. In an era where digital advertising faces increasing challenges from signal loss, regulatory pressures, and evolving consumer expectations, IAB Tech Lab\u2019s \u201cSignal Shift\u201d brings together industry leaders to explore the cutting-edge solutions shaping the future of [&hellip;]&lt;/p&gt;\\n","image":"https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social.png","url":"https://iabtechlab.com/event/iab-tech-lab-privacy-addressability-nyc-2025/","eventAttendanceMode":"https://schema.org/OfflineEventAttendanceMode","eventStatus":"https://schema.org/EventScheduled","startDate":"2025-03-20T08:00:00-04:00","endDate":"2025-03-20T18:00:00-04:00","location":{"@type":"Place","name":"Convene &#8211; 237 Park Avenue","description":"","url":"https://iabtechlab.com/venue/convene-237-park-avenue/","address":{"@type":"PostalAddress","streetAddress":"237 Park Avenue","addressLocality":"New York","addressRegion":"NY","postalCode":"10017","addressCountry":"United States"},"telephone":"","sameAs":""},"performer":"Organization"},{"@context":"http://schema.org","@type":"Event","name":"IAB Tech Lab Summit 2025","description":"&lt;p&gt;IAB Tech Lab\u2019s 2025 Summit takes you &quot;Through the Looking Glass&quot; to the new reality of digital advertising. We are bringing together industry leaders, from technology, product, and operations, to explore the cutting-edge solutions shaping the future of the industry and how it can maintain growth and relevance, in the [&hellip;]&lt;/p&gt;\\n","image":"https://iabtechlab.com/wp-content/uploads/2024/11/IAB-TL-Summit-25_Banner-1200x628-1.png","url":"https://iabtechlab.com/event/iab-tech-lab-summit-2025/","eventAttendanceMode":"https://schema.org/OfflineEventAttendanceMode","eventStatus":"https://schema.org/EventScheduled","startDate":"2025-06-04T08:00:00-04:00","endDate":"2025-06-04T18:00:00-04:00","location":{"@type":"Place","name":"Convene &#8211; Ave of the Americas","description":"","url":"https://iabtechlab.com/venue/convene-ave-of-the-americas/","address":{"@type":"PostalAddress","streetAddress":"1221 Avenue of the Americas","addressLocality":"New York","addressRegion":"NY","postalCode":"10020","addressCountry":"United States"},"telephone":"","sameAs":""},"performer":"Organization"},{"@context":"http://schema.org","@type":"Event","name":"IAB Tech Lab Privacy &#038; Addressability West Coast 2025","description":"&lt;p&gt;IAB Tech Lab\u2019s Privacy &amp;\u00a0Addressability event returns after sold out events in 2024 Expect sessions on Privacy Enhancing Technologies, ID-less and, future addressability solutions and how to ensure your company is compliant with Privacy regulations Full day of presentations, technical demos, and panel discussions on the issues facing the industry. [&hellip;]&lt;/p&gt;\\n","image":"https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-West-Coast-Social.png","url":"https://iabtechlab.com/event/iab-tech-lab-privacy-addressability-west-coast-2025/","eventAttendanceMode":"https://schema.org/OfflineEventAttendanceMode","eventStatus":"https://schema.org/EventScheduled","startDate":"2025-10-09T08:00:00-07:00","endDate":"2025-10-09T18:00:00-07:00","performer":"Organization"},{"@context":"http://schema.org","@type":"Event","name":"IAB Tech Lab International Summit 2025","description":"&lt;p&gt;IAB Tech Lab goes Global, diving into the key issues facing the industry in the UK and Europe, and around the world. From Privacy and Addressability solutions, to innovation in RTB for live events, Retail Media, and the latest CTV developments, Tech Lab Summit covers it all. Full day of [&hellip;]&lt;/p&gt;\\n","image":"https://iabtechlab.com/wp-content/uploads/2024/11/2025-IAB-Tech-Lab-International-Summit.png","url":"https://iabtechlab.com/event/iab-tech-lab-international-summit-2025/","eventAttendanceMode":"https://schema.org/OfflineEventAttendanceMode","eventStatus":"https://schema.org/EventScheduled","startDate":"2025-11-06T08:00:00-05:00","endDate":"2025-11-06T18:00:00-05:00","location":{"@type":"Place","name":"Convene &#8211; 22 Bishopsgate","description":"","url":"https://iabtechlab.com/venue/convene-22-bishopsgate/","address":{"@type":"PostalAddress","streetAddress":"22 Bishopsgate","addressLocality":"London","postalCode":"EC2N 4BQ","addressCountry":"United Kingdom"},"telephone":"","sameAs":""},"performer":"Organization"},{"@context":"http://schema.org","@type":"Event","name":"IAB Tech Lab &#8220;I Want My CTV&#8221; Advanced TV Event 2025","description":"&lt;p&gt;IAB Tech Lab\u2019s &quot;I Want My CTV&quot; Advanced TV Event returns with all the experts leading the transformation of TV consumption and monetization Television is in a moment of major change and we\u2019re here to help you navigate those changes with technical standards and specifications Full day of presentations, technical [&hellip;]&lt;/p&gt;\\n","image":"https://iabtechlab.com/wp-content/uploads/2024/11/CTV-2025-Social.png","url":"https://iabtechlab.com/event/iab-tech-lab-advanced-tv-tech-2025/","eventAttendanceMode":"https://schema.org/OfflineEventAttendanceMode","eventStatus":"https://schema.org/EventScheduled","startDate":"2025-12-04T08:00:00-05:00","endDate":"2025-12-04T18:00:00-05:00","location":{"@type":"Place","name":"Convene &#8211; 360 Madison Ave","description":"","url":"https://iabtechlab.com/venue/convene-360-madison-ave/","address":{"@type":"PostalAddress","streetAddress":"360 Madison Ave","addressLocality":"New York","addressRegion":"NY","postalCode":"10017","addressCountry":"United States"},"telephone":"","sameAs":""},"performer":"Organization"}] </script> <script data-js="tribe-events-view-data" type="application/json"> {"slug":"list","prev_url":"https:\/\/iabtechlab.com\/events\/list\/?eventDisplay=past","next_url":"","view_class":"Tribe\\Events\\Views\\V2\\Views\\List_View","view_slug":"list","view_label":"List","title":"Events Archive - IAB Tech Lab","events":[23758,23755,23763,23766,23771],"url":"https:\/\/iabtechlab.com\/events\/list\/?hide_subsequent_recurrences=1","url_event_date":false,"bar":{"keyword":"","date":"","hide_recurring":true},"today":"2025-02-17 00:00:00","now":"2025-02-17 05:20:31","rest_url":"https:\/\/iabtechlab.com\/wp-json\/tribe\/views\/v2\/html","rest_method":"POST","rest_nonce":"","should_manage_url":true,"today_url":"https:\/\/iabtechlab.com\/events\/list\/?hide_subsequent_recurrences=1","today_title":"Click to select today's date","today_label":"Today","prev_label":"","next_label":"","date_formats":{"compact":"Y-m-d","month_and_year_compact":"Y-m","month_and_year":"F Y","time_range_separator":" - ","date_time_separator":" @ "},"messages":[],"start_of_week":"1","header_title":"","header_title_element":"h1","content_title":"","breadcrumbs":[],"before_events":"<p><img src=\"https:\/\/iabtechlab.com\/wp-content\/uploads\/2024\/10\/IABTechLab_WebHeader-Events_1.png\" alt=\"\" width=\"1024\" height=\"90\" class=\"alignnone size-medium wp-image-22967\" \/><\/p>\n","after_events":"\n<!--\nThis calendar is powered by The Events Calendar.\nhttp:\/\/evnt.is\/18wn\n-->\n","display_events_bar":true,"disable_event_search":false,"live_refresh":true,"ical":{"display_link":true,"link":{"url":"https:\/\/iabtechlab.com\/events\/list\/?hide_subsequent_recurrences=1&#038;ical=1","text":"Export Events","title":"Use this to share calendar data with Google Calendar, Apple iCal and other compatible apps"}},"container_classes":["tribe-common","tribe-events","tribe-events-view","tribe-events-view--list"],"container_data":[],"is_past":false,"breakpoints":{"xsmall":500,"medium":768,"full":960},"breakpoint_pointer":"6a63bec6-7455-476a-97b1-8c316095cd19","is_initial_load":true,"public_views":{"list":{"view_class":"Tribe\\Events\\Views\\V2\\Views\\List_View","view_url":"https:\/\/iabtechlab.com\/events\/list\/?hide_subsequent_recurrences=1","view_label":"List"}},"show_latest_past":true,"show_now":true,"now_label":"Upcoming","now_label_mobile":"Upcoming","show_end":false,"selected_start_datetime":"2025-02-17","selected_start_date_mobile":"2025-02-17","selected_start_date_label":"February 17","selected_end_datetime":"2025-12-04","selected_end_date_mobile":"2025-12-04","selected_end_date_label":"December 4","datepicker_date":"2025-02-17","subscribe_links":{"gcal":{"label":"Google Calendar","single_label":"Add to Google Calendar","visible":true,"block_slug":"hasGoogleCalendar"},"ical":{"label":"iCalendar","single_label":"Add to iCalendar","visible":true,"block_slug":"hasiCal"},"outlook-365":{"label":"Outlook 365","single_label":"Outlook 365","visible":true,"block_slug":"hasOutlook365"},"outlook-live":{"label":"Outlook Live","single_label":"Outlook Live","visible":true,"block_slug":"hasOutlookLive"},"ics":{"label":"Export .ics file","single_label":"Export .ics file","visible":true,"block_slug":null},"outlook-ics":{"label":"Export Outlook .ics file","single_label":"Export Outlook .ics file","visible":true,"block_slug":null}},"display_recurring_toggle":false,"_context":{"slug":"list"},"text":"Loading...","classes":["tribe-common-c-loader__dot","tribe-common-c-loader__dot--third"]}</script> <div class="tribe-events-before-html"> <p><img src="https://iabtechlab.com/wp-content/uploads/2024/10/IABTechLab_WebHeader-Events_1.png" alt="" width="1024" height="90" class="alignnone size-medium wp-image-22967" /></p> </div> <header class="tribe-events-header tribe-events-header--has-event-search" > <div class="tribe-events-header__events-bar tribe-events-c-events-bar tribe-events-c-events-bar--border" data-js="tribe-events-events-bar" > <h2 class="tribe-common-a11y-visual-hide"> Events Search and Views Navigation </h2> <button class="tribe-events-c-events-bar__search-button" aria-controls="tribe-events-search-container" aria-expanded="false" data-js="tribe-events-search-button" > <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-events-bar__search-button-icon-svg" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z"/></svg> <span class="tribe-events-c-events-bar__search-button-text tribe-common-a11y-visual-hide"> Search </span> </button> <div class="tribe-events-c-events-bar__search-container" id="tribe-events-search-container" data-js="tribe-events-search-container" > <div class="tribe-events-c-events-bar__search" id="tribe-events-events-bar-search" data-js="tribe-events-events-bar-search" > <form class="tribe-events-c-search tribe-events-c-events-bar__search-form" method="get" data-js="tribe-events-view-form" role="search" > <input type="hidden" name="tribe-events-views[url]" value="https://iabtechlab.com/events/list/?hide_subsequent_recurrences=1" /> <div class="tribe-events-c-search__input-group"> <div class="tribe-common-form-control-text tribe-events-c-search__input-control tribe-events-c-search__input-control--keyword" data-js="tribe-events-events-bar-input-control" > <label class="tribe-common-form-control-text__label" for="tribe-events-events-bar-keyword"> Enter Keyword. Search for Events by Keyword. </label> <input class="tribe-common-form-control-text__input tribe-events-c-search__input" data-js="tribe-events-events-bar-input-control-input" type="text" id="tribe-events-events-bar-keyword" name="tribe-events-views[tribe-bar-search]" value="" placeholder="Search for events" aria-label="Enter Keyword. Search for events by Keyword." /> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--search tribe-events-c-search__input-control-icon-svg" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.164 10.133L16 14.97 14.969 16l-4.836-4.836a6.225 6.225 0 01-3.875 1.352 6.24 6.24 0 01-4.427-1.832A6.272 6.272 0 010 6.258 6.24 6.24 0 011.831 1.83 6.272 6.272 0 016.258 0c1.67 0 3.235.658 4.426 1.831a6.272 6.272 0 011.832 4.427c0 1.422-.48 2.773-1.352 3.875zM6.258 1.458c-1.28 0-2.49.498-3.396 1.404-1.866 1.867-1.866 4.925 0 6.791a4.774 4.774 0 003.396 1.405c1.28 0 2.489-.498 3.395-1.405 1.867-1.866 1.867-4.924 0-6.79a4.774 4.774 0 00-3.395-1.405z"/></svg> </div> </div> <button class="tribe-common-c-btn tribe-events-c-search__button" type="submit" name="submit-bar" > Find Events</button> </form> </div> </div> <div class="tribe-events-c-events-bar__views"> <h3 class="tribe-common-a11y-visual-hide"> Events Views Navigation </h3> <div class="tribe-events-c-view-selector tribe-events-c-view-selector--labels tribe-events-c-view-selector--tabs" data-js="tribe-events-view-selector"> <button class="tribe-events-c-view-selector__button tribe-common-c-btn__clear" data-js="tribe-events-view-selector-button" > <span class="tribe-events-c-view-selector__button-icon"> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__button-icon-svg" viewBox="0 0 19 19" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z" class="tribe-common-c-svgicon__svg-fill"/><g clip-path="url(#tribe-events-c-view-selector__button-icon-svg-0)" class="tribe-common-c-svgicon__svg-fill"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z"/><path d="M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z"/></g><g clip-path="url(#tribe-events-c-view-selector__button-icon-svg-1)" class="tribe-common-c-svgicon__svg-fill"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z"/><path d="M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z"/></g><defs><clipPath id="tribe-events-c-view-selector__button-icon-svg-0"><path transform="translate(3.451 4)" d="M0 0h13v4H0z"/></clipPath><clipPath id="tribe-events-c-view-selector__button-icon-svg-1"><path transform="translate(3.451 10)" d="M0 0h13v4H0z"/></clipPath></defs></svg> </span> <span class="tribe-events-c-view-selector__button-text tribe-common-a11y-visual-hide"> List </span> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-view-selector__button-icon-caret-svg" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z" class="tribe-common-c-svgicon__svg-fill"/></svg> </button> <div class="tribe-events-c-view-selector__content" id="tribe-events-view-selector-content" data-js="tribe-events-view-selector-list-container" > <ul class="tribe-events-c-view-selector__list"> <li class="tribe-events-c-view-selector__list-item tribe-events-c-view-selector__list-item--list tribe-events-c-view-selector__list-item--active"> <a href="https://iabtechlab.com/events/list/?hide_subsequent_recurrences=1" class="tribe-events-c-view-selector__list-item-link" data-js="tribe-events-view-link" > <span class="tribe-events-c-view-selector__list-item-icon"> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--list tribe-events-c-view-selector__list-item-icon-svg" viewBox="0 0 19 19" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M.451.432V17.6c0 .238.163.432.364.432H18.12c.2 0 .364-.194.364-.432V.432c0-.239-.163-.432-.364-.432H.815c-.2 0-.364.193-.364.432zm.993.81h16.024V3.56H1.444V1.24zM17.468 3.56H1.444v13.227h16.024V3.56z" class="tribe-common-c-svgicon__svg-fill"/><g clip-path="url(#tribe-events-c-view-selector__list-item-icon-svg-0)" class="tribe-common-c-svgicon__svg-fill"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.831 4.912v1.825c0 .504.409.913.913.913h1.825a.913.913 0 00.912-.913V4.912A.913.913 0 0014.57 4h-1.825a.912.912 0 00-.913.912z"/><path d="M8.028 7.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 5.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z"/></g><g clip-path="url(#tribe-events-c-view-selector__list-item-icon-svg-1)" class="tribe-common-c-svgicon__svg-fill"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.831 10.912v1.825c0 .505.409.913.913.913h1.825a.913.913 0 00.912-.912v-1.825A.913.913 0 0014.57 10h-1.825a.912.912 0 00-.913.912z"/><path d="M8.028 13.66a.449.449 0 00.446-.448v-.364c0-.246-.2-.448-.446-.448h-4.13a.449.449 0 00-.447.448v.364c0 .246.201.448.447.448h4.13zM9.797 11.26a.449.449 0 00.447-.448v-.364c0-.246-.201-.448-.447-.448h-5.9a.449.449 0 00-.446.448v.364c0 .246.201.448.447.448h5.9z"/></g><defs><clipPath id="tribe-events-c-view-selector__list-item-icon-svg-0"><path transform="translate(3.451 4)" d="M0 0h13v4H0z"/></clipPath><clipPath id="tribe-events-c-view-selector__list-item-icon-svg-1"><path transform="translate(3.451 10)" d="M0 0h13v4H0z"/></clipPath></defs></svg> </span> <span class="tribe-events-c-view-selector__list-item-text"> List </span> </a> </li> </ul> </div> </div> </div> </div> <div class="tribe-events-c-top-bar tribe-events-header__top-bar"> <nav class="tribe-events-c-top-bar__nav tribe-common-a11y-hidden"> <ul class="tribe-events-c-top-bar__nav-list"> <li class="tribe-events-c-top-bar__nav-list-item"> <a href="https://iabtechlab.com/events/list/?eventDisplay=past" class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--prev" aria-label="Previous Events" title="Previous Events" data-js="tribe-events-view-link" > <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z"/></svg> </a> </li> <li class="tribe-events-c-top-bar__nav-list-item"> <button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next" aria-label="Next Events" title="Next Events" disabled > <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-common-c-btn-icon__icon-svg tribe-events-c-top-bar__nav-link-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z"/></svg> </button> </li> </ul> </nav> <a href="https://iabtechlab.com/events/list/?hide_subsequent_recurrences=1" class="tribe-common-c-btn-border-small tribe-events-c-top-bar__today-button tribe-common-a11y-hidden" data-js="tribe-events-view-link" aria-label="Click to select today&#039;s date" title="Click to select today&#039;s date" > Today</a> <div class="tribe-events-c-top-bar__datepicker"> <button class="tribe-common-c-btn__clear tribe-common-h3 tribe-common-h--alt tribe-events-c-top-bar__datepicker-button" data-js="tribe-events-top-bar-datepicker-button" type="button" aria-label="Click to toggle datepicker" title="Click to toggle datepicker" > <time datetime="2025-02-17" class="tribe-events-c-top-bar__datepicker-time" > <span class="tribe-events-c-top-bar__datepicker-mobile"> Upcoming </span> <span class="tribe-events-c-top-bar__datepicker-desktop tribe-common-a11y-hidden"> Upcoming </span> </time> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-top-bar__datepicker-button-icon-svg" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z" class="tribe-common-c-svgicon__svg-fill"/></svg> </button> <label class="tribe-events-c-top-bar__datepicker-label tribe-common-a11y-visual-hide" for="tribe-events-top-bar-date" > Select date. </label> <input type="text" class="tribe-events-c-top-bar__datepicker-input tribe-common-a11y-visual-hide" data-js="tribe-events-top-bar-date" id="tribe-events-top-bar-date" name="tribe-events-views[tribe-bar-date]" value="2025-02-17" tabindex="-1" autocomplete="off" readonly="readonly" /> <div class="tribe-events-c-top-bar__datepicker-container" data-js="tribe-events-top-bar-datepicker-container"></div> <template class="tribe-events-c-top-bar__datepicker-template-prev-icon"> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-top-bar__datepicker-nav-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z"/></svg> </template> <template class="tribe-events-c-top-bar__datepicker-template-next-icon"> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-top-bar__datepicker-nav-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z"/></svg> </template> </div> <div class="tribe-events-c-top-bar__actions tribe-common-a11y-hidden"> </div> </div> </header> <div class="tribe-events-calendar-list"> <h2 class="tribe-events-calendar-list__month-separator"> <time class="tribe-events-calendar-list__month-separator-text tribe-common-h7 tribe-common-h6--min-medium tribe-common-h--alt" datetime="2025-03" > March 2025 </time> </h2> <div class="tribe-common-g-row tribe-events-calendar-list__event-row" > <div class="tribe-events-calendar-list__event-date-tag tribe-common-g-col"> <time class="tribe-events-calendar-list__event-date-tag-datetime" datetime="2025-03-20" aria-hidden="true"> <span class="tribe-events-calendar-list__event-date-tag-weekday"> Thu </span> <span class="tribe-events-calendar-list__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> 20 </span> </time> </div> <div class="tribe-events-calendar-list__event-wrapper tribe-common-g-col"> <article class="tribe-events-calendar-list__event tribe-common-g-row tribe-common-g-row--gutters post-23758 tribe_events type-tribe_events status-publish has-post-thumbnail hentry" > <div class="tribe-events-calendar-list__event-featured-image-wrapper tribe-common-g-col"> <a href="https://iabtechlab.com/event/iab-tech-lab-privacy-addressability-nyc-2025/" title="Signal Shift: Addressability in the Privacy Era" rel="bookmark" class="tribe-events-calendar-list__event-featured-image-link" tabindex="-1" aria-hidden="true" > <img src="https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social.png" srcset="https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social-300x157.png 300w, https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social-1024x535.png 1024w, https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social-768x401.png 768w, https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social-153x80.png 153w, https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-NYC-Social.png 1200w" alt="IAB Tech Lab Signal Shift Privacy and Addressability Event NYC 2025" title="Signal Shift NYC Social" class="tribe-events-calendar-list__event-featured-image" width="1200" height="627" /> </a> </div> <div class="tribe-events-calendar-list__event-details tribe-common-g-col"> <header class="tribe-events-calendar-list__event-header"> <div class="tribe-events-calendar-list__event-datetime-wrapper tribe-common-b2"> <time class="tribe-events-calendar-list__event-datetime" datetime="2025-03-20"> <span class="tribe-event-date-start">March 20 @ 8:00 AM</span> - <span class="tribe-event-time">6:00 PM</span> <span class='timezone'> EDT </span> </time> </div> <h3 class="tribe-events-calendar-list__event-title tribe-common-h6 tribe-common-h4--min-medium"> <a href="https://iabtechlab.com/event/iab-tech-lab-privacy-addressability-nyc-2025/" title="Signal Shift: Addressability in the Privacy Era" rel="bookmark" class="tribe-events-calendar-list__event-title-link tribe-common-anchor-thin" > Signal Shift: Addressability in the Privacy Era </a> </h3> <address class="tribe-events-calendar-list__event-venue tribe-common-b2"> <span class="tribe-events-calendar-list__event-venue-title tribe-common-b2--bold"> Convene - 237 Park Avenue </span> <span class="tribe-events-calendar-list__event-venue-address"> 237 Park Avenue, New York, NY, United States </span> </address> </header> <div class="tribe-events-calendar-list__event-description tribe-common-b2 tribe-common-a11y-hidden"> <p>IAB Tech Lab’s Privacy &amp; Addressability event returns after sold out events in 2024. In an era where digital advertising faces increasing challenges from signal loss, regulatory pressures, and evolving consumer expectations, IAB Tech Lab’s “Signal Shift” brings together industry leaders to explore the cutting-edge solutions shaping the future of [&hellip;]</p> </div> </div> </article> </div> </div> <h2 class="tribe-events-calendar-list__month-separator"> <time class="tribe-events-calendar-list__month-separator-text tribe-common-h7 tribe-common-h6--min-medium tribe-common-h--alt" datetime="2025-06" > June 2025 </time> </h2> <div class="tribe-common-g-row tribe-events-calendar-list__event-row" > <div class="tribe-events-calendar-list__event-date-tag tribe-common-g-col"> <time class="tribe-events-calendar-list__event-date-tag-datetime" datetime="2025-06-04" aria-hidden="true"> <span class="tribe-events-calendar-list__event-date-tag-weekday"> Wed </span> <span class="tribe-events-calendar-list__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> 4 </span> </time> </div> <div class="tribe-events-calendar-list__event-wrapper tribe-common-g-col"> <article class="tribe-events-calendar-list__event tribe-common-g-row tribe-common-g-row--gutters post-23755 tribe_events type-tribe_events status-publish has-post-thumbnail hentry" > <div class="tribe-events-calendar-list__event-featured-image-wrapper tribe-common-g-col"> <a href="https://iabtechlab.com/event/iab-tech-lab-summit-2025/" title="IAB Tech Lab Summit 2025" rel="bookmark" class="tribe-events-calendar-list__event-featured-image-link" tabindex="-1" aria-hidden="true" > <img src="https://iabtechlab.com/wp-content/uploads/2024/11/IAB-TL-Summit-25_Banner-1200x628-1.png" srcset="https://iabtechlab.com/wp-content/uploads/2024/11/IAB-TL-Summit-25_Banner-1200x628-1-300x157.png 300w, https://iabtechlab.com/wp-content/uploads/2024/11/IAB-TL-Summit-25_Banner-1200x628-1-1024x536.png 1024w, https://iabtechlab.com/wp-content/uploads/2024/11/IAB-TL-Summit-25_Banner-1200x628-1-768x402.png 768w, https://iabtechlab.com/wp-content/uploads/2024/11/IAB-TL-Summit-25_Banner-1200x628-1-153x80.png 153w, https://iabtechlab.com/wp-content/uploads/2024/11/IAB-TL-Summit-25_Banner-1200x628-1.png 1200w" alt="" title="IAB-TL-Summit-25_Banner-1200&#215;628" class="tribe-events-calendar-list__event-featured-image" width="1200" height="628" /> </a> </div> <div class="tribe-events-calendar-list__event-details tribe-common-g-col"> <header class="tribe-events-calendar-list__event-header"> <div class="tribe-events-calendar-list__event-datetime-wrapper tribe-common-b2"> <time class="tribe-events-calendar-list__event-datetime" datetime="2025-06-04"> <span class="tribe-event-date-start">June 4 @ 8:00 AM</span> - <span class="tribe-event-time">6:00 PM</span> <span class='timezone'> EDT </span> </time> </div> <h3 class="tribe-events-calendar-list__event-title tribe-common-h6 tribe-common-h4--min-medium"> <a href="https://iabtechlab.com/event/iab-tech-lab-summit-2025/" title="IAB Tech Lab Summit 2025" rel="bookmark" class="tribe-events-calendar-list__event-title-link tribe-common-anchor-thin" > IAB Tech Lab Summit 2025 </a> </h3> <address class="tribe-events-calendar-list__event-venue tribe-common-b2"> <span class="tribe-events-calendar-list__event-venue-title tribe-common-b2--bold"> Convene - Ave of the Americas </span> <span class="tribe-events-calendar-list__event-venue-address"> 1221 Avenue of the Americas, New York, NY, United States </span> </address> </header> <div class="tribe-events-calendar-list__event-description tribe-common-b2 tribe-common-a11y-hidden"> <p>IAB Tech Lab’s 2025 Summit takes you "Through the Looking Glass" to the new reality of digital advertising. We are bringing together industry leaders, from technology, product, and operations, to explore the cutting-edge solutions shaping the future of the industry and how it can maintain growth and relevance, in the [&hellip;]</p> </div> </div> </article> </div> </div> <h2 class="tribe-events-calendar-list__month-separator"> <time class="tribe-events-calendar-list__month-separator-text tribe-common-h7 tribe-common-h6--min-medium tribe-common-h--alt" datetime="2025-10" > October 2025 </time> </h2> <div class="tribe-common-g-row tribe-events-calendar-list__event-row" > <div class="tribe-events-calendar-list__event-date-tag tribe-common-g-col"> <time class="tribe-events-calendar-list__event-date-tag-datetime" datetime="2025-10-09" aria-hidden="true"> <span class="tribe-events-calendar-list__event-date-tag-weekday"> Thu </span> <span class="tribe-events-calendar-list__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> 9 </span> </time> </div> <div class="tribe-events-calendar-list__event-wrapper tribe-common-g-col"> <article class="tribe-events-calendar-list__event tribe-common-g-row tribe-common-g-row--gutters post-23763 tribe_events type-tribe_events status-publish has-post-thumbnail hentry" > <div class="tribe-events-calendar-list__event-featured-image-wrapper tribe-common-g-col"> <a href="https://iabtechlab.com/event/iab-tech-lab-privacy-addressability-west-coast-2025/" title="IAB Tech Lab Privacy &#038; Addressability West Coast 2025" rel="bookmark" class="tribe-events-calendar-list__event-featured-image-link" tabindex="-1" aria-hidden="true" > <img src="https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-West-Coast-Social.png" srcset="https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-West-Coast-Social-300x157.png 300w, https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-West-Coast-Social-1024x535.png 1024w, https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-West-Coast-Social-768x401.png 768w, https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-West-Coast-Social-153x80.png 153w, https://iabtechlab.com/wp-content/uploads/2024/11/Signal-Shift-West-Coast-Social.png 1200w" alt="IAB Tech Lab Signal Shift Privacy and Addressability Event West Coast 2025" title="Signal Shift West Coast Social" class="tribe-events-calendar-list__event-featured-image" width="1200" height="627" /> </a> </div> <div class="tribe-events-calendar-list__event-details tribe-common-g-col"> <header class="tribe-events-calendar-list__event-header"> <div class="tribe-events-calendar-list__event-datetime-wrapper tribe-common-b2"> <time class="tribe-events-calendar-list__event-datetime" datetime="2025-10-09"> <span class="tribe-event-date-start">October 9 @ 8:00 AM</span> - <span class="tribe-event-time">6:00 PM</span> <span class='timezone'> PDT </span> </time> </div> <h3 class="tribe-events-calendar-list__event-title tribe-common-h6 tribe-common-h4--min-medium"> <a href="https://iabtechlab.com/event/iab-tech-lab-privacy-addressability-west-coast-2025/" title="IAB Tech Lab Privacy &#038; Addressability West Coast 2025" rel="bookmark" class="tribe-events-calendar-list__event-title-link tribe-common-anchor-thin" > IAB Tech Lab Privacy &#038; Addressability West Coast 2025 </a> </h3> </header> <div class="tribe-events-calendar-list__event-description tribe-common-b2 tribe-common-a11y-hidden"> <p>IAB Tech Lab’s Privacy &amp; Addressability event returns after sold out events in 2024 Expect sessions on Privacy Enhancing Technologies, ID-less and, future addressability solutions and how to ensure your company is compliant with Privacy regulations Full day of presentations, technical demos, and panel discussions on the issues facing the industry. [&hellip;]</p> </div> </div> </article> </div> </div> <h2 class="tribe-events-calendar-list__month-separator"> <time class="tribe-events-calendar-list__month-separator-text tribe-common-h7 tribe-common-h6--min-medium tribe-common-h--alt" datetime="2025-11" > November 2025 </time> </h2> <div class="tribe-common-g-row tribe-events-calendar-list__event-row" > <div class="tribe-events-calendar-list__event-date-tag tribe-common-g-col"> <time class="tribe-events-calendar-list__event-date-tag-datetime" datetime="2025-11-06" aria-hidden="true"> <span class="tribe-events-calendar-list__event-date-tag-weekday"> Thu </span> <span class="tribe-events-calendar-list__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> 6 </span> </time> </div> <div class="tribe-events-calendar-list__event-wrapper tribe-common-g-col"> <article class="tribe-events-calendar-list__event tribe-common-g-row tribe-common-g-row--gutters post-23766 tribe_events type-tribe_events status-publish has-post-thumbnail hentry" > <div class="tribe-events-calendar-list__event-featured-image-wrapper tribe-common-g-col"> <a href="https://iabtechlab.com/event/iab-tech-lab-international-summit-2025/" title="IAB Tech Lab International Summit 2025" rel="bookmark" class="tribe-events-calendar-list__event-featured-image-link" tabindex="-1" aria-hidden="true" > <img src="https://iabtechlab.com/wp-content/uploads/2024/11/2025-IAB-Tech-Lab-International-Summit.png" srcset="https://iabtechlab.com/wp-content/uploads/2024/11/2025-IAB-Tech-Lab-International-Summit-300x169.png 300w, https://iabtechlab.com/wp-content/uploads/2024/11/2025-IAB-Tech-Lab-International-Summit-1024x576.png 1024w, https://iabtechlab.com/wp-content/uploads/2024/11/2025-IAB-Tech-Lab-International-Summit-768x432.png 768w, https://iabtechlab.com/wp-content/uploads/2024/11/2025-IAB-Tech-Lab-International-Summit-142x80.png 142w, https://iabtechlab.com/wp-content/uploads/2024/11/2025-IAB-Tech-Lab-International-Summit.png 1280w" alt="" title="2025 IAB Tech Lab International Summit" class="tribe-events-calendar-list__event-featured-image" width="1280" height="720" /> </a> </div> <div class="tribe-events-calendar-list__event-details tribe-common-g-col"> <header class="tribe-events-calendar-list__event-header"> <div class="tribe-events-calendar-list__event-datetime-wrapper tribe-common-b2"> <time class="tribe-events-calendar-list__event-datetime" datetime="2025-11-06"> <span class="tribe-event-date-start">November 6 @ 8:00 AM</span> - <span class="tribe-event-time">6:00 PM</span> <span class='timezone'> EST </span> </time> </div> <h3 class="tribe-events-calendar-list__event-title tribe-common-h6 tribe-common-h4--min-medium"> <a href="https://iabtechlab.com/event/iab-tech-lab-international-summit-2025/" title="IAB Tech Lab International Summit 2025" rel="bookmark" class="tribe-events-calendar-list__event-title-link tribe-common-anchor-thin" > IAB Tech Lab International Summit 2025 </a> </h3> <address class="tribe-events-calendar-list__event-venue tribe-common-b2"> <span class="tribe-events-calendar-list__event-venue-title tribe-common-b2--bold"> Convene - 22 Bishopsgate </span> <span class="tribe-events-calendar-list__event-venue-address"> 22 Bishopsgate, London, United Kingdom </span> </address> </header> <div class="tribe-events-calendar-list__event-description tribe-common-b2 tribe-common-a11y-hidden"> <p>IAB Tech Lab goes Global, diving into the key issues facing the industry in the UK and Europe, and around the world. From Privacy and Addressability solutions, to innovation in RTB for live events, Retail Media, and the latest CTV developments, Tech Lab Summit covers it all. Full day of [&hellip;]</p> </div> </div> </article> </div> </div> <h2 class="tribe-events-calendar-list__month-separator"> <time class="tribe-events-calendar-list__month-separator-text tribe-common-h7 tribe-common-h6--min-medium tribe-common-h--alt" datetime="2025-12" > December 2025 </time> </h2> <div class="tribe-common-g-row tribe-events-calendar-list__event-row" > <div class="tribe-events-calendar-list__event-date-tag tribe-common-g-col"> <time class="tribe-events-calendar-list__event-date-tag-datetime" datetime="2025-12-04" aria-hidden="true"> <span class="tribe-events-calendar-list__event-date-tag-weekday"> Thu </span> <span class="tribe-events-calendar-list__event-date-tag-daynum tribe-common-h5 tribe-common-h4--min-medium"> 4 </span> </time> </div> <div class="tribe-events-calendar-list__event-wrapper tribe-common-g-col"> <article class="tribe-events-calendar-list__event tribe-common-g-row tribe-common-g-row--gutters post-23771 tribe_events type-tribe_events status-publish has-post-thumbnail hentry" > <div class="tribe-events-calendar-list__event-featured-image-wrapper tribe-common-g-col"> <a href="https://iabtechlab.com/event/iab-tech-lab-advanced-tv-tech-2025/" title="IAB Tech Lab &#8220;I Want My CTV&#8221; Advanced TV Event 2025" rel="bookmark" class="tribe-events-calendar-list__event-featured-image-link" tabindex="-1" aria-hidden="true" > <img src="https://iabtechlab.com/wp-content/uploads/2024/11/CTV-2025-Social.png" srcset="https://iabtechlab.com/wp-content/uploads/2024/11/CTV-2025-Social-300x157.png 300w, https://iabtechlab.com/wp-content/uploads/2024/11/CTV-2025-Social-1024x535.png 1024w, https://iabtechlab.com/wp-content/uploads/2024/11/CTV-2025-Social-768x401.png 768w, https://iabtechlab.com/wp-content/uploads/2024/11/CTV-2025-Social-153x80.png 153w, https://iabtechlab.com/wp-content/uploads/2024/11/CTV-2025-Social.png 1200w" alt="I want my CTV 2025 Stream Big or Go Home" title="CTV 2025 Social" class="tribe-events-calendar-list__event-featured-image" width="1200" height="627" /> </a> </div> <div class="tribe-events-calendar-list__event-details tribe-common-g-col"> <header class="tribe-events-calendar-list__event-header"> <div class="tribe-events-calendar-list__event-datetime-wrapper tribe-common-b2"> <time class="tribe-events-calendar-list__event-datetime" datetime="2025-12-04"> <span class="tribe-event-date-start">December 4 @ 8:00 AM</span> - <span class="tribe-event-time">6:00 PM</span> <span class='timezone'> EST </span> </time> </div> <h3 class="tribe-events-calendar-list__event-title tribe-common-h6 tribe-common-h4--min-medium"> <a href="https://iabtechlab.com/event/iab-tech-lab-advanced-tv-tech-2025/" title="IAB Tech Lab &#8220;I Want My CTV&#8221; Advanced TV Event 2025" rel="bookmark" class="tribe-events-calendar-list__event-title-link tribe-common-anchor-thin" > IAB Tech Lab &#8220;I Want My CTV&#8221; Advanced TV Event 2025 </a> </h3> <address class="tribe-events-calendar-list__event-venue tribe-common-b2"> <span class="tribe-events-calendar-list__event-venue-title tribe-common-b2--bold"> Convene - 360 Madison Ave </span> <span class="tribe-events-calendar-list__event-venue-address"> 360 Madison Ave, New York, NY, United States </span> </address> </header> <div class="tribe-events-calendar-list__event-description tribe-common-b2 tribe-common-a11y-hidden"> <p>IAB Tech Lab’s "I Want My CTV" Advanced TV Event returns with all the experts leading the transformation of TV consumption and monetization Television is in a moment of major change and we’re here to help you navigate those changes with technical standards and specifications Full day of presentations, technical [&hellip;]</p> </div> </div> </article> </div> </div> </div> <nav class="tribe-events-calendar-list-nav tribe-events-c-nav"> <ul class="tribe-events-c-nav__list"> <li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--prev"> <a href="https://iabtechlab.com/events/list/?eventDisplay=past" rel="prev" class="tribe-events-c-nav__prev tribe-common-b2 tribe-common-b1--min-medium" data-js="tribe-events-view-link" aria-label="Previous Events" title="Previous Events" > <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-left tribe-events-c-nav__prev-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M9.7 14.4l-1.5 1.5L.3 8 8.2.1l1.5 1.5L3.3 8l6.4 6.4z"/></svg> <span class="tribe-events-c-nav__prev-label"> Previous <span class="tribe-events-c-nav__prev-label-plural tribe-common-a11y-visual-hide">Events</span> </span> </a> </li> <li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today"> <a href="https://iabtechlab.com/events/list/?hide_subsequent_recurrences=1" class="tribe-events-c-nav__today tribe-common-b2" data-js="tribe-events-view-link" aria-label="Click to select today&#039;s date" title="Click to select today&#039;s date" > Today </a> </li> <li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--next"> <button class="tribe-events-c-nav__next tribe-common-b2 tribe-common-b1--min-medium" aria-label="Next Events" title="Next Events" disabled > <span class="tribe-events-c-nav__next-label"> Next <span class="tribe-events-c-nav__next-label-plural tribe-common-a11y-visual-hide">Events</span> </span> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-right tribe-events-c-nav__next-icon-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 16" aria-hidden="true"><path d="M.3 1.6L1.8.1 9.7 8l-7.9 7.9-1.5-1.5L6.7 8 .3 1.6z"/></svg> </button> </li> </ul> </nav> <div class="tribe-events-c-subscribe-dropdown__container"> <div class="tribe-events-c-subscribe-dropdown"> <div class="tribe-common-c-btn-border tribe-events-c-subscribe-dropdown__button"> <button class="tribe-events-c-subscribe-dropdown__button-text tribe-common-c-btn--clear" aria-expanded="false" aria-controls="tribe-events-subscribe-dropdown-content" aria-label="" > Subscribe to calendar </button> <svg class="tribe-common-c-svgicon tribe-common-c-svgicon--caret-down tribe-events-c-subscribe-dropdown__button-icon" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.008.609L5 4.6 8.992.61l.958.958L5 6.517.05 1.566l.958-.958z" class="tribe-common-c-svgicon__svg-fill"/></svg> </div> <div id="tribe-events-c-subscribe-dropdown-content" class="tribe-events-c-subscribe-dropdown__content"> <ul class="tribe-events-c-subscribe-dropdown__list"> <li class="tribe-events-c-subscribe-dropdown__list-item"> <a href="https://www.google.com/calendar/render?cid=webcal%3A%2F%2Fiabtechlab.com%2F%3Fpost_type%3Dtribe_events%26ical%3D1%26eventDisplay%3Dlist" class="tribe-events-c-subscribe-dropdown__list-item-link" target="_blank" rel="noopener noreferrer nofollow noindex" > Google Calendar </a> </li> <li class="tribe-events-c-subscribe-dropdown__list-item"> <a href="webcal://iabtechlab.com/?post_type=tribe_events&#038;ical=1&#038;eventDisplay=list" class="tribe-events-c-subscribe-dropdown__list-item-link" target="_blank" rel="noopener noreferrer nofollow noindex" > iCalendar </a> </li> <li class="tribe-events-c-subscribe-dropdown__list-item"> <a href="https://outlook.office.com/owa?path=/calendar/action/compose&#038;rru=addsubscription&#038;url=webcal%3A%2F%2Fiabtechlab.com%2F%3Fpost_type%3Dtribe_events%26ical%3D1%26eventDisplay%3Dlist&#038;name=IAB+Tech+Lab+Events+Archive+-+IAB+Tech+Lab" class="tribe-events-c-subscribe-dropdown__list-item-link" target="_blank" rel="noopener noreferrer nofollow noindex" > Outlook 365 </a> </li> <li class="tribe-events-c-subscribe-dropdown__list-item"> <a href="https://outlook.live.com/owa?path=/calendar/action/compose&#038;rru=addsubscription&#038;url=webcal%3A%2F%2Fiabtechlab.com%2F%3Fpost_type%3Dtribe_events%26ical%3D1%26eventDisplay%3Dlist&#038;name=IAB+Tech+Lab+Events+Archive+-+IAB+Tech+Lab" class="tribe-events-c-subscribe-dropdown__list-item-link" target="_blank" rel="noopener noreferrer nofollow noindex" > Outlook Live </a> </li> <li class="tribe-events-c-subscribe-dropdown__list-item"> <a href="https://iabtechlab.com/events/list/?hide_subsequent_recurrences=1&#038;ical=1" class="tribe-events-c-subscribe-dropdown__list-item-link" target="_blank" rel="noopener noreferrer nofollow noindex" > Export .ics file </a> </li> <li class="tribe-events-c-subscribe-dropdown__list-item"> <a href="https://iabtechlab.com/events/list/?hide_subsequent_recurrences=1&#038;outlook-ical=1#038;ical=1" class="tribe-events-c-subscribe-dropdown__list-item-link" target="_blank" rel="noopener noreferrer nofollow noindex" > Export Outlook .ics file </a> </li> </ul> </div> </div> </div> <div class="tribe-events-after-html"> <!-- This calendar is powered by The Events Calendar. http://evnt.is/18wn --> </div> </div> </div> <script class="tribe-events-breakpoints"> ( function () { var completed = false; function initBreakpoints() { if ( completed ) { // This was fired already and completed no need to attach to the event listener. document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); return; } if ( 'undefined' === typeof window.tribe ) { return; } if ( 'undefined' === typeof window.tribe.events ) { return; } if ( 'undefined' === typeof window.tribe.events.views ) { return; } if ( 'undefined' === typeof window.tribe.events.views.breakpoints ) { return; } if ( 'function' !== typeof (window.tribe.events.views.breakpoints.setup) ) { return; } var container = document.querySelectorAll( '[data-view-breakpoint-pointer="6a63bec6-7455-476a-97b1-8c316095cd19"]' ); if ( ! container ) { return; } window.tribe.events.views.breakpoints.setup( container ); completed = true; // This was fired already and completed no need to attach to the event listener. document.removeEventListener( 'DOMContentLoaded', initBreakpoints ); } // Try to init the breakpoints right away. initBreakpoints(); document.addEventListener( 'DOMContentLoaded', initBreakpoints ); })(); </script> <script data-js='tribe-events-view-nonce-data' type='application/json'>{"_tec_view_rest_nonce_primary":"0a519cadd7","_tec_view_rest_nonce_secondary":""}</script> </div><!--article--> </div><!--post-single--> </div><!--post-body--> </div><!--content-box--> <div class="sidebar-frame"> <div class="sidebar"> <div id="nav_menu-13" class="widget wow fadeIn widget_nav_menu" data-wow-delay="0.5s"><div class="widget-title clearfix"><h4><span>Tools &#038; Utilities</span></h4></div><div class="menu-tools-utilities-container"><ul id="menu-tools-utilities" class="menu"><li id="menu-item-4818" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4818"><a target="_blank" href="https://tools.iabtechlab.com">Tools Portal</a></li> <li id="menu-item-4819" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-4819"><a target="_blank" href="https://github.com/InteractiveAdvertisingBureau/adstxtcrawler">Ads.Txt Crawler</a></li> <li id="menu-item-2380" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2380"><a href="https://iabtechlab.com/software/iababc-international-spiders-and-bots-list/">Spiders &#038; Bots List</a></li> </ul></div></div> <div id="recent-posts-5" class="widget wow fadeIn widget_recent_entries" data-wow-delay="0.5s"> <div class="widget-title clearfix"><h4><span>Articles</span></h4></div> <ul> <li> <a href="https://iabtechlab.com/policing-the-supply-chain-with-diligence-and-transparency/">No More Excuses: Policing the Supply Chain with Diligence and Transparency</a> </li> <li> <a href="https://iabtechlab.com/signal-shift-sneak-peek-the-value-of-a-conversion/">Signal Shift Sneak Peek: The Value of a Conversion</a> </li> <li> <a href="https://iabtechlab.com/elevating-the-profile-and-leadership-of-women-in-advertising-technology/">Elevating the Profile and Leadership of Women in Advertising Technology</a> </li> <li> <a href="https://iabtechlab.com/demystifying-openrtb-video-plcmt-attributes/">Demystifying the OpenRTB Video plcmt Attributes</a> </li> <li> <a href="https://iabtechlab.com/content-1-0-to-content-2-0-mapping-officially-released/">Content 1.0 to Content 2.0 Mapping Officially Released</a> </li> </ul> </div> </div><!--sidebar--> </div><!--sidebar-frame--> </div><!--content-posts-wrap--> </div><!--main--> <div class="clear"></div> <div id="footer"> <div id="footer-wrap"> <div id="footer-box" class="footer-v4"> <div class="sidebar-footer"> <div> <div id="nav_menu-3" class="footer-widget-col widget_nav_menu"><h4>About the IAB Tech Lab</h4><div class="menu-footer-1-container"><ul id="menu-footer-1" class="menu"><li id="menu-item-1416" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1416"><a href="https://iabtechlab.com/about-the-iab-tech-lab/">Tech Lab Mission</a></li> <li id="menu-item-1417" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1417"><a href="https://iabtechlab.com/about-the-iab-tech-lab/tech-lab-leadership/">Tech Lab Leadership</a></li> <li id="menu-item-1418" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1418"><a href="https://iabtechlab.com/about-the-iab-tech-lab/tech-lab-team/">Tech Lab Team</a></li> <li id="menu-item-12207" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12207"><a href="https://iabtechlab.com/global-partners/">Global Partners</a></li> </ul></div></div> </div> </div> <div class="sidebar-footer"> <div> <div id="nav_menu-12" class="footer-widget-col widget_nav_menu"><h4>Contact</h4> <div class="menu-footer-3-container"> <ul id="menu-footer-3" class="menu"> <li id="menu-item-19715" class="subscribe-button menu-item menu-item-type-custom menu-item-object-custom menu-item-19715"><a href="#" class="subscribe-button" data-toggle="modal" data-target="#myModal">Subscribe to Our Newsletter</a></li> <li id="menu-item-7337" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-7337"><a href="https://iabtechlab.com/membership/">Join the IAB Tech Lab</a></li> <li id="menu-item-7338" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7338"><a href="https://iabtechlab.com/contact-us/">Contact Us</a></li> <li id="menu-item-13704" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13704"><a href="https://iabtechlab.com/tech-lab-careers/">Tech Lab Careers</a></li> </ul> </div> </div> </div> </div> </div> <style> .footer-widget-col h4 { text-transform: none !important; } </style> </div><!--footer-wrap--> </div><!--footer--> <div id="copyright" style="margin-top:-15px"> <div class="copyright-wrap"> <span class=left> <center> <br><br> <a href="mailto:support@iabtechlab.com?Subject=Question - " target="_top">Questions? Email Support</a> &nbsp; &nbsp; <a href="https://iabtechlab.com/index.php/terms-of-use/">Terms of Use</a> &nbsp; &nbsp; <a href="https://iabtechlab.com/index.php/privacy-policy/">Privacy Policy</a> &nbsp; &nbsp; <a href="http://www.iab.com">iab.com</a> &nbsp; &nbsp; <i class="fa fa-copyright"></i> Copyright 2025 IAB Technology Laboratory, Inc. </center> </span> </div> </div><!--copyright--> </div><!--grid-container--> <script> function handleLogin(redirect) { const url = redirect ? `/wp-admin/admin-ajax.php?redirect_to=${redirect}`: `/wp-admin/admin-ajax.php`; $.ajax({ url, type: 'POST', dataType: 'json', data: { action: 'login_redirect_action', }, success: function(response) { window.location.href = response.data; }, error: function(jqXHR, textStatus, errorThrown) { console.error('Unable to redirect to login.') } }); } $('a.user-icon, .show-login, button.redirect-login, .header-profile-icon').click(function(e) { e.preventDefault(); if (1){ const searchParams = new URLSearchParams(window.location.search); const redirect_to = searchParams.get("redirect_to") || window.location.pathname + encodeURIComponent(window.location.hash); handleLogin(redirect_to); } }).css({"cursor": "pointer"}); </script> <script> $('#error-close, #error-close-button').click(function() { const errorDialog = document.getElementById('error-dialog'); errorDialog.close(); window.history.replaceState(null, '', window.location.pathname); }); function showErrorDialog() { const errorDialog = document.getElementById('error-dialog'); errorDialog.show(); } </script> <script> ( function ( body ) { 'use strict'; body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' ); } )( document.body ); </script> <script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"},"registration_prompt":"There is unsaved attendee information. Are you sure you want to continue?"};/* ]]> */ </script> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='tribe-events-pro-views-v2-skeleton-css' href='https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/css/views-skeleton.min.css?ver=7.4.1' type='text/css' media='all' /> <link rel='stylesheet' id='tribe-events-pro-views-v2-full-css' href='https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/css/views-full.min.css?ver=7.4.1' type='text/css' media='all' /> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/js/bootstrap-datepicker.min.js?ver=6.10.1.1" id="tribe-events-views-v2-bootstrap-datepicker-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/viewport.min.js?ver=6.10.1.1" id="tribe-events-views-v2-viewport-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/accordion.min.js?ver=6.10.1.1" id="tribe-events-views-v2-accordion-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/view-selector.min.js?ver=6.10.1.1" id="tribe-events-views-v2-view-selector-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/ical-links.min.js?ver=6.10.1.1" id="tribe-events-views-v2-ical-links-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/navigation-scroll.min.js?ver=6.10.1.1" id="tribe-events-views-v2-navigation-scroll-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/multiday-events.min.js?ver=6.10.1.1" id="tribe-events-views-v2-multiday-events-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/month-mobile-events.min.js?ver=6.10.1.1" id="tribe-events-views-v2-month-mobile-events-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/month-grid.min.js?ver=6.10.1.1" id="tribe-events-views-v2-month-grid-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/event-tickets/common/vendor/tooltipster/tooltipster.bundle.min.js?ver=6.5.1.1" id="tribe-tooltipster-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/tooltip.min.js?ver=6.10.1.1" id="tribe-events-views-v2-tooltip-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/events-bar.min.js?ver=6.10.1.1" id="tribe-events-views-v2-events-bar-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/events-bar-inputs.min.js?ver=6.10.1.1" id="tribe-events-views-v2-events-bar-inputs-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/datepicker.min.js?ver=6.10.1.1" id="tribe-events-views-v2-datepicker-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3" id="jquery-ui-mouse-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-includes/js/jquery/ui/draggable.min.js?ver=1.13.3" id="jquery-ui-draggable-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/vendor/nanoscroller/jquery.nanoscroller.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-nanoscroller-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/week-grid-scroller.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-week-grid-scroller-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/week-day-selector.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-week-day-selector-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/week-multiday-toggle.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-week-multiday-toggle-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/week-event-link.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-week-event-link-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/map-events-scroller.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-map-events-scroller-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/vendor/swiper/dist/js/swiper.min.js?ver=7.4.1" id="tribe-swiper-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/map-no-venue-modal.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-map-no-venue-modal-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/map-provider-google-maps.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-map-provider-google-maps-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/map-events.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-map-events-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/tooltip-pro.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-tooltip-pro-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/multiday-events-pro.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-multiday-events-pro-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/toggle-recurrence.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-toggle-recurrence-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/events-calendar-pro/src/resources/js/views/datepicker-pro.min.js?ver=7.4.1" id="tribe-events-pro-views-v2-datepicker-pro-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/event-tickets/src/resources/js/rsvp.min.js?ver=5.19.1.1" id="event-tickets-tickets-rsvp-js-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/event-tickets/src/resources/js/ticket-details.min.js?ver=5.19.1.1" id="event-tickets-details-js-js"></script> <script type="text/javascript" src="//cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js?ver=6.7.2" id="ccc-cookie-control-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/social-polls-by-opinionstage/public/js/shortcodes.js?ver=19.8.22" id="opinionstage-shortcodes-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/custom.js?ver=6.7.2" id="modality-custom-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/unslider.js?ver=6.7.2" id="unslider-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/jquery.flexslider.js?ver=6.7.2" id="jquery-flexslider-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/ideal-image-slider.js?ver=20160115" id="ideal-image-slider-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/animation.js?ver=6.7.2" id="animation-js"></script> <script type="text/javascript" id="modality-slides-js-extra"> /* <![CDATA[ */ var php_vars = {"slideshowSpeed":"5000","animationSpeed":"800"}; /* ]]> */ </script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/slides.js?ver=6.7.2" id="modality-slides-js"></script> <script type="text/javascript" id="modality-ideal-slides-js-extra"> /* <![CDATA[ */ var php_vars = {"slideshowSpeed":"5000","animationSpeed":"800","sliderHeight":"500","sliderEffect":"fade"}; /* ]]> */ </script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/ideal-slides.js?ver=6.7.2" id="modality-ideal-slides-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/add-search-to-menu/public/js/ivory-search.min.js?ver=5.5.9" id="ivory-search-scripts-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/clipboard/js/clipboard.min.js?ver=6.7.2" id="clipboard.min-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/clipboard/js/c_scripts.js?ver=6.7.2" id="c_scripts-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/event-tickets/common/src/resources/js/utils/query-string.min.js?ver=6.5.1.1" id="tribe-query-string-js"></script> <script src='https://iabtechlab.com/wp-content/plugins/event-tickets/common/src/resources/js/underscore-before.js'></script> <script type="text/javascript" src="https://iabtechlab.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script src='https://iabtechlab.com/wp-content/plugins/event-tickets/common/src/resources/js/underscore-after.js'></script> <script defer type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/the-events-calendar/src/resources/js/views/manager.min.js?ver=6.10.1.1" id="tribe-events-views-v2-manager-js"></script> <script type="text/javascript"> var config = { apiKey: '2c5f6e445a4a8b326adfe073bba0fb80ec245808', product: 'PRO', logConsent: false, notifyOnce: false, initialState: 'TOP', position: 'RIGHT', theme: 'DARK', layout: 'SLIDEOUT', toggleType: 'slider', acceptBehaviour : 'all', closeOnGlobalChange : true, iabCMP: false, closeStyle: 'icon', consentCookieExpiry: 90, subDomains : true, mode : 'gdpr', rejectButton: false, settingsStyle : 'button', encodeCookie : false, setInnerHTML: true, wrapInnerHTML : false, accessibility: { accessKey: 'C', highlightFocus: false, outline: true, overlay: true, disableSiteScrolling: false, }, text: { title: 'This site uses cookies', intro: 'Some of these cookies are essential, while others help us to improve your experience by providing insights into how the site is being used.', necessaryTitle: 'Necessary Cookies', necessaryDescription: 'Necessary cookies enable core functionality. The website cannot function properly without these cookies, and can only be disabled by changing your browser preferences.', thirdPartyTitle: 'Warning: Some cookies require your attention', thirdPartyDescription: 'Consent for the following cookies could not be automatically revoked. Please follow the link(s) below to opt out manually.', on: 'On', off: 'Off', accept: 'Accept', settings: 'Cookie Preferences', acceptRecommended: 'Accept Recommended Settings', acceptSettings: 'I Accept', notifyTitle: 'Your choice regarding cookies on this site', notifyDescription: 'We use cookies to optimise site functionality and give you the best possible experience.', closeLabel: 'Close', cornerButton : 'Set cookie preferences.', landmark : 'Cookie preferences.', showVendors : 'Show vendors within this category', thirdPartyCookies : 'This vendor may set third party cookies.', readMore : 'Read more', accessibilityAlert: 'This site uses cookies to store information. Press accesskey C to learn more about your options.', rejectSettings: 'Reject All', reject: 'Reject', }, branding: { fontColor: '#fff', fontFamily: 'Arial,sans-serif', fontSizeTitle: '1.2em', fontSizeHeaders: '1em', fontSize: '0.8em', backgroundColor: '#313147', toggleText: '#fff', toggleColor: '#2f2f5f', toggleBackground: '#111125', alertText: '#fff', alertBackground: '#111125', acceptText: '#ffffff', acceptBackground: '#111125', rejectText: '#ffffff', rejectBackground: '#111125', closeText : '#111125', closeBackground : '#FFF', notifyFontColor : '#FFF', notifyBackgroundColor: '#313147', buttonIcon: null, buttonIconWidth: '64px', buttonIconHeight: '64px', removeIcon: false, removeAbout: false }, necessaryCookies: [ 'wordpress_*','wordpress_logged_in_*','CookieControl','wp_consent_*' ], sameSiteCookie : true, sameSiteValue : 'Strict', notifyDismissButton: true }; CookieControl.load(config); </script> </body> <script type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> <script> $(document).ready(function() { $('.subscribe-button').click(function(e) { e.preventDefault(); hbspt.forms.create({ portalId: '23143307', formId: '37876961-3301-436d-8a05-4ffcae09c91b', css: '', target: '#myModal', }); }); }); </script> <script> $(document).ready(function ($) { $('.slider-container').slick({ slidesToShow: 1, slidesToScroll: 1, autoplay: true, autoplaySpeed: 8000, // Adjust as needed (milliseconds) speed: 2500, dots: true, // Enable dots prevArrow: '', // Hide the default previous arrow nextArrow: '', // Hide the default next arrow responsive: [ { breakpoint: 768, settings: { slidesToShow: 1, } } ] }); }); </script> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Served from: iabtechlab.com @ 2025-02-17 05:20:31 by W3 Total Cache -->

Pages: 1 2 3 4 5 6 7 8 9 10