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"/> <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> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO Premium plugin v23.1 (Yoast SEO v23.1) - https://yoast.com/wordpress/plugins/seo/ --> <title>Terms of Use -</title> <link rel="canonical" href="https://iabtechlab.com/terms-of-use/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Terms of Use" /> <meta property="og:description" content="IMPORTANT – THIS IS A LEGAL AGREEMENT BETWEEN YOU (referenced herein as “you” or “user” or with “your”) AND THE IAB TECHNOLOGY LABORATORY (“IAB TECH LAB”) THAT APPLIES EACH TIME YOU ACCESS OR USE THE WEBSITE PROVIDED BY IAB TECH LAB AND LOCATED AT www.iabtechlab.com (or mobile versions thereof) (referenced […]" /> <meta property="og:url" content="https://iabtechlab.com/terms-of-use/" /> <meta property="article:publisher" content="https://www.facebook.com/IABTechLab" /> <meta property="article:modified_time" content="2023-07-06T18:05:28+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@iabtechlab" /> <meta name="twitter:label1" content="Est. reading time" /> <meta name="twitter:data1" content="24 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://iabtechlab.com/terms-of-use/","url":"https://iabtechlab.com/terms-of-use/","name":"Terms of Use -","isPartOf":{"@id":"https://iabtechlab.com/#website"},"datePublished":"2016-06-15T17:19:09+00:00","dateModified":"2023-07-06T18:05:28+00:00","breadcrumb":{"@id":"https://iabtechlab.com/terms-of-use/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://iabtechlab.com/terms-of-use/"]}]},{"@type":"BreadcrumbList","@id":"https://iabtechlab.com/terms-of-use/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://iabtechlab.com/"},{"@type":"ListItem","position":2,"name":"Terms of Use"}]},{"@type":"WebSite","@id":"https://iabtechlab.com/#website","url":"https://iabtechlab.com/","name":"IAB Tech Lab","description":"","publisher":{"@id":"https://iabtechlab.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://iabtechlab.com/?s={search_term_string}"},"query-input":"required name=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/01/IABTL_10Y_Logo_Secondary.png","contentUrl":"https://iabtechlab.com/wp-content/uploads/2024/01/IABTL_10Y_Logo_Secondary.png","width":877,"height":340,"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=" » Feed" href="https://iabtechlab.com/feed/" /> <link rel="alternate" type="application/rss+xml" title=" » Comments Feed" href="https://iabtechlab.com/comments/feed/" /> <link rel="alternate" type="text/calendar" title=" » iCal Feed" href="https://iabtechlab.com/events/?ical=1" /> <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.5.5"}}; /*! 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='dashicons-css' href='https://iabtechlab.com/wp-includes/css/dashicons.min.css?ver=6.5.5' 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=5.2.7' 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=5.2.7' 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=5.2.7' 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=5.2.7' 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.10.0' 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.10.0' 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.5.5' 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'> body{--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;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{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;} .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;} :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;} .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.3.9' 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.5.0.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.5.0.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.5.0.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.6' 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.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='modality-css' href='https://iabtechlab.com/wp-content/themes/modality/style.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='bootstrap-css' href='https://iabtechlab.com/wp-content/themes/modality/css/bootstrap.css?ver=6.5.5' type='text/css' media='all' /> <link rel='stylesheet' id='animate-css' href='https://iabtechlab.com/wp-content/themes/modality/css/animate.css?ver=6.5.5' 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.5.5' 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&subset=latin%2Cgreek-ext%2Ccyrillic%2Clatin-ext%2Cgreek%2Ccyrillic-ext%2Cvietnamese&ver=6.5.5' 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&subset=latin%2Cgreek-ext%2Ccyrillic%2Clatin-ext%2Cgreek%2Ccyrillic-ext%2Cvietnamese&ver=6.5.5' 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&subset=latin%2Cgreek-ext%2Ccyrillic%2Clatin-ext%2Cgreek%2Ccyrillic-ext%2Cvietnamese&ver=6.5.5' 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=2.3.2' type='text/css' media='all' /> <link rel='stylesheet' id='event-tickets-rsvp-css' href='https://iabtechlab.com/wp-content/plugins/event-tickets/src/resources/css/rsvp.min.css?ver=5.10.0' type='text/css' media='all' /> <!--n2css--><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/themes/modality/js/bootstrap.js?ver=6.5.5" id="bootstrap-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/jquery.smartmenus.js?ver=6.5.5" id="jquery-smartmenus-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/jquery.smartmenus.bootstrap.js?ver=6.5.5" id="jquery-smartmenus-bootstrap-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/imgLiquid.js?ver=6.5.5" id="imgLiquid-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/modernizr.js?ver=6.5.5" id="modernizr-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/stickUp.js?ver=6.5.5" id="stickUp-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/sticky.js?ver=6.5.5" id="modality-sticky-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/wow.js?ver=6.5.5" 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.5.5" 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.5.5" /> <link rel='shortlink' href='https://iabtechlab.com/?p=2760' /> <link rel="alternate" type="application/json+oembed" href="https://iabtechlab.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fiabtechlab.com%2Fterms-of-use%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://iabtechlab.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fiabtechlab.com%2Fterms-of-use%2F&format=xml" /> <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="submit"],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:120px } #logo { margin-top:12px } #logo { margin-bottom:8px } #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.23.3; features: e_optimized_css_loading, e_font_icon_svg, additional_custom_breakpoints, e_lazyload; 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 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 */ } } </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="page-template page-template-page-right-sidebar page-template-page-right-sidebar-php page page-id-2760 wp-custom-logo tribe-no-js page-template-modality 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">×</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 width="877" height="340" src="https://iabtechlab.com/wp-content/uploads/2024/01/IABTL_10Y_Logo_Secondary.png" class="custom-logo" alt="" decoding="async" srcset="https://iabtechlab.com/wp-content/uploads/2024/01/IABTL_10Y_Logo_Secondary.png 877w, https://iabtechlab.com/wp-content/uploads/2024/01/IABTL_10Y_Logo_Secondary-300x116.png 300w, https://iabtechlab.com/wp-content/uploads/2024/01/IABTL_10Y_Logo_Secondary-768x298.png 768w, https://iabtechlab.com/wp-content/uploads/2024/01/IABTL_10Y_Logo_Secondary-206x80.png 206w" sizes="(max-width: 877px) 100vw, 877px" /></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 & Foundations" href="https://iabtechlab.com/standards/supply-chain-foundations/">Supply Chain & 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 menu-item-has-children menu-item-7144 dropdown"><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> </ul> </li> <li id="menu-item-1685" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1685"><a title="Software" href="https://iabtechlab.com/software/">Software</a></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 & Blog" href="https://iabtechlab.com/iab-tech-lab-news/" class="dropdown-toggle" aria-haspopup="true">News & 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 & Blogs" href="https://iabtechlab.com/iab-tech-lab-news/">Latest News & 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-20051" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20051"><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="#" 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 …" 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="col2-l"> <div class="content-posts-wrap"> <div id="content-box"> <div id="post-body"> <div class="post-single post-2760 page type-page status-publish hentry"> <h1 id="post-title" class="entry-title post-2760 page type-page status-publish hentry">Terms of Use </h1> <div class="breadcrumbs"> <div class="breadcrumbs-wrap"> <ul><li><a href="https://iabtechlab.com">Home</a></li><li class="separator"> / </li><li> Terms of Use</li></ul> </div><!--breadcrumbs-wrap--> </div><!--breadcrumbs--> <div id="article"> <p>IMPORTANT – THIS IS A LEGAL AGREEMENT BETWEEN YOU (referenced herein as “you” or “user” or with “your”) AND THE IAB TECHNOLOGY LABORATORY (“IAB TECH LAB”) THAT APPLIES EACH TIME YOU ACCESS OR USE THE WEBSITE PROVIDED BY IAB TECH LAB AND LOCATED AT www.iabtechlab.com (or mobile versions thereof) (referenced herein, collectively, as the “Website”). PLEASE READ THE TERMS AND CONDITIONS CONTAINED IN THIS TERMS OF USE AGREEMENT (“TOU”) CAREFULLY BECAUSE THEY GOVERN YOUR ACCESS TO AND USE OF THE INFORMATION, SOFTWARE FUNCTIONALITY, AND/OR MATERIALS (“IAB Tech Lab Materials”) PROVIDED BY IAB TECH LAB THROUGH THE WEBSITE.</p> <p>IAB TECH LAB IS WILLING TO ALLOW YOU TO USE THE WEBSITE AND THE IAB TECH LAB MATERIALS ONLY ON THE CONDITION THAT YOU ACCEPT AND AGREE TO ALL OF THE TERMS AND CONDITIONS CONTAINED IN THIS TOU. IF FOR ANY REASON, YOU ARE UNABLE OR UNWILLING TO AGREE TO THIS TOU, YOU DO NOT HAVE PERMISSION TO ACCESS OR USE THE WEBSITE AND YOU MUST STOP USING OR ATTEMPTING TO USE THE WEBSITE.</p> <p><strong>LICENSE GRANT</strong></p> <p>Subject to your compliance with the terms and conditions of this TOU, unless any specific IAB Tech Lab Materials (e.g., specifications, code, whitepapers, etc.) are licensed to you under a separate agreement with IAB Tech Lab (each, a “Separate License”), IAB Tech Lab provides to you a personal, revocable, limited, non-exclusive, royalty-free, non-sublicenseable, and non-transferable license to use the Website and the IAB Tech Lab Materials. Subject to the restrictions below, you may download and print materials and information from the Website solely for your personal use, provided that you do not remove from any such hard copies any copyright and/or other applicable intellectual property notices. Notwithstanding the foregoing license grant, you hereby acknowledge and agree that IAB Tech Lab does not transfers any ownership or intellectual property interest or title in and to the Website or the IAB Tech Lab Materials to you or anyone else under this TOU. IAB Tech Lab hereby reserves any and all intellectual property rights in the Website or IAB Tech Lab Materials not otherwise expressly granted in this TOU. For the avoidance of doubt and notwithstanding anything to the contrary contained herein, for any IAB Tech Lab Materials licensed to you pursuant to a Separate License, such Separate License (and not these Terms of Use) shall govern your usage of those IAB Tech Lab Materials. </p> <p><strong>RESTRICTIONS<br></strong>Notwithstanding the foregoing license grant, you may not modify, translate, decompile, create derivative work(s) of, copy, distribute, disassemble, broadcast, transmit, publish, remove or alter any proprietary notices or labels, license, sublicense, transfer, sell, mirror, frame, exploit, rent, lease, private label, grant a security interest in, or otherwise use in any manner not expressly permitted herein, the Website. Specifically, and by way of illustration and not limitation, you may not separate and use any graphics, interfaces, photographs, audio, video, sounds, artwork, designs, computer code (including html code), programs, software, and documentation found on or accessible through the Website. Moreover, you may not (i) use any “deep link,” “page scrape,” “robot,” “spider,” or any other device, program, script, algorithm, or methodology, or any similar or equivalent manual process, to access, acquire, copy, or monitor any portion of the Website or in any way reproduce or circumvent the navigational structure or presentation of the Website in order to obtain or attempt to obtain any IAB Tech Lab Materials or any other information through any means not purposely made available through the Website, (ii) attempt to gain unauthorized access to (a) any portion or feature of the Website, (b) any other systems or networks connected to the Website, (c) any IAB Tech Lab server, or (d) to any of the services offered on or through the Website, by hacking, password “mining,” or any other illegitimate or prohibited means, (iii) probe, scan, or test the vulnerability of the Website or any network connected to the Website, nor breach the security or authentication measures on the Website or any network connected to the Website, (iv) reverse look-up, trace, or seek to trace any information on any other user of or visitor to the Website, (v) take any action that imposes an unreasonable or disproportionately large load on the infrastructure of the Website or IAB Tech Lab’s systems or networks or any systems or networks connected to the Website, (vi) use any device, software, or routine to interfere with (a) the proper working of the Website, (b) any transaction conducted on the Website, or (c) with any other person’s use of the Website, (vii) forge headers, impersonate a person, or otherwise manipulate identifiers in order to disguise your identity or the origin of any message or transmittal you send to IAB Tech Lab on or through the Website, (viii) use the Website to harvest or collect e-mail addresses, contact information, or other user or visitor information; or (ix) use the Website in an unlawful manner or in a manner that could damage, disparage, or otherwise negatively impact IAB Tech Lab. WITHOUT LIMITING THE GENERALITY OF THE FOREGOING, DOWNLOADING, COPYING OR REPRODUCING ANY IAB TECH LAB MATERIALS TO ANY OTHER SERVER, HARD DRIVE OR LOCATION FOR THE PURPOSE OF REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIBITED.</p> <p><strong>USER OBLIGATIONS</strong></p> <p>By accessing, or using the Website you hereby represent that you are of the legal age to execute a legally enforceable contract under the laws of the state and/or country in which you reside and will, at all times, provide true, accurate, current, and complete information when submitting information to the Website, including, without limitation, when you provide any information to IAB Tech Lab via an email or any registration or submission form found on the Website. If you provide any false, inaccurate, untrue, or incomplete information, IAB Tech Lab reserves the right to in its sole discretion immediately and without notice terminate your access to and use of the Website and/or cancel any of your pending product purchases or registrations with IAB Tech Lab. In addition, you agree to abide by all applicable local, state, national, and international laws and regulations with respect to your use of the Website. You also acknowledge and agree that use of the Internet and the Website are solely and exclusively at your own risk. While IAB Tech Lab has endeavored to create a secure and reliable Website, the confidentiality of any communication or material transmitted to/from the Website over the Internet or any other form of global communication network cannot be guaranteed. Accordingly, IAB Tech Lab is not to any degree responsible or liable for the security of any information transmitted via the Internet, the accuracy of the information contained on the Website, or for the consequences of any reliance on such information. You must make your own determination as to these issues.</p> <p><strong>YOUR ACCOUNT</strong></p> <p>In order to access some of the features on the Website, you may need to complete an online registration process to create an account with a user name and password (the “Account”). With respect to your Account, you must provide accurate, current and complete information to the Website. You must update such information in a timely manner to maintain its accuracy and completeness. IAB Tech Lab is entitled to rely on the contact and other information that is supplied to the IAB Tech Lab through your Account. Any use of the Website through your Account will be deemed as being used by you. Please keep any nonpublic information for your Account confidential. Your Account is non-transferable and non-assignable. If you determine or suspect someone using your log-in identification or password, please notify us immediately at <a href="mailto:support@iabtechlab.com">support@iabtechlab.com</a>.</p> <p><strong>DIRECTORY<br></strong>IAB Tech Lab may make available through the Website an on-line membership directory (the “IAB Tech Lab Directory”). In addition to any other terms and conditions set forth in this TOU, you acknowledge and agree that the IAB Tech Lab Directory shall be used only for personal purposes and that any information of the IAB Tech Lab Directory shall not be further published, displayed, or made accessible. Accordingly, unless IAB Tech Lab has provided its prior written consent, you acknowledge and agree that the contents of the IAB Tech Lab Directory may not, in whole or in part, be reproduced, copied, disseminated, entered into a computer database, used as part of or in connection with a mailing list, or otherwise utilized, in any form or manner or by any means inconsistent with this TOU. You also acknowledge that a person or entity’s listing in the IAB Tech Lab Directory represents only that such person or entity is a current member of IAB Tech Lab. IAB Tech Lab makes no further representations or warranties regarding any such person or entity (or the related information) listed in the IAB Tech Lab Directory, and any information made available through the IAB Tech Lab Directory is provided on an “AS-IS” and “AS-AVAILABLE” basis without warranty of any kind.</p> <p><strong>INDEMNITY<br></strong>By using the Website, you agree to defend IAB Tech Lab and any or all of IAB Tech Lab’s sponsors, members, affiliates, suppliers, promotional partners, operational service providers, agents and representatives (collectively, the “IAB Tech Lab Entities”) against any demands, claims or actions arising out of or as a result of your breach or violation of this TOU, including any violations of law and regulation, as well as claims of infringement, misappropriation or violation of the rights of others (“Claim”) and you shall indemnify and hold the IAB Tech Lab Entities harmless from and against any and all losses, damages, costs and expenses, including attorneys’ fees, resulting from any such Claim. IAB Tech Lab shall have the right, at any time, to assume the defense against any Claim and all negotiations for settlement and compromise and you agree to cooperate with us in any such defense.</p> <p><strong>PROPRIETARY RIGHTS</strong></p> <p>All text, graphics, interfaces, photographs, audio, video, sounds, images, artwork, computer code (including html code), programs, software, products, information, and documentation as well as the design, structure, selection, coordination, expression, “look and feel,” and arrangement of IAB Tech Lab Material or any content contained on or available through the Website, unless otherwise expressly indicated in writing, are owned, controlled, and licensed exclusively by IAB Tech Lab and/or its suppliers and are protected by United States and foreign laws including, but not limited to, United States copyright, trade secret, patent, and trademark law, as well as other state, national, and international laws and regulations. Except as expressly provided in this TOU, IAB Tech Lab does not grant any express or implied intellectual property or proprietary right to you or any other person. Accordingly, your unauthorized use of the Website may violate intellectual property or other proprietary rights laws of the United States and/or a foreign nation, as well as other laws, regulations, and statutes. The Website is Copyright © 2014-2022 IAB Technology Laboratory and/or its licensors. All rights reserved. IAB Tech Lab also owns a copyright in the contents of the Website as a collective work and/or compilation and in the selection, coordination, arrangement, and enhancement of the content of the Website. Any downloadable or printable programs, information, or materials available through the Website and all intellectual property and/or proprietary rights related thereto, unless otherwise expressly indicated in writing, are owned exclusively by IAB Tech Lab and/or its suppliers. IAB Tech Lab, the IAB Tech Lab logo, and all other names, logos, and icons identifying IAB Tech Lab, its affiliates and/or subsidiaries, and any of their events, programs, products, and/or services are owned exclusively by IAB Tech Lab, and any use of such marks without the prior express written permission of IAB Tech Lab is hereby strictly prohibited. Other product and company names on the Website may be the trademarks and/or service marks of their respective owners.</p> <p><strong>CONTENT AND POSTING</strong></p> <p><strong>Responsibility for Your Content</strong>. The Website may allow you to register, create a profile or account and enable you to submit, provide, furnish, transmit, exchange, communicate and/or display text, images, photos, audio, video, location data, and other forms of data or communication through, or in connection with the Website (“Content”). You alone are responsible for your Content and once published, it cannot always be withdrawn. You assume all risks associated with your Content, including anyone’s reliance on its quality, accuracy, or reliability, or any disclosure by you of information in your Content that makes you personally identifiable. By posting Content, you represent that you own or have the right to post such Content and you specifically agree your Content shall not violate any law or regulation, this TOU, or the rights of others. IAB Tech Lab is not responsible for any Content posted by you or by anyone else on the website including if another user posts Content using your registration, profile, user account or login identification or password. You will defend and indemnify IAB Tech Lab for any such postings as described in the “Indemnity” section above.</p> <p><strong>Ownership and Our Right to Use Your Content</strong><u>.</u> Content that is yours, remains yours and neither this TOU, nor your use of the Website is intended to deprive you or anyone of any existing rights to your Content. However, by submitting Content to IAB Tech Lab you agree that you (i) are giving IAB Tech Lab a non-exclusive, irrevocable, unconditional, transferable, perpetual, worldwide, royalty free license and right to use, display, reproduce, perform, adapt, translate, modify, create derivative works from, publish, distribute, disseminate and broadcast that Content without accounting to you or notifying you in any way and you irrevocably waive, and cause to be waived, against IAB Tech Lab and its users any claims and assertions of moral rights or attribution with respect to your Content, and (ii) represent and warrant to IAB Tech Lab that you have the right to submit the Content and grant the rights and license described above, that such Content does not infringe, misappropriate, and/or violate the intellectual property or proprietary rights of any third party (including, without limitation, patents, copyrights, or trademark rights) and that you have all rights necessary to convey such Content to IAB Tech Lab.</p> <p><strong>THIRD PARTY PRODUCTS/SERVICES.</strong></p> <p>IAB Tech Lab, in its sole and absolute discretion, may post the advertisements of third parties on the Website and/or feature materials, programs, events, products, and services provided by third parties. IAB Tech Lab makes no representations with respect to, nor does it guarantee or endorse, the quality, non-infringement, accuracy, completeness, timeliness, reliability, or correct sequencing of such third party materials, programs, events, products, and services or any other materials, programs, events, products, and services which you may access through such third party materials, products, and services. Your correspondence or any other dealings with third parties found on the Website are solely between you and such third party. IAB Tech Lab expressly disclaims responsibility and liability for all third party provided materials, programs, events, products, and services contained on or accessed through the Website, and you agree that IAB Tech Lab shall not be responsible for any loss or damage of any sort incurred as a result of any such dealings or as the result of the presence of such third parties’ materials, products, and/or services on the Website.</p> <p><strong>LINKS TO OTHER SITES.</strong></p> <p>IAB Tech Lab may provide links, in its sole discretion, to other sites on the World Wide Web for your convenience in locating related information, products, and services. These other sites have not necessarily been reviewed by IAB Tech Lab and may be maintained by third parties over which IAB Tech Lab exercises no control. Accordingly, IAB Tech Lab expressly disclaims any responsibility for the content, materials, accuracy of information, and/or quality of the products or services provided by, available through, or advertised on these third party web sites. Moreover, these links do not imply an endorsement with respect to any third party or any web site or the products or services provided by any third party.</p> <p><strong>CONFIDENTIALITY AND COMPETITIVE GUIDELINES</strong></p> <p>When posting Content or otherwise using the Website you should assume that neither your identity or any Content you make or make available are confidential or anonymous. You should always identify yourself and your affiliation when posting Content with other users and to the Website. IAB Tech Lab’s discussion and bulletin boards, forums, chat and messaging capabilities and the Website resources, features, functions and capabilities are not designed, nor intended to protect the confidentiality of any postings. As an industry association, IAB Tech Lab’s members may also be competitors with one another and in addition to referring to the guidelines below, IAB Tech Lab cautions you against posting anything which you or your employer or a third party may consider confidential, sensitive or proprietary because you should assume it will be available to other users on the Website and generally become publicly available.</p> <p>IAB Tech Lab has no obligation, nor does IAB Tech Lab verify, review for accuracy, completeness or otherwise, any Content. IAB Tech Lab also has no obligation to monitor or continue to monitor your use of the Website or your Content, but IAB Tech Lab reserves the right to do so and to confirm and request confirmation of any information you submit to us or on the Website, at any time for any reason or no reason at all. Postings and Content are not in any way endorsed by IAB Tech Lab, nor does IAB Tech Lab screen postings and Content.<br>IAB Tech Lab members and other users of the Website may not collaborate on matters concerning the operation and conduct of their business, including discussions relating to prices, customers, credit terms, product development and distribution efforts. You must not, in fact or appearance, engage in posting Content or otherwise use the Website, facilities or resources to discuss or exchange information about:</p> <ul> <li>Past, present or future pricing, pricing procedures, methods, policies or strategies;</li> <li>Past, present or future credit or warranty terms, discounts, rebates or other matters relating to terms or conditions of sales, licenses or services;</li> <li>Past, present or future margins or profit levels;</li> <li>Past, present or future areas of distribution;</li> <li>Past, present or future marketing strategies;</li> <li>Suppliers, competitors or customers with whom you are, will or will not be doing business;</li> <li>Products or services you will or will not or may or may not make available or offer.</li> </ul> <p>While IAB Tech Lab cannot give you legal advice and you are ultimately responsible for obtaining proper legal advice and guidance from your or your company’s legal advisor and representatives, IAB Tech Lab has generally found users are permitted to discuss and be involved in discussions relating to standards-setting within the industry, general opinions and views regarding the industry and the marketplace and even how other industry participants may be affected by the presence or absence of a particular standard, so long as you do not discuss any of the prohibited topics noted above or violate any guidelines your own legal advisors may provide to you. The general rule is there should not be discussions on topics that could be construed to impose a restraint on trade or inhibit free and fair competition.</p> <p><strong>GENERAL RULES OF CONDUCT</strong></p> <p>You may never use, allow or enable others to use the Website or knowingly condone use of the Website to do or attempt to:</p> <ul> <li>violate any laws, regulations, judicial or governmental order, treaties, IAB Tech Lab’s rights or the rights of any other person, firm or enterprise;</li> <li>engage in conduct which is or could be considered libelous, defamatory, indecent, vulgar, obscene, pornographic, sexually explicit or sexually suggestive, racially, culturally or ethnically offensive, harmful, harassing, intimidating, threatening, hateful, objectionable, discriminatory or abusive;</li> <li>impersonate any other person, firm or enterprise or any of IAB Tech Lab’s or its employees and agents;</li> <li>use the Website for posting Content or otherwise using malicious or unauthorized code, (e.g., viruses, time bombs, cancel bots, worms, Trojan horses, spyware) or other potentially harmful material or information or in any way interrupt, damage, interfere with, destroy or limit the functionality of any computer software or hardware or communication equipment, including the Website;</li> <li>gain unauthorized use of the Website, other users’ accounts, names, log-in or password information, personally identifiable information or use the Website in any manner which violates or is inconsistent with the provisions or spirit of this TOU;</li> <li>modify, disrupt, impair, alter or interfere with the use, features, functions, operation or maintenance of the Website or the rights or use and enjoyment of the Website by any other person, firm or enterprise;</li> <li>collect, obtain, compile, gather, transmit, reproduce, delete, revise, view or display any material or information, whether personally identifiable or not, submitted, provided or made available by or concerning any other person, firm or enterprise;</li> <li>engage in any activity or fail to report any activity involving SPAM, junk e-mail, chain letters, duplicative or unsolicited messages, or so-called “spamming” and “phishing” or other similar schemes; or</li> <li>use the Website or any Content for commercial or business purposes, including advertising, marketing, selling or offering goods or services, whether or not for financial benefit or any other form of compensation or consideration or through linking with any other website or web pages.</li> </ul> <p><strong>DISCLAIMER<br></strong>THE WEBSITE IS MADE AVAILABLE “AS IS” AND “AS AVAILABLE”, WITHOUT ANY REPRESENTATION OR WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. THERE IS NO GUARANTY OR ASSURANCE THAT ALL OR ANY PART OF THE WEBSITE WILL BE AVAILABLE FOR USE, PERFORM AS DESCRIBED OR THAT THE WEBSITE IS ACCURATE, TIMELY, COMPLETE OR ERROR FREE AND YOU SHOULD NOT RELY ON THE WEBSITE FOR ANY DECISIONS OR ACTIONS YOU MAY OR MAY NOT CHOOSE TO MAKE OR TAKE. IAB TECH LAB IS NEITHER RESPONSIBLE NOR LIABLE FOR ANY DAMAGE TO YOU OR YOUR PROPERTY, EVEN IF DUE TO MALICIOUS OR UNAUTHORIZED CODE. YOU ARE SOLELY RESPONSIBLE FOR ENSURING YOU HAVE APPROPRIATE MECHANISMS TO PROTECT AND SECURE YOUR EQUIPMENT, PROGRAMS AND INFORMATION BECAUSE YOU, NOT US, ARE ASSUMING ALL RISK OF LOSS OR DAMAGE THAT MAY ARISE OR BE ASSOCIATED WITH USE OF THE WEBSITE.</p> <p><strong>LIMITATION OF LIABILITY</strong></p> <p>IN NO EVENT SHALL IAB TECH LAB BE LIABLE FOR LOSS, DAMAGE, COST AND/OR EXPENSE OF ANY KIND IN CONNECTION WITH OR ARISING FROM USE OF THE WEBSITE, THIS TOU, INCLUDING, BUT NOT LIMITED TO, DIRECT, COMPENSATORY, CONSEQUENTIAL, INCIDENTAL, INDIRECT, SPECIAL, EXEMPLARY AND PUNITIVE DAMAGES ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OF THE WEBSITE OR WITH THE DELAY OR INABILITY TO USE THE SITE, OR FOR THE IAB TECH LAB MATERIALS AVAILABLE THROUGH THE WEBSITE, OR OTHERWISE ARISING OUT OF UTILIZATION OF THE WEBSITE, WHETHER BASED IN CONTRACT, TORT, STRICT LIABILITY, OR OTHERWISE, AND WHETHER OR NOT IAB TECH LAB HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p> <p>SOME JURISDICTIONS DO NOT ALLOW EXCLUSIONS OF CERTAIN WARRANTIES OR LIMITATIONS ON CERTAIN DAMAGES, SO SOME OF THESE EXCLUSIONS AND LIMITATIONS MAY NOT APPLY TO YOU. HOWEVER, IF ANY LIMITATION OR EXCLUSION OF DAMAGES OR LIABILITY IS PROHIBITED OR RESTRICTED BY LAW, IAB TECH LAB SHALL BE ENTITLED TO THE MAXIMUM LIMITATIONS AND EXCLUSIONS PERMITTED; HOWEVER, IN NO EVENT SHALL IAB TECH LAB’S TOTAL LIABILITY TO YOU EXCEED ONE HUNDRED DOLLARS ($100).</p> <p>You expressly absolve and release IAB Tech Lab from any claim of harm resulting from a cause beyond IAB Tech Lab’s reasonable control, including, but not limited to, failure of electronic or mechanical equipment or communication lines, telephone or other interconnect problems, computer viruses, unauthorized access, theft, operator errors, severe weather, earthquakes, or natural disasters, strikes, or other labor problems, wars, or governmental restrictions.</p> <p><strong>ENFORCING SECURITY ON THE WEBSITE</strong></p> <p>Actual or attempted unauthorized use of the Website may result in criminal and/or civil prosecution, including, without limitation, punishment under the Computer Fraud and Abuse Act of 1986. IAB Tech Lab reserves the unqualified right to view, monitor, and record activity on the Website without any notice to or permission from you. Any information obtained by monitoring, reviewing, or recording your use of the Website is subject to review by law enforcement organizations in the sole and absolute discretion of IAB Tech Lab. IAB Tech Lab will also comply with all legally binding requests for such information including, without limitation, the provision of information pursuant to a court order. In addition to the foregoing, and in its sole and absolute discretion, IAB Tech Lab reserves the right to, at any time and without advance notice, modify, suspend, terminate, or temporarily interrupt operation of or access to the Website or any portion thereof for any reason whatsoever. You also acknowledge that any breach, threatened or actual, of this TOU will cause irreparable injury to IAB Tech Lab, such injury would not be quantifiable in monetary damages, and IAB Tech Lab would not have an adequate remedy at law. You therefore agree that IAB Tech Lab shall be entitled, in addition to other available remedies, to injunctive relief restraining any breach, threatened or actual, of your obligations under any provision of this TOU.</p> <p><strong>TERM AND TERMINATION</strong></p> <p>This TOU will take effect (or shall re-take effect) at the time you click “I ACCEPT”, submit information through the Website, respond to a request for information, and/or begin accessing, or using the Website, whichever is earliest. You may terminate this TOU at any time by closing your account and discontinuing any use of the Website, Your rights under this TOU will also terminate automatically if you fail to comply with this TOU, subject to the survival rights of certain provisions identified below. Termination will be effective without notice. Upon termination, you must promptly destroy all copies of any aspect of the Website or IAB Tech Lab Materials in your possession. The provisions concerning proprietary and intellectual property rights, submissions, indemnity, disclaimers of warranty and liability, admissibility of this TOU, and governing law will survive the termination of this TOU for any reason.</p> <p><strong>GOVERNING LAW</strong></p> <p>This TOU and your use of the Website shall be construed, governed by and enforced under the substantive laws of the State of New York applicable to parties resident in and contracts made, executed and wholly performed within the State of New York. You submit to the jurisdiction of the State and Federal courts situated in the State, City, and County of New York and you will not object to jurisdiction or venue on the grounds of lack of personal jurisdiction, inconvenient forum or otherwise. The Uniform Computer Information Transactions Act does not apply to this TOU.</p> <p>YOU HEREBY WAIVE ANY RIGHT YOU MAY NOW HAVE OR HEREAFTER POSSESS TO A TRIAL BY JURY IN CONNECTION WITH ANY ACTION OR PROCEEDING ARISING UNDER THIS TOU OR YOUR USE OF OUR WEBSITE.</p> <p><strong>CHANGES TO THIS TOU AND WEBSITE</strong></p> <p>IAB Tech Lab reserves the right, at any time, and from time to time, to add to, delete or modify this TOU, as well as all or any part of the Website. IAB Tech Lab will post the current TOU on the Website as well as a notice of any change to this TOU. IAB Tech Lab will apply the most current TOU against all users of the Website. Accordingly, as access to and use of the Website remains conditioned upon agreement to this TOU, any use of the Website shall constitute acceptance of the TOU then in effect at the time of your access. IAB Tech Lab encourages you to review this TOU on a periodic basis. .</p> <p><strong>YOUR PRIVACY</strong></p> <p>Your privacy is important to us and IAB Tech Lab’s Privacy Policy is incorporated into and part of these Terms of Use. You can view IAB Tech Lab’s Privacy Policy <a href="https://iabtechlab.com/privacy-policy/">here</a>. Read it carefully since it describes how we collect and use information IAB Tech Lab obtains from you. IAB Tech Lab’s website and services, including user account services, are not intended for users from the European Union, and IAB Tech Lab does not intentionally provide its website or services to EU users.</p> <p><strong>MISCELLANEOUS<br></strong>This TOU constitutes the entire agreement between you and IAB Tech Lab regarding the subject matter and supersedes any and all prior and/or inconsistent understandings. This TOU cannot be modified except as otherwise described herein or in a written amendment signed by an IAB Tech Lab authorized representative. No electronic or digital communication of any kind is to be construed as a ‘writing’ for purposes of amending or modifying this TOU or the rights and obligations of the parties hereunder. The illegality, unenforceability or invalidity of any provision is severable and shall not affect or impair the rest of this TOU. Headings are purely for reference and shall not affect meaning. Any provision which must survive any termination of your agreement with us in order to allow IAB Tech Lab to enforce its meaning shall survive. You may not make or initiate any demand, claim or action against us or any of the IAB Tech Lab Entities, regardless of form or the basis of the claim, more than one (1) year after the cause of action has arisen (or if multiple causes, from the date the first such cause arose).</p> <p><strong>NOTICE AND PROCEDURE FOR MAKING CLAIMS OF COPYRIGHT INFRINGEMENT<br></strong>If you believe the Website contains elements that infringe any copyright of yours or anyone else’s, please follow the procedures set forth below in IAB Tech Lab’s Notice and Procedure for Making Claims of Copyright Infringement.</p> <p>Pursuant to Title 17, United States Code, Section 512(c)(2), all notifications of claimed copyright infringement should be sent ONLY to IAB Tech Lab’s Designated Agent.</p> <p>THE FOLLOWING INFORMATION IS SOLELY FOR NOTIFYING IAB TECH LAB THAT YOUR COPYRIGHTED MATERIAL MAY HAVE BEEN INFRINGED. DO NOT SEND ANY INQUIRIES UNRELATED TO COPYRIGHT INFRINGEMENT (e.g., REQUESTS FOR TECHNICAL ASSISTANCE OR CUSTOMER SERVICE, REPORTS OF E-MAIL ABUSE) TO THE CONTACT LISTED BELOW. YOU WILL NOT RECEIVE A RESPONSE IF SENT TO THAT CONTACT.</p> <p>IAB TECH LAB CAUTIONS YOU THAT UNDER FEDERAL LAW, IF YOU KNOWINGLY MISREPRESENT THAT ONLINE MATERIAL IS INFRINGING, YOU MAY BE SUBJECT TO HEAVY CIVIL PENALTIES. THESE INCLUDE MONETARY DAMAGES, COURT COSTS, AND ATTORNEYS’ FEES INCURRED BY US, BY ANY COPYRIGHT OWNER, OR BY ANY COPYRIGHT OWNER’S LICENSEE THAT IS INJURED AS A RESULT OF IAB TECH LAB RELYING UPON YOUR MISREPRESENTATION. YOU MAY ALSO BE SUBJECT TO CRIMINAL PROSECUTION FOR PERJURY.</p> <p>Written notification must be submitted to the following Designated Agent:</p> <p>Service Provider(s): IAB Technology Laboratory, Inc.</p> <p>Name of Designated Agent to Receive Notification of Claimed Infringement: Legal Office</p> <p>Full Address of Designated Agent to Which Notification Should be Sent: 116 East 27th St., 7th floor, New York, NY, 10016</p> <p>Telephone Number of Designated Agent: (212) 380-4721</p> <p>Email Address of Designated Agent: michael.hahn@iabtechlab.com</p> <p>Under Title 17, United States Code, Section 512(c)(3)(A), the Notification of Claimed Infringement must include the following:</p> <p>(1) An electronic or physical signature of the owner or of the person authorized to act on behalf of the owner of the copyright interest;</p> <p>(2) Identification of the copyrighted work (or works) that you claim has been infringed;</p> <p>(3) A description of the material that you claim is infringing, and the location where the original or an authorized copy of the copyrighted work exists (for example, the URL of the page of the website where it is lawfully posted; the name, edition and pages of a book from which an excerpt was copied, etc.);</p> <p>(4) A clear description of where the infringing material is located on the Website, including as applicable its URL, so that IAB Tech Lab can locate the material;</p> <p>(5) Your name, address, telephone number, and e-mail address;</p> <p>(6) A statement that you have a good-faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law; and</p> <p>(7) A statement by you, made under penalty of perjury, that the above information in your notice is accurate and that you are the copyright owner or authorized to act on the copyright owner’s behalf.</p> <p> </p> </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 & 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" rel="noopener" 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" rel="noopener" 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 & 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/tech-lab-introduces-id-less-solutions-guidance-for-public-comment/">IAB Tech Lab Introduces “ID-Less Solutions Guidance” for Public Comment</a> </li> <li> <a href="https://iabtechlab.com/5-key-takeaways-from-the-iab-tech-lab-international-summit-2024/">5 Key Takeaways from the IAB Tech Lab International Summit 2024</a> </li> <li> <a href="https://iabtechlab.com/gpp-update-important-changes-to-inform-your-data-privacy-roadmap/">GPP Update: Important Changes to Inform Your Data Privacy Roadmap</a> </li> <li> <a href="https://iabtechlab.com/compliance-with-standards-you-can-count-on/">Compliance with Standards you can count on</a> </li> <li> <a href="https://iabtechlab.com/announcing-the-finalized-accountability-platform/">Announcing the finalized Accountability Platform</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> <a href="https://iabtechlab.com/index.php/terms-of-use/">Terms of Use</a> <a href="https://iabtechlab.com/index.php/privacy-policy/">Privacy Policy</a> <a href="http://www.iab.com">iab.com</a> <i class="fa fa-copyright"></i> Copyright 2024 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 type='text/javascript'> 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> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/event-tickets/src/resources/js/rsvp.min.js?ver=5.10.0" 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.10.0" id="event-tickets-details-js-js"></script> <script type="text/javascript" src="//cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js?ver=6.5.5" 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.20" id="opinionstage-shortcodes-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/custom.js?ver=6.5.5" id="modality-custom-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/unslider.js?ver=6.5.5" id="unslider-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/themes/modality/js/jquery.flexslider.js?ver=6.5.5" 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.5.5" 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.5.5" 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.5.5" id="modality-ideal-slides-js"></script> <script type="text/javascript" id="event-tickets-rsvp-js-extra"> /* <![CDATA[ */ var tribe_tickets_rsvp_strings = {"attendee":"Attendee %1$s"}; /* ]]> */ </script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/event-tickets/src/resources/js/rsvp.min.js?ver=5.10.0" id="event-tickets-rsvp-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.6" id="ivory-search-scripts-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/clipboard/js/clipboard.min.js?ver=6.5.5" id="clipboard.min-js"></script> <script type="text/javascript" src="https://iabtechlab.com/wp-content/plugins/clipboard/js/c_scripts.js?ver=6.5.5" id="c_scripts-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 @ 2024-11-23 14:42:37 by W3 Total Cache -->