www.affordablehousing.com Open in urlscan Pro
2620:1ec:bdf::45  Public Scan

Submitted URL: http://affordablehousing.com/
Effective URL: https://www.affordablehousing.com/
Submission: On June 05 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="loginForm" autocomplete="on">
  <div data-bind="fadeVisible: view.activeAction() === 'signin'" class="newmodalsmall" id="signin_popup" style="display: none;">
    <div class="newmodalsmallcontainer">
      <div class="newmodalsmallcontents">
        <div data-bind="component: { name: &quot;SignIn&quot;, params: { model: $data } }">
          <div data-bind="visible: view.activeModal() &amp;&amp; view.activeModal() !== view.modalState.error" style="display: none;">
            <div class="modal--hdr--bar">
              <h4 class="modal--popup--title" data-bind="visible: view.activeModal() === view.modalState.signIn ||
        view.activeModal() === view.modalState.signInPassword ||
        view.activeModal() === view.modalState.duplicateUser" style="display: none;">Sign In</h4>
              <h4 class="modal--popup--title" data-bind="visible: view.activeModal() === view.modalState.forgotUserName" style="display: none;">
                <i class="signin--back--btn"><img src="/images/AffordableHousing/back-btn.png" data-bind="click: function() { loginControl.goBack(); }" alt="Back"></i> Forgot Username?</h4>
              <h4 class="modal--popup--title" data-bind="visible: view.activeModal() === view.modalState.facebookEmailRequired" style="display: none;">Email Required</h4>
              <span class="modal--cls--btn fas fa-times" data-bind="click: function () { loginControl.onSignInClose() }"></span>
            </div>
            <div class="mbl--mid--cont">
              <div class="signin--form--main">
                <div class="cmn--alert--msg cmn--alert--yellow" style="display: none;" data-bind="visible: domain.forgotPass.emailSentTo()">
                  <i class="fa fa-envelope"></i>
                  <div class="alert--msg--cont">
                    <h6>Email sent!</h6>
                    <p> A reset password email was sent to <span data-bind="text: domain.forgotPass.emailSentTo()"></span>. <span data-bind="visible:domain.forgotPass.emailTokenExpirationInHours() > 0" style="display:none;"> This email will expire in
                        <span data-bind="text:domain.forgotPass.emailTokenExpirationInHours()">0</span>
                        <span data-bind="visible:domain.forgotPass.emailTokenExpirationInHours() == 1" style="display: none;">hour.</span>
                        <span data-bind="visible:domain.forgotPass.emailTokenExpirationInHours() > 1" style="display: none;">hours.</span>
                      </span>
                    </p>
                  </div>
                </div>
                <div class="cmn--alert--msg cmn--alert--red" style="display: none;" data-bind="visible: domain.signin.scammerDeactive()">
                  <i class="fa fa-exclamation-circle"></i>
                  <div class="alert--msg--cont">
                    <h6>Error!</h6>
                    <p>There is an issue with your account. Please call <span data-bind="visible: helper.isMobileAndTablet() == true" style="display: none;">
                        <a href="tel:(866) 466-7328">(866) 466-7328</a>
                      </span>
                      <span data-bind="visible: helper.isMobileAndTablet() == false" style=""> (866) 466-7328 </span> for more information.
                    </p>
                  </div>
                </div>
                <div class="cmn--alert--msg cmn--alert--green" style="display: none;" data-bind="visible: domain.dupAccount.success()">
                  <i class="fa fa-check"></i>
                  <div class="alert--msg--cont">
                    <h6>Congratulations!</h6>
                    <p>You have successfully verified your account, please continue signing in.</p>
                  </div>
                </div>
                <div class="cmn--alert--msg cmn--alert--yellow" style="display: none;" data-bind="visible: domain.forgotUserName.success()">
                  <i class="fa fa-envelope"></i>
                  <div class="alert--msg--cont">
                    <h6>Email sent!</h6>
                    <p> A forgot username email was sent to <span data-bind="text:domain.forgotUserName.emailSentTo()"></span>. If you do not receive an email, please call <a href="tel:(866) 466-7328">(866) 466-7328</a>. </p>
                  </div>
                </div>
                <div class="cmn--alert--msg cmn--alert--red" data-bind="visible: domain.forgotUserName.error()" style="display: none;">
                  <i class="fa fa-exclamation-circle"></i>
                  <div class="alert--msg--cont">
                    <h6>Issue sending email!</h6>
                    <p> A forgot username email could not be sent to <span data-bind="text:domain.forgotUserName.userName()"></span>. Please call <a href="tel:(866) 466-7328">(866) 466-7328</a> for assistance. </p>
                  </div>
                </div>
                <div class="cmn--alert--msg cmn--alert--red" style="display: none;" data-bind="visible: domain.signin.userNotFound()">
                  <i class="fa fa-exclamation-circle"></i>
                  <div class="alert--msg--cont">
                    <h6>Error!</h6>
                    <p> Sorry, the account you're using does not match our records. Try with a different account, or click <span class="alert--link" data-bind="click: function () { loginControl.switchView('signup') }">here</span> to sign up. </p>
                  </div>
                </div>
                <div class="cmn--alert--msg cmn--alert--red" style="display: none;" data-bind="visible: domain.socialSignInNotAvailable()">
                  <i class="fa fa-exclamation-circle"></i>
                  <div class="alert--msg--cont">
                    <h6>Feature Unavailable</h6>
                    <p> Your account type does not allow for a Social Connection sign in. Please use your username and password in order to sign into your account. </p>
                  </div>
                </div>
                <div class="signin--form" style="display: none;" data-bind="visible: view.activeModal() === view.modalState.signIn">
                  <div class="field--blk">
                    <label class="form--lbl" for="ah_user">Username *<span class="forgot--link" data-bind="click: function () { loginControl.onForgotUserNameClick() }">Forgot Username?</span></label>
                    <div class="form--field">
                      <input type="text" id="ah_user" autocomplete="email" name="username"
                        data-bind="trimmedValue: domain.signin.userName, liveValidation: true, event: { keyup: function (data, event) { loginControl.enterBtnClick('login', event) } }, highlightInvalidField,fieldName: domain.signin.userName"><span
                        class="invalidmessage" style="display: none;"></span>
                    </div>
                  </div>
                  <div class="signin--btn--row">
                    <button type="button" class="cmn--btn cmn--btn--lg" id="signin-button" data-bind="click: function () { loginControl.loginWithUserName() }, loadingButton: { activeLoading: view.activeLoading() }">Sign In</button>
                  </div>
                  <div class="or--seperation">
                    <span>or Sign In with</span>
                  </div>
                  <div class="fb--signin--blk">
                    <div id="fbLogin" class="fb--sign--btn" data-bind="click: function () { faceBookSignIn.fbLogin() }">
                      <i>
                            <img src="/images/AffordableHousing/fb-icon.png" alt="Sign In with Facebook">
                        </i>
                      <span data-bind="loadingButton: { activeLoading: view.activeLoading() }">Facebook</span>
                    </div>
                    <div id="googleSignIn1" class="fb--sign--btn google--sign--btn">
                      <i>
                            <img src="/images/AffordableHousing/google-icon.png" alt="Sign In with Google">
                        </i>
                      <span data-bind="loadingButton: { activeLoading: view.activeLoading() }">Google</span>
                    </div>
                  </div>
                </div>
                <div class="signin--form" style="display: none;" data-bind="visible: view.activeModal() === view.modalState.signInPassword">
                  <div class="form--row">
                    <div class="field--blk">
                      <label class="form--lbl">Username * <span class="forgot--link" data-bind="click: function () { loginControl.switchUser() }">Switch User?</span></label>
                      <div class="form--field">
                        <span class="field--show" data-bind="text: domain.signin.userName"></span>
                      </div>
                    </div>
                  </div>
                  <div class="form--row">
                    <div class="field--blk">
                      <label class="form--lbl" for="ah_pass">Password <span class="forgot--link" data-bind="click: function () { loginControl.onClickForgotPassword() }">Forgot Password?</span></label>
                      <div class="form--field">
                        <input type="password" class="ah-password" id="ah_pass" name="password" autofocus="autofocus" onblur="this.focus()" autocomplete="current-password"
                          data-bind="trimmedValue: domain.signin.password, liveValidation: true, event: { keyup: function (data, event) { loginControl.enterBtnClick('loginWithPass', event) } }, highlightInvalidField, fieldName: domain.signin.password"><span
                          class="invalidmessage" style="display: none;"></span>
                        <i class="show-pwd fa fa-eye" data-bind="click: function (data, event) { loginControl.showHidePass(event) }"></i>
                        <span data-error-for="ah_pass" class="invalidmessage" data-bind="visible: domain.signin.locked(), highlightInvalidField, fieldName: domain.signin.locked(), liveValidation: true, parent: domain.signin.password, isCustom: true"
                          style="display: none;">Your account has been locked. Please <span class="alert--link" data-bind="click: function () { loginControl.onClickForgotPassword() }">click here</span> to reset your password. </span>
                      </div>
                    </div>
                  </div>
                  <div class="signin--btn--row">
                    <button type="button" class="cmn--btn cmn--btn--lg" id="signin-with-password-button" data-bind="click: function () { loginControl.loginUser() }, loadingButton: { activeLoading: view.activeLoading() }">Sign In</button>
                  </div>
                  <div class="or--seperation">
                    <span>or Sign In with</span>
                  </div>
                  <div class="fb--signin--blk">
                    <div id="fbLogin" class="fb--sign--btn" data-bind="click: function () { faceBookSignIn.fbLogin() }">
                      <i>
                            <img src="/images/AffordableHousing/fb-icon.png" alt="Sign In with Facebook">
                        </i>
                      <span class="loading--toggle">Facebook</span>
                    </div>
                    <div id="googleSignIn" class="fb--sign--btn google--sign--btn">
                      <i>
                            <img src="/images/AffordableHousing/google-icon.png" alt="Sign In with Google">
                        </i>
                      <span class="loading--toggle">Google</span>
                    </div>
                  </div>
                </div>
                <div class="signin--form" style="display: none;" data-bind="visible: view.activeModal() === view.modalState.duplicateUser">
                  <div class="dup--usr--blk" data-bind="css: { 'dups--urname--visible': domain.dupAccount.exist() }">
                    <i class="dup-icon">
                        <img src="/images/AffordableHousing/duplicate-img.png" alt="Duplicate Icon"></i>
                    <div class="cmn--alert--msg cmn--alert--red">
                      <i class="fa fa-exclamation-circle"></i>
                      <div class="alert--msg--cont">
                        <h6>Duplicate user found</h6>
                        <p data-bind="visible: !domain.dupAccount.error()" style=""> You are trying to sign in with a username belonging to more than one account. Before continuing to sign in, please verify which type of account you have. </p>
                        <p data-bind="visible: domain.dupAccount.error()" style="display: none;"> You are trying to sign in with a username belonging to more than one account. Please call us for assistance at <span
                            data-bind="visible:helper.isMobileAndTablet() == true" style="display: none;">
                            <a href="tel:(866) 466-7328">(866) 466-7328</a>
                          </span>
                          <span data-bind="visible:helper.isMobileAndTablet() == false" style=""> (866) 466-7328 </span>
                        </p>
                      </div>
                    </div>
                    <div class="ren-own-btn" data-bind="visible: !domain.dupAccount.error()">
                      <span class="cmn--btn" data-bind="visible: domain.dupAccount.tenant(), click: function () { loginControl.deactivateOtherUserTypes('Tenant') }, loadingButton: { activeLoading: view.activeLoading() }"
                        style="display: none;">Renter</span>
                      <span class="cmn--btn" data-bind="visible: domain.dupAccount.landlord(), click: function () { loginControl.deactivateOtherUserTypes('Landlord') }, loadingButton: { activeLoading: view.activeLoading() }"
                        style="display: none;">Owner</span>
                      <span class="cmn--btn" data-bind="visible: domain.dupAccount.ha(), click: function () { loginControl.deactivateOtherUserTypes('Ha') }, loadingButton: { activeLoading: view.activeLoading() }" style="display: none;">Agency</span>
                    </div>
                  </div>
                </div>
                <div class="signin--form" data-bind="visible: view.activeModal() === view.modalState.forgotUserName" style="display: none;">
                  <div class="form--row">
                    <div class="field--blk">
                      <label class="form--lbl" for="ah_username_email">Enter your email address below and we'll send it to you * </label>
                      <div class="form--field">
                        <input type="text" id="ah_username_email" autocomplete="new-password"
                          data-bind="trimmedValue: domain.forgotUserName.userName, liveValidation: true, event: { keyup: function (data, event) { loginControl.enterBtnClick('forgotUserName', event) } }, hasFocus: domain.forgotUserName.emailSelected, highlightInvalidField, fieldName: domain.forgotUserName.userName"><span
                          class="invalidmessage" style="display: none;"></span>
                        <span class="invalidmessage" data-error-for="ah_username_email"
                          data-bind="visible: !domain.forgotUserName.emailExists(), highlightInvalidField, fieldName: !domain.forgotUserName.emailExists(), parent: domain.forgotUserName.userName, isCustom: true" style="display: none;">Sorry but this
                          email is not registered. Need a new account? <span class="alert--link" data-bind="click: function () {
        loginControl.switchView('signup')
    }">Click here</span> to sign up with your email.</span>
                      </div>
                    </div>
                  </div>
                  <div class="signin--btn--row">
                    <button type="button" class="cmn--btn cmn--btn--lg" data-bind="click: function () { loginControl.forgotUserName() }, loadingButton: { activeLoading: view.activeLoading() }">Submit</button>
                  </div>
                </div>
                <div class="signin--form" style="display: none;" data-bind="visible: view.activeModal() === view.modalState.facebookEmailRequired">
                  <div class="cmn--alert--msg cmn--alert--red">
                    <i class="fa fa-exclamation-circle"></i>
                    <div class="alert--msg--cont">
                      <h6>Attention!</h6>
                      <p>We are unable to get your email address from facebook, please click continue to try other login type.</p>
                    </div>
                  </div>
                  <div class="ren-own-btn">
                    <button type="button" class="cmn--btn cmn--btn--stroke" style="outline: none;" data-bind="click: function () { loginControl.onSignInClick() }">Sign In</button>
                    <button type="button" class="cmn--btn" style="outline: none;" data-bind="click: function () { faceBookSignIn.fbLogin(true) }, loadingButton: { activeLoading: view.activeLoading() }">Retry</button>
                  </div>
                </div>
                <div class="signup--links--row" data-bind="visible: !headerModel.domain.user() &amp;&amp; (!domain.dupAccount.exist() || domain.dupAccount.exist() === false)" style="">
                  <p class="signup--text"><span data-bind="click: function () { loginControl.switchView('signup') }">Sign Up</span> If you’re not a member</p>
                </div>
              </div>
            </div>
          </div>
          <div class="signin--form" data-bind="visible: view.activeModal() &amp;&amp; view.activeModal() === view.modalState.error" style="display: none;">
            <div data-bind="component: { name: &quot;Error-Modal&quot; }">
              <div class="modal--hdr--bar">
                <h4 class="modal--popup--title">Something went wrong!</h4>
                <span class="modal--cls--btn fas fa-times closemodal" data-bind="click: function () { loginControl.onSignInClose() }"></span>
              </div>
              <div class="mbl--mid--cont">
                <div class="signin--form--main no-overflow">
                  <i class="dup-icon">
            <img src="/images/AffordableHousing/duplicate-img.png" alt="Affordable Housing">
        </i>
                  <div class="cmn--alert--msg cmn--alert--red MB0">
                    <i class="fa fa-exclamation-circle"></i>
                    <div class="alert--msg--cont">
                      <h6>Something went wrong!</h6>
                      <p>An unexpected error has occurred, please try again. If the problem persists, <a href="/contact" target="_blank">contact us</a> and we’ll get back to you as soon as possible.</p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <template id="errorModelHtml" style="display:none;">
            <div class="modal--hdr--bar">
              <h4 class="modal--popup--title">Something went wrong!</h4>
              <span class="modal--cls--btn fas fa-times closemodal" data-bind="click: function () { loginControl.onSignInClose() }"></span>
            </div>
            <div class="mbl--mid--cont">
              <div class="signin--form--main no-overflow">
                <i class="dup-icon">
            <img src="/images/AffordableHousing/duplicate-img.png" alt="Affordable Housing">
        </i>
                <div class="cmn--alert--msg cmn--alert--red MB0">
                  <i class="fa fa-exclamation-circle"></i>
                  <div class="alert--msg--cont">
                    <h6>Something went wrong!</h6>
                    <p>An unexpected error has occurred, please try again. If the problem persists, <a href="/contact" target="_blank">contact us</a> and we’ll get back to you as soon as possible.</p>
                  </div>
                </div>
              </div>
            </div>
          </template>
        </div>
      </div>
    </div>
  </div>
  <div data-bind="fadeVisible: view.activeAction() === 'signup', css: { 'signup--modal': view.activeModal() === view.modalState.signUp || view.activeModal() === view.modalState.signUpWithPassword }" class="newmodalsmall" id="signup_popup"
    style="display: none;">
    <div class="newmodalsmallcontainer">
      <div class="newmodalsmallcontents">
        <div data-bind="component: { name: &quot;SignUp&quot;, params: { model: $data } }">
          <div class="signin--form" style="display: none;" data-bind="visible: view.activeModal() === view.modalState.socialMoreInfoSignUp">
            <div class="modal--hdr--bar">
              <h4 class="modal--popup--title">Sign Up</h4>
              <span class="modal--cls--btn fas fa-times" data-bind="click: function () { loginControl.switchView('') }"></span>
            </div>
            <div class="mbl--mid--cont">
              <div class="signin--form--main">
                <div class="signin--form" data-bind="visible: domain.signup.userType() === view.userType.tenant" style="display: none;">
                  <div class="cmn--alert--msg cmn--alert--yellow">
                    <i class="fa fa-exclamation-triangle"></i>
                    <div class="alert--msg--cont">
                      <h6>Complete Your Account Set-Up</h6>
                      <p>Please provide us with your phone number and find your next rental today!</p>
                    </div>
                  </div>
                  <div class="form--row">
                    <div class="field--blk" data-bind="visible: domain.signup.socialMissingLastName()" style="display: none;">
                      <label class="form--lbl" for="user_social_renter_lastname">Last Name *</label>
                      <div class="form--field">
                        <input id="user_social_renter_lastname" type="text" autocomplete="new-password" data-bind="trimmedValue: domain.signup.lastName, liveValidation: true, highlightInvalidField, fieldName: domain.signup.lastName"
                          placeholder="Enter Last Name"><span class="invalidmessage" style="display: none;"></span>
                      </div>
                    </div>
                  </div>
                  <div class="form--row">
                    <div class="field--blk">
                      <label class="form--lbl" for="signup_phonenumber1">Phone Number *</label>
                      <div class="form--field">
                        <input id="signup_phonenumber1" class="phoneNumber" type="tel" autocomplete="new-password"
                          data-bind="trimmedValue: domain.signup.phone, liveValidation: true, event: { keyup: function (data, event) { loginControl.enterBtnClick('signUpMoreDetails', event) } }, highlightInvalidField, fieldName: domain.signup.phone, phoneMask: domain.signup.phone"
                          placeholder="(000) 000-0000"><span class="invalidmessage" style="display: none;"></span>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="signin--form" data-bind="visible: domain.signup.userType() === view.userType.landlord" style="display: none;">
                  <div class="cmn--alert--msg cmn--alert--yellow">
                    <i class="fa fa-exclamation-triangle"></i>
                    <div class="alert--msg--cont">
                      <h6>Owner Account Setup</h6>
                      <p>Your account set-up is almost complete. Please fill in the required fields below and start listing today!</p>
                    </div>
                  </div>
                  <div class="form--row">
                    <div class="field--blk" data-bind="visible: domain.signup.socialMissingLastName()" style="display: none;">
                      <label class="form--lbl" for="user_social_landlord_lastname">Last Name *</label>
                      <div class="form--field">
                        <input id="user_social_landlord_lastname" type="text" autocomplete="new-password" data-bind="trimmedValue: domain.signup.lastName, liveValidation: true, highlightInvalidField, fieldName: domain.signup.lastName"
                          placeholder="Enter Last Name"><span class="invalidmessage" style="display: none;"></span>
                      </div>
                    </div>
                  </div>
                  <div class="form--row">
                    <div class="field--blk">
                      <label class="form--lbl" for="findApp_company">Company</label>
                      <div class="form--field">
                        <input type="text" id="findApp_company" name="companyName" autocomplete="new-password" data-bind="trimmedValue: domain.signup.company, liveValidation: true, highlightInvalidField, fieldName: domain.signup.company"
                          placeholder="Enter Company Name"><span class="invalidmessage" style="display: none;"></span>
                      </div>
                    </div>
                  </div>
                  <div class="form--row">
                    <div class="field--blk">
                      <label class="form--lbl">Title</label>
                      <div class="form--field">
                        <select data-bind="options: view.ownerTitles, optionsText: 'name', optionsValue: 'code', value: domain.signup.selectedTitle, style: { textTransform: 'capitalize' }" style="text-transform: capitalize;">
                          <option value="">Select Role</option>
                          <option value="agent">Real Estate Agent/Broker</option>
                          <option value="owner">Property Owner/Landlord</option>
                          <option value="manager">Property Manager</option>
                          <option value="other">Other Real Estate Industry Professional</option>
                        </select>
                      </div>
                    </div>
                    <div class="field--blk">
                      <label class="form--lbl" for="owner_phone">Phone Number *</label>
                      <div class="form--field">
                        <input id="owner_phone" class="phoneNumber" type="tel" autocomplete="new-password"
                          data-bind="trimmedValue: domain.signup.phone, liveValidation: true, event: { keyup: function (data, event) { loginControl.enterBtnClick('signUpMoreDetails', event) } }, highlightInvalidField, fieldName: domain.signup.phone, phoneMask: domain.signup.phone"
                          placeholder="(000) 000-0000"><span class="invalidmessage" style="display: none;"></span>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="signin--btn--row">
                  <button id="btn_signup" type="button" class="cmn--btn cmn--btn-lg" data-bind="click: function () { loginControl.signUpMoreDetails() }, loadingButton: { activeLoading: view.activeLoading() }">Finish Sign Up</button>
                </div>
              </div>
            </div>
          </div>
          <div class="signup--main--cont" data-bind="visible: view.activeModal() === view.modalState.signUp || view.activeModal() === view.modalState.signUpWithPassword" style="display: none;">
            <div class="signup--lt--blk">
              <i class="signup--img">
            <img src="/images/AffordableHousing/signup-home.jpg" alt="Sign Up">
        </i>
              <a href="/" class="logo--signup">
            <img src="/images/AffordableHousing/ah-logo-wt.svg" alt="Affordable Housing">
        </a>
              <p data-bind="visible: !domain.signup.userType()">As the largest source for affordable housing options online, our focus is to bring together Owners and Renters who are in search of the perfect affordable housing opportunities.</p>
              <p data-bind="visible: domain.signup.userType() === view.userType.landlord" style="display: none;">List your properties for free on the most visited property listing service for affordable and moderately priced rentals in the country.
                Free listings include online applications, waiting lists, intuitive tenant matching, affordability calculators, integrations with government programs like section 8, and more.</p>
              <p data-bind="visible: domain.signup.userType() === view.userType.tenant &amp;&amp; headerModel.domain.saveSearchAfterLogin() === false &amp;&amp; headerModel.domain.faviconCommunityId() <= 0" style="display: none;">Find your next home
                on the most visited property listing service for affordable and moderately priced rentals in the Country. Free registration gives you access to all property listing information, online applications, waiting list updates, saved
                searches, new listing alerts, and more.</p>
              <p data-bind="visible: domain.signup.userType() === view.userType.tenant &amp;&amp; headerModel.domain.faviconCommunityId() > 0" style="display: none;"><b>Sign Up Now!</b><br>Search the largest affordable housing listings network in the
                country, save your favorite properties and search criteria, plus, connect directly with property owners...<br><b>all in one place.</b></p>
              <p data-bind="visible: domain.signup.userType() === view.userType.tenant &amp;&amp; headerModel.domain.saveSearchAfterLogin() === true" style="display: none;"><b>Sign Up Now!</b><br>Search the largest affordable housing listings network
                in the country, save your favorite properties and search criteria, plus, connect directly with property owners...<br><b>all in one place.</b> </p>
            </div>
            <div class="signup--rt--blk">
              <span class="modal--cls--btn fas fa-times signup-cls" data-bind="click: function () { loginControl.switchView('') }"></span>
              <div class="signup--title--bar">
                <h4 class="signup--title" data-bind="visible: view.activeModal() === view.modalState.signUp || view.activeModal() === view.modalState.signUpWithPassword" style="display: none;">Sign Up</h4>
              </div>
              <div class="mbl--mid--cont">
                <div class="signin--form">
                  <div class="cmn--alert--msg cmn--alert--red" data-bind="visible: domain.signup.emailExists() &amp;&amp; domain.signup.showSignup()" style="display: none;">
                    <i class="fa fa-exclamation-circle"></i>
                    <div class="alert--msg--cont">
                      <h6>Email address is taken!</h6>
                      <p> Sorry, this email address is taken. You may already have an account, click <span class="alert--link" data-bind="click: function () { loginControl.switchView('signin') }">here</span> to sign in. </p>
                    </div>
                  </div>
                  <div class="cmn--alert--msg cmn--alert--red" data-bind="visible: !domain.signup.showSignup()" style="display: none;">
                    <i class="fa fa-exclamation-circle"></i>
                    <div class="alert--msg--cont">
                      <h6>Contact Customer Support</h6>
                      <p>There was a problem creating your account. Please call <a href="tel:(866) 466-7328">(866) 466-7328</a> for assistance.</p>
                    </div>
                  </div>
                  <div data-bind="visible: view.activeModal() === view.modalState.signUp" style="display: none;">
                    <div class="user--type--opt field--blk" data-bind="visible: !domain.params.signUpUserType()">
                      <span class="form--lbl" data-bind="css: { 'error-validation': domain.signup.userType.isModified() &amp;&amp; !domain.signup.userType.isValid() }">Select a user type *</span>
                      <div class="signup--tab--row">
                        <div class="radio">
                          <label class="custom--radio" id="btn_renter">
                            <input id="radio_renter" type="radio" name="userType" data-bind="value: view.userType.tenant, checked: domain.signup.userType(), click: function () { loginControl.selectUserType(view.userType.tenant); return true; }"
                              value="Tenant">
                            <span class="checkmark"></span>Renter</label>
                        </div>
                        <div class="radio">
                          <label class="custom--radio" id="btn_owner">
                            <input id="radio_owner" type="radio" name="userType" data-bind="value: view.userType.landlord, checked: domain.signup.userType(), click: function () { loginControl.selectUserType(view.userType.landlord); return true; }"
                              value="Landlord">
                            <span class="checkmark"></span>Owner</label>
                        </div>
                      </div>
                      <span data-bind="validationMessage: domain.signup.userType" class="invalidmessage" style="display: none;"></span>
                    </div>
                    <div class="form--row">
                      <div class="field--blk">
                        <label class="form--lbl" for="user_fname">First Name *</label>
                        <div class="form--field">
                          <input id="user_fname" type="text" autocomplete="new-password" tabindex="21"
                            data-bind="trimmedValue: domain.signup.firstName, liveValidation: true, hasFocus: domain.signup.firstNameSelected, highlightInvalidField, fieldName: domain.signup.firstName" placeholder="Enter First Name"><span
                            class="invalidmessage" style="display: none;"></span>
                        </div>
                      </div>
                      <div class="field--blk">
                        <label class="form--lbl" for="user_lastname">Last Name *</label>
                        <div class="form--field">
                          <input id="user_lastname" type="text" autocomplete="new-password" tabindex="22"
                            data-bind="trimmedValue: domain.signup.lastName, liveValidation: true, hasFocus: domain.signup.lastNameSelected, highlightInvalidField, fieldName: domain.signup.lastName" placeholder="Enter Last Name"><span
                            class="invalidmessage" style="display: none;"></span>
                        </div>
                      </div>
                    </div>
                    <div class="form--row">
                      <div class="field--blk">
                        <div class="tooltip--lbl--blk">
                          <label class="form--lbl" for="renter_emailaddress"> Email Address * </label>
                          <i class="fa fa-info-circle tooltipstered" data-bind="tooltipster: { content: 'This will be your username.', contentAsHTML: true, trigger: helper.isMobileAndTablet() ? 'click' : 'hover' }"></i>
                        </div>
                        <div class="form--field">
                          <input id="renter_emailaddress" type="text" autocomplete="nope" tabindex="23"
                            data-bind="trimmedValue: domain.signup.email, liveValidation: true,
    event: { keyup: function (data, event) { loginControl.enterBtnClick('signup', event) }, change: function (data, event) { loginControl.validateEmail() } }, hasFocus: domain.signup.emailSelected, highlightInvalidField, fieldName: domain.signup.email" placeholder="Email Address"><span class="invalidmessage"
                            style="display: none;"></span>
                        </div>
                      </div>
                      <div class="field--blk">
                        <label class="form--lbl" for="signup_phonenumber">Phone Number *</label>
                        <div class="form--field">
                          <input id="signup_phonenumber" class="phoneNumber" type="tel" autocomplete="new-password" tabindex="24"
                            data-bind="trimmedValue: domain.signup.phone, liveValidation: true, event: { keyup: function (data, event) { loginControl.enterBtnClick('signup', event) } }, hasFocus: domain.signup.phoneSelected, highlightInvalidField, fieldName: domain.signup.phone, phoneMask: domain.signup.phone"
                            placeholder="(000) 000-0000"><span class="invalidmessage" style="display: none;"></span>
                        </div>
                      </div>
                    </div>
                    <div class="form--row" data-bind="visible:domain.signup.userType() === view.userType.landlord" style="display:none">
                      <div class="field--blk">
                        <label class="form--lbl" for="owner_companyname">Company</label>
                        <div class="form--field">
                          <input id="owner_companyname" name="compnayName" type="text" autocomplete="new-password" data-bind="trimmedValue: domain.signup.company, liveValidation: true, highlightInvalidField, fieldName: domain.signup.company"
                            placeholder="Enter Company Name"><span class="invalidmessage" style="display: none;"></span>
                        </div>
                      </div>
                      <div class="field--blk">
                        <label class="form--lbl">Role</label>
                        <div class="form--field">
                          <select id="owner_title" data-bind="
    options: view.ownerTitles,
    optionsText: 'name',
    optionsValue: 'code',
    value: domain.signup.selectedTitle,
    style: { textTransform: 'capitalize' }" style="text-transform: capitalize;">
                            <option value="">Select Role</option>
                            <option value="agent">Real Estate Agent/Broker</option>
                            <option value="owner">Property Owner/Landlord</option>
                            <option value="manager">Property Manager</option>
                            <option value="other">Other Real Estate Industry Professional</option>
                          </select>
                        </div>
                      </div>
                    </div>
                    <div class="signin--btn--row">
                      <button type="button" class="cmn--btn cmn--btn--lg" data-bind="visible: domain.signup.showSignup(), click: function () { loginControl.signUpEmail() }, loadingButton: { activeLoading: view.activeLoading() }">Sign Up</button>
                    </div>
                    <div class="or--seperation" data-bind="visible: domain.signup.showSignup()">
                      <span>or Sign Up with</span>
                    </div>
                    <div class="fb--signin--blk">
                      <div id="fbSignUp" class="fb--sign--btn" data-bind="visible: domain.signup.showSignup(), click: function () { faceBookSignIn.fbLogin() }">
                        <i>
                                <img src="/images/AffordableHousing/fb-icon.png" alt="Sign Up with Facebook">
                            </i>
                        <span data-bind="loadingButton: { activeLoading: view.activeLoading() }">Facebook</span>
                      </div>
                      <!-- Temp Google sign up button if user type not selected as google button doesn't allow any pre execution of the script -->
                      <div data-bind="visible: helper.isUndefinedOrNullOrEmpty(domain.signup.userType()) &amp;&amp; domain.signup.showSignup(), click: function () { return socialSignupValidation.errors.showAllMessages(); }"
                        class="fb--sign--btn google--sign--btn">
                        <i>
                                <img src="/images/AffordableHousing/google-icon.png" alt="Sign Up with Google">
                            </i>
                        <span data-bind="loadingButton: { activeLoading: view.activeLoading() }">Google</span>
                      </div>
                      <!-- Actual Google sign up button till user type selected -->
                      <div id="googleSignUp" data-bind="visible: domain.signup.showSignup() &amp;&amp; !helper.isUndefinedOrNullOrEmpty(domain.signup.userType())" class="fb--sign--btn google--sign--btn" style="display: none;">
                        <i>
                                <img src="/images/AffordableHousing/google-icon.png" alt="Sign Up with Google">
                            </i>
                        <span data-bind="loadingButton: { activeLoading: view.activeLoading() }">Google</span>
                      </div>
                    </div>
                  </div>
                  <div data-bind="visible: view.activeModal() === view.modalState.signUpWithPassword" style="display: none;">
                    <div class="form--row">
                      <div class="field--blk">
                        <label class="form--lbl" for="pwd">Password *</label>
                        <div class="form--field">
                          <input id="pwd" type="password" autocomplete="new-password"
                            data-bind="trimmedValue: domain.signup.password, liveValidation: true, hasFocus: domain.signup.passwordSelected, highlightInvalidField, fieldName: domain.signup.password" placeholder="Enter Password"><span
                            class="invalidmessage" style="display: none;"></span>
                          <i id="pwdIcon" class="show-pwd fa fa-eye" data-bind="click: function (data, event) { loginControl.showHidePass(event) }"></i>
                        </div>
                      </div>
                    </div>
                    <div class="form--row">
                      <div class="field--blk">
                        <label class="form--lbl" for="verify_pwd">Verify Password *</label>
                        <div class="form--field">
                          <input id="verify_pwd" type="password" autocomplete="new-password"
                            data-bind="trimmedValue: domain.signup.verifyPassword, liveValidation: true, hasFocus: domain.signup.verifyPasswordSelected, event: { keyup: function (data, event) { loginControl.enterBtnClick('signUpPassword', event) } }, highlightInvalidField, fieldName: domain.signup.verifyPassword"
                            placeholder="Verify Password"><span class="invalidmessage" style="display: none;"></span>
                          <i id="vrfyIcon" class="show-pwd fa fa-eye" data-bind="click: function (data, event) { loginControl.showHidePass(event) }"></i>
                        </div>
                      </div>
                    </div>
                    <div class="signin--btn--row">
                      <button type="button" class="cmn--btn cmn--btn--lg" data-bind="visible: domain.signup.showSignup(), click: function () { loginControl.signUpWithPassword() }, loadingButton: { activeLoading: view.activeLoading() }">Set
                        Password</button>
                    </div>
                    <p class="pwd--tips--txt">We'll ask for this password every time you sign in, please review our password tips to help keep your account secure.</p>
                    <p class="pwd--tips--txt"><strong>Password Tips:</strong>Passwords must be at least 8 characters long, and contain at least one letter, one number, and at least one of the following special characters: @$!%*#-=?&amp;</p>
                  </div>
                </div>
                <div class="signup--links--row" data-bind="visible: view.activeModal() !== view.modalState.signUpWithPassword">
                  <p class="signup--text"><span data-bind="click: function () { loginControl.switchView('signin') }">Sign In</span> If you’re already a member</p>
                  <p class="signup--text terms--text">By clicking "Sign Up", you agree to our <span onclick="return window.location.href = &quot;/terms/&quot;;">Terms of use</span></p>
                </div>
              </div>
            </div>
          </div>
          <div class="signin--form" data-bind="visible: view.activeModal() === view.modalState.facebookEmailRequired" style="display: none;">
            <div class="modal--hdr--bar">
              <h4 class="modal--popup--title">Email Required</h4>
              <span class="modal--cls--btn fas fa-times" data-bind="click: function () { loginControl.switchView('') }"></span>
            </div>
            <div class="mbl--mid--cont">
              <div class="signin--form--main">
                <div class="cmn--alert--msg cmn--alert--red">
                  <i class="fa fa-exclamation-circle"></i>
                  <div class="alert--msg--cont">
                    <h6>Attention!</h6>
                    <p>We are unable to get your email address from facebook, please click continue to try other login type.</p>
                  </div>
                </div>
                <div class="ren-own-btn">
                  <button type="button" class="cmn--btn cmn--btn--stroke" data-bind="click: function () { loginControl.onSignUpClick() }, loadingButton: { activeLoading: view.activeLoading() }">Sign In</button>
                  <button type="button" class="cmn--btn" data-bind="click: function () { faceBookSignIn.fbLogin(true) }, loadingButton: { activeLoading: view.activeLoading() }">Retry</button>
                </div>
              </div>
            </div>
          </div>
          <div class="signin--form" data-bind="visible: view.activeModal() === view.modalState.signUpScammer" style="display: none;">
            <div class="modal--hdr--bar">
              <h4 class="modal--popup--title">Contact Customer Support</h4>
              <span class="modal--cls--btn fas fa-times" data-bind="click: function () { loginControl.switchView('') }"></span>
            </div>
            <div class="mbl--mid--cont">
              <div class="signin--form--main no-overflow">
                <i class="dup-icon">
                <img src="/images/AffordableHousing/duplicate-img.png" alt="Duplicate Icon"></i>
                <div class="cmn--alert--msg cmn--alert--red MB0">
                  <i class="fa fa-exclamation-circle"></i>
                  <div class="alert--msg--cont">
                    <h6>Contact Customer Support</h6>
                    <p>There was a problem creating your account. Please call <a href="tel:(866) 466-7328">(866) 466-7328</a> for assistance.</p>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="signin--form" data-bind="visible: view.activeModal() === view.modalState.error" style="display: none;">
            <div data-bind="component: { name: &quot;Error-Modal&quot; }">
              <div class="modal--hdr--bar">
                <h4 class="modal--popup--title">Something went wrong!</h4>
                <span class="modal--cls--btn fas fa-times closemodal" data-bind="click: function () { loginControl.onSignInClose() }"></span>
              </div>
              <div class="mbl--mid--cont">
                <div class="signin--form--main no-overflow">
                  <i class="dup-icon">
            <img src="/images/AffordableHousing/duplicate-img.png" alt="Affordable Housing">
        </i>
                  <div class="cmn--alert--msg cmn--alert--red MB0">
                    <i class="fa fa-exclamation-circle"></i>
                    <div class="alert--msg--cont">
                      <h6>Something went wrong!</h6>
                      <p>An unexpected error has occurred, please try again. If the problem persists, <a href="/contact" target="_blank">contact us</a> and we’ll get back to you as soon as possible.</p>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <template id="errorModelHtml" style="display:none;">
            <div class="modal--hdr--bar">
              <h4 class="modal--popup--title">Something went wrong!</h4>
              <span class="modal--cls--btn fas fa-times closemodal" data-bind="click: function () { loginControl.onSignInClose() }"></span>
            </div>
            <div class="mbl--mid--cont">
              <div class="signin--form--main no-overflow">
                <i class="dup-icon">
            <img src="/images/AffordableHousing/duplicate-img.png" alt="Affordable Housing">
        </i>
                <div class="cmn--alert--msg cmn--alert--red MB0">
                  <i class="fa fa-exclamation-circle"></i>
                  <div class="alert--msg--cont">
                    <h6>Something went wrong!</h6>
                    <p>An unexpected error has occurred, please try again. If the problem persists, <a href="/contact" target="_blank">contact us</a> and we’ll get back to you as soon as possible.</p>
                  </div>
                </div>
              </div>
            </div>
          </template>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="loginForm" autocomplete="on">
  <div data-bind="fadeVisible: view.activeAction() === 'signin'" class="newmodalsmall" id="signin_popup">
    <div class="newmodalsmallcontainer">
      <div class="newmodalsmallcontents">
        <div data-bind="component: { name: &quot;SignIn&quot;, params: { model: $data } }"></div>
      </div>
    </div>
  </div>
  <div data-bind="fadeVisible: view.activeAction() === 'signup', css: { 'signup--modal': view.activeModal() === view.modalState.signUp || view.activeModal() === view.modalState.signUpWithPassword }" class="newmodalsmall" id="signup_popup">
    <div class="newmodalsmallcontainer">
      <div class="newmodalsmallcontents">
        <div data-bind="component: { name: &quot;SignUp&quot;, params: { model: $data } }"></div>
      </div>
    </div>
  </div>
</form>

Text Content

AH_Icon-Download_Dark-bg Created with Sketch.
Standard Member Premium Member
Get Premium
View Premium Benefits
 * My Dashboard
 * My Applications
 * My Documents
 * Inbox
 * Account Settings
 * Account Settings
 * Alert Preferences
 * Sign Out

Chat with us
 * Sign In
 * Sign Up

 * Account Settings
 * My Applications
 * My Documents
 * Inbox
 * Housing Agencies
 * Waiting Lists
 * Alert Preferences

 * Back to HA Dashboard
 * My Dashboard
 * Listings 0
 * Housing Agencies
 * Waiting Lists
 * FAQs
 * Terms of Use

 * Landords

FOR RENTERS

 * Search For Homes
 * Benefits
 * Housing Agencies
 * Waiting Lists

FOR OWNERS

 * Benefits
 * Created with Lunacy List Your Property
 * Created with Lunacy Market Rent Estimator
   
   

 * Home
 * Dashboard
 * Housing Agencies
 * 
 * Waiting Lists
 * 
   
   
 * Trusted Owner Status New
 * Alert Preferences
 * Account Settings
 * Inbox 0
 * Applicants 0
 * Prospects 0
 * Listings 0
 * Rent Estimates $$$
 * Comparables
 * FAQs
 * Terms of Use

 * About US
 * Contact Us
 * Owner Guide
 * Privacy

 * Sign Out

 * Renters
   Search for Homes Benefits Housing Agencies Waiting Lists
 * Owners
   Benefits List Your Property Market Rent Estimator
 * « Back to HA Dashboard
 * My Dashboard
 * My Dashboard
 * My Applications
 * Housing Agencies
 * Waiting Lists
   
   


   
 * Chat with us
   
 * Sign up
 * Sign in
 * List your property for Free

0

NOTIFICATION CENTER

 * Attention! You have been invited to complete a full application for a
   government program. Click to visit My Applications.

 * Attention! Please confirm your email address.

 * Attention! Please add an email address.

 * Attention! Set up Text Message Alerts for Free!.

 * Attention! Check out your inbox! You've received a new message from a renter.

 * Attention! Check out your inbox! You've received a new message from an owner.

   
   
   
   

No Notifications
0Favorites
Rentals (0)Searches (0) Owners (0)
You have no favorite rentals To save a favorite rental, simply click the ""
icon.

Loading...
You have no saved searches To save a search, simply search for listings and
click the "save search" button.


You have no favorite owners To save a favorite owner, simply view a property and
click the "owner " icon.


Chat with us
Standard Member Premium Member
   
 * Change Payment Plan
   
   
   
 * My Applications
 * My Documents
 * Inbox
 * Trusted Owner Status New
 * Alert Preferences
 * Account Settings
 * Account Settings
 * Sign Out

Sign out
Get Premium

RENTER FEATURE

RENTER FEATURE

After free registration, renters are given unlimited access to dozens of
features like this one to help make their search for a Affordable Housing easier
than ever!

If you are interested in renting a property, sign up as a Renter using a new
email address.

Return to Listing Sign Up


SIGN IN

FORGOT USERNAME?

EMAIL REQUIRED

EMAIL SENT!

A reset password email was sent to . This email will expire in 0 hour. hours.

ERROR!

There is an issue with your account. Please call (866) 466-7328 (866) 466-7328
for more information.

CONGRATULATIONS!

You have successfully verified your account, please continue signing in.

EMAIL SENT!

A forgot username email was sent to . If you do not receive an email, please
call (866) 466-7328.

ISSUE SENDING EMAIL!

A forgot username email could not be sent to . Please call (866) 466-7328 for
assistance.

ERROR!

Sorry, the account you're using does not match our records. Try with a different
account, or click here to sign up.

FEATURE UNAVAILABLE

Your account type does not allow for a Social Connection sign in. Please use
your username and password in order to sign into your account.

Username *Forgot Username?

Sign In
or Sign In with
Facebook
Google
Username * Switch User?

Password Forgot Password?
Your account has been locked. Please click here to reset your password.
Sign In
or Sign In with
Facebook
Google

DUPLICATE USER FOUND

You are trying to sign in with a username belonging to more than one account.
Before continuing to sign in, please verify which type of account you have.

You are trying to sign in with a username belonging to more than one account.
Please call us for assistance at (866) 466-7328 (866) 466-7328

Renter Owner Agency
Enter your email address below and we'll send it to you *
Sorry but this email is not registered. Need a new account? Click here to sign
up with your email.
Submit

ATTENTION!

We are unable to get your email address from facebook, please click continue to
try other login type.

Sign In Retry

Sign Up If you’re not a member

SOMETHING WENT WRONG!

SOMETHING WENT WRONG!

An unexpected error has occurred, please try again. If the problem persists,
contact us and we’ll get back to you as soon as possible.

SOMETHING WENT WRONG!

SOMETHING WENT WRONG!

An unexpected error has occurred, please try again. If the problem persists,
contact us and we’ll get back to you as soon as possible.

SIGN UP

COMPLETE YOUR ACCOUNT SET-UP

Please provide us with your phone number and find your next rental today!

Last Name *

Phone Number *


OWNER ACCOUNT SETUP

Your account set-up is almost complete. Please fill in the required fields below
and start listing today!

Last Name *

Company

Title
Select RoleReal Estate Agent/BrokerProperty Owner/LandlordProperty ManagerOther
Real Estate Industry Professional
Phone Number *

Finish Sign Up

As the largest source for affordable housing options online, our focus is to
bring together Owners and Renters who are in search of the perfect affordable
housing opportunities.

List your properties for free on the most visited property listing service for
affordable and moderately priced rentals in the country. Free listings include
online applications, waiting lists, intuitive tenant matching, affordability
calculators, integrations with government programs like section 8, and more.

Find your next home on the most visited property listing service for affordable
and moderately priced rentals in the Country. Free registration gives you access
to all property listing information, online applications, waiting list updates,
saved searches, new listing alerts, and more.

Sign Up Now!
Search the largest affordable housing listings network in the country, save your
favorite properties and search criteria, plus, connect directly with property
owners...
all in one place.

Sign Up Now!
Search the largest affordable housing listings network in the country, save your
favorite properties and search criteria, plus, connect directly with property
owners...
all in one place.

SIGN UP

EMAIL ADDRESS IS TAKEN!

Sorry, this email address is taken. You may already have an account, click here
to sign in.

CONTACT CUSTOMER SUPPORT

There was a problem creating your account. Please call (866) 466-7328 for
assistance.

Select a user type *
Renter
Owner
First Name *

Last Name *

Email Address *

Phone Number *

Company

Role
Select RoleReal Estate Agent/BrokerProperty Owner/LandlordProperty ManagerOther
Real Estate Industry Professional
Sign Up
or Sign Up with
Facebook
Google
Google
Password *

Verify Password *

Set Password

We'll ask for this password every time you sign in, please review our password
tips to help keep your account secure.

Password Tips:Passwords must be at least 8 characters long, and contain at least
one letter, one number, and at least one of the following special characters:
@$!%*#-=?&

Sign In If you’re already a member

By clicking "Sign Up", you agree to our Terms of use

EMAIL REQUIRED

ATTENTION!

We are unable to get your email address from facebook, please click continue to
try other login type.

Sign In Retry

CONTACT CUSTOMER SUPPORT

CONTACT CUSTOMER SUPPORT

There was a problem creating your account. Please call (866) 466-7328 for
assistance.

SOMETHING WENT WRONG!

SOMETHING WENT WRONG!

An unexpected error has occurred, please try again. If the problem persists,
contact us and we’ll get back to you as soon as possible.

SOMETHING WENT WRONG!

SOMETHING WENT WRONG!

An unexpected error has occurred, please try again. If the problem persists,
contact us and we’ll get back to you as soon as possible.

SIGN IN

FORGOT USERNAME?

EMAIL REQUIRED

EMAIL SENT!

A reset password email was sent to . This email will expire in hour. hours.

ERROR!

There is an issue with your account. Please call (866) 466-7328 (866) 466-7328
for more information.

CONGRATULATIONS!

You have successfully verified your account, please continue signing in.

EMAIL SENT!

A forgot username email was sent to . If you do not receive an email, please
call (866) 466-7328.

ISSUE SENDING EMAIL!

A forgot username email could not be sent to . Please call (866) 466-7328 for
assistance.

ERROR!

Sorry, the account you're using does not match our records. Try with a different
account, or click here to sign up.

FEATURE UNAVAILABLE

Your account type does not allow for a Social Connection sign in. Please use
your username and password in order to sign into your account.

Username *Forgot Username?

Sign In
or Sign In with
Facebook
Google
Username * Switch User?

Password Forgot Password?
Your account has been locked. Please click here to reset your password.
Sign In
or Sign In with
Facebook
Google

DUPLICATE USER FOUND

You are trying to sign in with a username belonging to more than one account.
Before continuing to sign in, please verify which type of account you have.

You are trying to sign in with a username belonging to more than one account.
Please call us for assistance at (866) 466-7328 (866) 466-7328

Renter Owner Agency
Enter your email address below and we'll send it to you *
Sorry but this email is not registered. Need a new account? Click here to sign
up with your email.
Submit

ATTENTION!

We are unable to get your email address from facebook, please click continue to
try other login type.

Sign In Retry

Sign Up If you’re not a member



SOMETHING WENT WRONG!

SOMETHING WENT WRONG!

An unexpected error has occurred, please try again. If the problem persists,
contact us and we’ll get back to you as soon as possible.

SIGN UP

COMPLETE YOUR ACCOUNT SET-UP

Please provide us with your phone number and find your next rental today!

Last Name *

Phone Number *


OWNER ACCOUNT SETUP

Your account set-up is almost complete. Please fill in the required fields below
and start listing today!

Last Name *

Company

Title

Phone Number *

Finish Sign Up

As the largest source for affordable housing options online, our focus is to
bring together Owners and Renters who are in search of the perfect affordable
housing opportunities.

List your properties for free on the most visited property listing service for
affordable and moderately priced rentals in the country. Free listings include
online applications, waiting lists, intuitive tenant matching, affordability
calculators, integrations with government programs like section 8, and more.

Find your next home on the most visited property listing service for affordable
and moderately priced rentals in the Country. Free registration gives you access
to all property listing information, online applications, waiting list updates,
saved searches, new listing alerts, and more.

Sign Up Now!
Search the largest affordable housing listings network in the country, save your
favorite properties and search criteria, plus, connect directly with property
owners...
all in one place.

Sign Up Now!
Search the largest affordable housing listings network in the country, save your
favorite properties and search criteria, plus, connect directly with property
owners...
all in one place.

SIGN UP

EMAIL ADDRESS IS TAKEN!

Sorry, this email address is taken. You may already have an account, click here
to sign in.

CONTACT CUSTOMER SUPPORT

There was a problem creating your account. Please call (866) 466-7328 for
assistance.

Select a user type *
Renter
Owner
First Name *

Last Name *

Email Address *

Phone Number *

Company

Role

Sign Up
or Sign Up with
Facebook
Google
Google
Password *

Verify Password *

Set Password

We'll ask for this password every time you sign in, please review our password
tips to help keep your account secure.

Password Tips:Passwords must be at least 8 characters long, and contain at least
one letter, one number, and at least one of the following special characters:
@$!%*#-=?&

Sign In If you’re already a member

By clicking "Sign Up", you agree to our Terms of use

EMAIL REQUIRED

ATTENTION!

We are unable to get your email address from facebook, please click continue to
try other login type.

Sign In Retry

CONTACT CUSTOMER SUPPORT

CONTACT CUSTOMER SUPPORT

There was a problem creating your account. Please call (866) 466-7328 for
assistance.



SOMETHING WENT WRONG!

SOMETHING WENT WRONG!

An unexpected error has occurred, please try again. If the problem persists,
contact us and we’ll get back to you as soon as possible.



SIGN IN

FORGOT USERNAME?

EMAIL REQUIRED

EMAIL SENT!

A reset password email was sent to . This email will expire in hour. hours.

ERROR!

There is an issue with your account. Please call (866) 466-7328 (866) 466-7328
for more information.

CONGRATULATIONS!

You have successfully verified your account, please continue signing in.

EMAIL SENT!

A forgot username email was sent to . If you do not receive an email, please
call (866) 466-7328.

ISSUE SENDING EMAIL!

A forgot username email could not be sent to . Please call (866) 466-7328 for
assistance.

ERROR!

Sorry, the account you're using does not match our records. Try with a different
account, or click here to sign up.

FEATURE UNAVAILABLE

Your account type does not allow for a Social Connection sign in. Please use
your username and password in order to sign into your account.

Username *Forgot Username?

Sign In
or Sign In with
Facebook
Google
Username * Switch User?

Password Forgot Password?
Your account has been locked. Please click here to reset your password.
Sign In
or Sign In with
Facebook
Google

DUPLICATE USER FOUND

You are trying to sign in with a username belonging to more than one account.
Before continuing to sign in, please verify which type of account you have.

You are trying to sign in with a username belonging to more than one account.
Please call us for assistance at (866) 466-7328 (866) 466-7328

Renter Owner Agency
Enter your email address below and we'll send it to you *
Sorry but this email is not registered. Need a new account? Click here to sign
up with your email.
Submit

ATTENTION!

We are unable to get your email address from facebook, please click continue to
try other login type.

Sign In Retry

Sign Up If you’re not a member



SOMETHING WENT WRONG!

SOMETHING WENT WRONG!

An unexpected error has occurred, please try again. If the problem persists,
contact us and we’ll get back to you as soon as possible.

SIGN UP

COMPLETE YOUR ACCOUNT SET-UP

Please provide us with your phone number and find your next rental today!

Last Name *

Phone Number *


OWNER ACCOUNT SETUP

Your account set-up is almost complete. Please fill in the required fields below
and start listing today!

Last Name *

Company

Title

Phone Number *

Finish Sign Up

As the largest source for affordable housing options online, our focus is to
bring together Owners and Renters who are in search of the perfect affordable
housing opportunities.

List your properties for free on the most visited property listing service for
affordable and moderately priced rentals in the country. Free listings include
online applications, waiting lists, intuitive tenant matching, affordability
calculators, integrations with government programs like section 8, and more.

Find your next home on the most visited property listing service for affordable
and moderately priced rentals in the Country. Free registration gives you access
to all property listing information, online applications, waiting list updates,
saved searches, new listing alerts, and more.

Sign Up Now!
Search the largest affordable housing listings network in the country, save your
favorite properties and search criteria, plus, connect directly with property
owners...
all in one place.

Sign Up Now!
Search the largest affordable housing listings network in the country, save your
favorite properties and search criteria, plus, connect directly with property
owners...
all in one place.

SIGN UP

EMAIL ADDRESS IS TAKEN!

Sorry, this email address is taken. You may already have an account, click here
to sign in.

CONTACT CUSTOMER SUPPORT

There was a problem creating your account. Please call (866) 466-7328 for
assistance.

Select a user type *
Renter
Owner
First Name *

Last Name *

Email Address *

Phone Number *

Company

Role

Sign Up
or Sign Up with
Facebook
Google
Google
Password *

Verify Password *

Set Password

We'll ask for this password every time you sign in, please review our password
tips to help keep your account secure.

Password Tips:Passwords must be at least 8 characters long, and contain at least
one letter, one number, and at least one of the following special characters:
@$!%*#-=?&

Sign In If you’re already a member

By clicking "Sign Up", you agree to our Terms of use

EMAIL REQUIRED

ATTENTION!

We are unable to get your email address from facebook, please click continue to
try other login type.

Sign In Retry

CONTACT CUSTOMER SUPPORT

CONTACT CUSTOMER SUPPORT

There was a problem creating your account. Please call (866) 466-7328 for
assistance.



SOMETHING WENT WRONG!

SOMETHING WENT WRONG!

An unexpected error has occurred, please try again. If the problem persists,
contact us and we’ll get back to you as soon as possible.

SESSION EXPIRING

MOBILE NUMBER

YOUR SESSION IS ABOUT TO EXPIRE!

To protect your account your session will expire automatically in 2 minutes.

Do you want to stay signed in?

Sign Out
Stay Signed In


EXTERNAL LINK

It's redirect to out side of gosection Are you sure want to redirect?

Cancel Ok

SELECT USER TYPE *

Please select a user type to finish
setting up your account.

Renter
Owner
Last Name *

Phone Number *

Company

Title
Select TitleReal Estate Agent/BrokerProperty Owner/LandlordProperty ManagerOther
Real Estate Industry Professional
Phone Number *

Finish Sign Up


FIND YOUR NEXT HOME

Search Search Preivew

Current Location
Recent Searches

Places

We have helped millions of families find an affordable place to call home.

Find and apply to rentals easily for free. Trusted by over 700 government
agencies since 2005.

List your property for Free



GET TO KNOW AFFORDABLEHOUSING.COM

Renter
Benefits
Find affordable rentals and waiting lists in your area, and apply for free.
Learn More
Owner
Benefits
List your property and pre-screen applicants to find reliable renters, fast.
Learn More
Government
Partners
Innovative solutions to complex challenges in affordable housing.
Learn More




FIND OUT MORE ABOUT THE SECTION 8 HOUSING PROGRAM

Combined Shape About Section 8

The Section 8 Housing Choice Voucher Program (“Section 8”) is the largest and
most successful low-income housing assistance program in the country.

Learn More About Section 8
Find Housing Agency

A PHA is a public agency charged with providing safe, sanitary and decent
housing to the most vulnerable populations in their community at the right
price.

Find a Housing Agency
revolist-logo Waiting List

Due to overwhelming demand, many waiting lists for Section 8 fill up quickly.
Those waiting lists will only open for brief periods of time when they are able
to accept more applicants. It's important to check for openings often.

Find Open Waiting Lists




EXPLORE MORE AFFORDABLE HOUSING


TOP CITIES FOR AFFORDABLE HOUSING

 * Affordable apartments in Chicago
 * Affordable apartments in San Antonio
 * Affordable apartments in Los Angeles
 * Affordable apartments in Baltimore
 * Affordable apartments in Newark
 * Affordable apartments in Miami
 * Affordable apartments in Philadelphia
 * Affordable apartments in Houston
 * Affordable apartments in El Paso
 * Affordable apartments in Las Vegas
 * Affordable apartments in San Jose
 * Affordable apartments in Bronx
 * Affordable apartments in East Orange
 * Affordable apartments in Saint Louis
 * Affordable apartments in Washington
 * Affordable apartments in Oakland
 * Affordable apartments in Brooklyn
 * Affordable apartments in Fort Worth
 * Affordable apartments in Cleveland
 * Affordable apartments in Detroit

Show More


TOP CITY HOUSING AUTHORITIES

 * Housing authorities in Chicago
 * Housing authorities in San Antonio
 * Housing authorities in Los Angeles
 * Housing authorities in Baltimore
 * Housing authorities in Newark
 * Housing authorities in Miami
 * Housing authorities in Philadelphia
 * Housing authorities in Houston
 * Housing authorities in El Paso
 * Housing authorities in Las Vegas
 * Housing authorities in San Jose
 * Housing authorities in Bronx
 * Housing authorities in East Orange
 * Housing authorities in Saint Louis
 * Housing authorities in Washington
 * Housing authorities in Oakland
 * Housing authorities in Brooklyn
 * Housing authorities in Fort Worth
 * Housing authorities in Cleveland
 * Housing authorities in Detroit

Show More


YOUR EMAIL HAS BEEN CONFIRMED!


Start Searching

RENTER TIPS




REGISTRATION COMPLETE

Now you can save favorite homes and searches.
You will also receive daily listing alert emails containing the newest listings
and best rental deals!

Close

THE TOP 5 THINGS LANDLORDS WISH TENANTS KNEW

 * Pay your bills on time. Seems fairly obvious, I know, but many tenants
   believe they can pay every other bill before they pay the rent. Want to stay
   on our good side? Please pay your rent on time.
 * Always try to be polite. I will, too. Being polite and calm really does go a
   long way. You would not like it if I left you snarky or angry screaming
   messages on your voicemail. I know sometimes issues can seem to linger on and
   on, but we really are doing our best to get things resolved.
 * Listen to our instructions. We tell you things for a reason. If we show you
   how to trip a breaker or turn a gas valve off, listen. It may just save your
   butt. If we tell you there will be a hard freeze tonight and to please let
   your faucet drip, don’t call us the next day and complain that your pipes
   have frozen and you need to do laundry. I can’t control the weather, so you
   will just have to wait until it warms up.
 * Help us. We try to take care of our properties, but we can’t be everywhere
   all the time. Is there something we need to know about? Tell us. Is something
   broken? Let us know. Help us by being our eyes and ears.
 * Tell the truth. Did you or your kid flush something down the toilet and stop
   it up? Then tell us the truth so we can get the problem resolved as quickly
   as possible. After a dozen years in this business, we can almost always
   determine the culprit anyway.

AM I ELIGIBLE FOR HOUSING ASSISTANCE & HOW DO I APPLY?

Eligibility is dependent on the program which you are applying for. Typically
PHAs have housing programs specifically for low-income families, veterans, the
disabled and elderly. Low-Income ranges are published yearly by HUD and are
dependent on family size and location.

PHAs require an application be submitted to determine eligibility. In most
cases, applications are added to a waiting list due to the high demand for
low-income housing in many communities.

THINGS TO THINK ABOUT BEFORE RENTING

The best thing to do before you begin searching for your first apartment is
budget for upfront costs, long-term costs and all the things you’ll need to buy.

Secure a move-in day before you sign the lease to book a moving van, movers and
plan our packing.

Start turning your apartment into a home by making a wish list of furniture,
conceptualizing the decor and thinking about where you’ll put everything

HOW LONG IS THE WAIT FOR HOUSING ASSISTANCE?

Due to the high demand for housing assistance, waiting lists are generally very
long and could take years for an application to come to the top of the list.
Each PHA may give an estimated wait time and/or actual placement on the list at
their own discretion, and will vary depending on any waiting list preferences
that a housing agency may have.

While you are waiting to reach the top of a waiting list, you can search for
other open waiting lists on www.gosection8.com and sign up to receive alerts
when a waiting list opens. We list open waiting lists on a wide range of
affordable housing from Section 8 Vouchers and Public Housing to tax-credit
housing and other affordable housing options. You may also search our nationwide
database of open below-market rental units available now.

SHOULD YOU INVEST IN RENTERS INSURANCE?

Long story short, is Yes! A basic renters insurance plan covers 3 different
types of risk, which are likely to occur during your regular life. The three
basic renters insurance plans cover:

 * Personal property plans cover the cost of replacing or repairing your
   possessions if they get damaged, destroyed, or stolen. For example, if a
   water pipe were to burst in your bathroom and flood over into your kitchen,
   ruining your new laptop, personal property coverage will pay to replace the
   laptop.
 * Liability plans include the cost of fixing someone else's property if you
   damage it, or paying for someone else's medical bills if they get injured in
   your home. For example, if your child throws a ball through the window,
   smashing the glass, liability insurance will pay to fix the window.
 * Living expenses means that if something happens to make your home
   uninhabitable, your insurance company will pay for you to stay somewhere
   else. For example, a fire breaks out in your apartment, and you can't live
   there until the smoke damage has been treated. Your living expenses insurance
   plan will pay the cost for you to stay in a hotel until you can return to
   your apartment.

WHAT'S THE DIFFERENCE BETWEEN A TENANT AND A SUBTENANT?

A tenant has signed a lease or rental agreement with a landlord. A subtenant, on
the other hand, is someone who subleases or rents all or part of the rental
property from a tenant, and does not sign a lease or rental agreement with the
landlord.

Savvy landlords want all occupants of a rental unit to sign a lease or rental
agreement and typically prohibit subtenants without the landlord’s written
consent. This gives the landlord some control over who lives in the rental unit
and a legal relationship with all residents (crucial when it comes time to
collecting rent or ending a tenancy)

In a few states, including California and Florida, landlords may not
unreasonably withhold their consent to a subtenancy, unless they have a good
business reason for doing so (for example, if a subtenant does not meet the
landlord’s criteria for selecting tenants, in terms of credit history,
references, and the like).

CONTACT CUSTOMER SUPPORT

CONTACT CUSTOMER SUPPORT

There was a problem creating your account. Please call (866) 466-7328 for
assistance.

AffordableHousing.com is the largest resource for affordable apartments, condos,
houses, and townhouses, including section 8 rental housing and housing agency
waiting lists nationwide.

COMPANY

 * About Us
 * FAQ(s)
 * Contact Us
 * Scam Alert!
 * Privacy
 * Terms
 * Sitemap

GET STARTED

 * Find Affordable Rentals
 * Find Housing Authorities
 * List Your Property
 * Renter Benefits
 * Owner Benefits
   
   

EXPLORE AFFORDABLE HOUSING

 * Facebook
 * Instagram
 * LinkedIn
 * YouTube
 * 
   X (formerly Twitter)


© 2024 AffordableHousing.com
 * Fair Housing & Equal Opportunity


Search Search Preivew

Current Location
Recent Searches

Places

...


Income Restricted



WELCOME TO AFFORDABLE HOUSING


AFFORDABLE HOUSING ASKS FOR YOUR CONSENT TO USE YOUR PERSONAL DATA TO:

 * perm_identity
   Personalised advertising and content, advertising and content measurement,
   audience research and services development
 * devices
   Store and/or access information on a device

expand_moreremove
Learn more
 * 
   How can I change my choice?
 * 
   What if I don't consent?
 * 
   How does legitimate interest work?
 * 
   Do I have to consent to everything?

Your personal data will be processed and information from your device (cookies,
unique identifiers, and other device data) may be stored by, accessed by and
shared with 307 TCF vendor(s) and 178 ad partner(s), or used specifically by
this site or app.

Some vendors may process your personal data on the basis of legitimate interest,
which you can object to by managing your options below. Look for a link at the
bottom of this page to manage or withdraw consent in privacy and cookie
settings.

Consent



Manage options

arrow_back

Data preferences


MANAGE YOUR DATA

You can choose how your personal data is used. Vendors want your permission to
do the following:

TCF vendors

help_outline


STORE AND/OR ACCESS INFORMATION ON A DEVICE

Cookies, device or similar online identifiers (e.g. login-based identifiers,
randomly assigned identifiers, network based identifiers) together with other
information (e.g. browser type and information, language, screen size, supported
technologies etc.) can be stored or read on your device to recognise it each
time it connects to an app or to a website, for one or several of the purposes
presented here.

View details
Consent (256 vendors)


USE LIMITED DATA TO SELECT ADVERTISING

Advertising presented to you on this service can be based on limited data, such
as the website or app you are using, your non-precise location, your device type
or which content you are (or have been) interacting with (for example, to limit
the number of times an ad is presented to you).

View details
Consent (172 vendors)Legitimate interest (71 vendors)help_outline


CREATE PROFILES FOR PERSONALISED ADVERTISING

Information about your activity on this service (such as forms you submit,
content you look at) can be stored and combined with other information about you
(for example, information from your previous activity on this service and other
websites or apps) or similar users. This is then used to build or improve a
profile about you (that might include possible interests and personal aspects).
Your profile can be used (also later) to present advertising that appears more
relevant based on your possible interests by this and other entities.

View details
Consent (198 vendors)


USE PROFILES TO SELECT PERSONALISED ADVERTISING

Advertising presented to you on this service can be based on your advertising
profiles, which can reflect your activity on this service or other websites or
apps (like the forms you submit, content you look at), possible interests and
personal aspects.

View details
Consent (194 vendors)


CREATE PROFILES TO PERSONALISE CONTENT

Information about your activity on this service (for instance, forms you submit,
non-advertising content you look at) can be stored and combined with other
information about you (such as your previous activity on this service or other
websites or apps) or similar users. This is then used to build or improve a
profile about you (which might for example include possible interests and
personal aspects). Your profile can be used (also later) to present content that
appears more relevant based on your possible interests, such as by adapting the
order in which content is shown to you, so that it is even easier for you to
find content that matches your interests.

View details
Consent (82 vendors)


USE PROFILES TO SELECT PERSONALISED CONTENT

Content presented to you on this service can be based on your content
personalisation profiles, which can reflect your activity on this or other
services (for instance, the forms you submit, content you look at), possible
interests and personal aspects. This can for example be used to adapt the order
in which content is shown to you, so that it is even easier for you to find
(non-advertising) content that matches your interests.

View details
Consent (69 vendors)


MEASURE ADVERTISING PERFORMANCE

Information regarding which advertising is presented to you and how you interact
with it can be used to determine how well an advert has worked for you or other
users and whether the goals of the advertising were reached. For instance,
whether you saw an ad, whether you clicked on it, whether it led you to buy a
product or visit a website, etc. This is very helpful to understand the
relevance of advertising campaigns.

View details
Consent (171 vendors)Legitimate interest (92 vendors)help_outline


MEASURE CONTENT PERFORMANCE

Information regarding which content is presented to you and how you interact
with it can be used to determine whether the (non-advertising) content e.g.
reached its intended audience and matched your interests. For instance, whether
you read an article, watch a video, listen to a podcast or look at a product
description, how long you spent on this service and the web pages you visit etc.
This is very helpful to understand the relevance of (non-advertising) content
that is shown to you.

View details
Consent (85 vendors)Legitimate interest (42 vendors)help_outline


UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT
SOURCES

Reports can be generated based on the combination of data sets (like user
profiles, statistics, market research, analytics data) regarding your
interactions and those of other users with advertising or (non-advertising)
content to identify common characteristics (for instance, to determine which
target audiences are more receptive to an ad campaign or to certain contents).

View details
Consent (133 vendors)Legitimate interest (46 vendors)help_outline


DEVELOP AND IMPROVE SERVICES

Information about your activity on this service, such as your interaction with
ads or content, can be very helpful to improve products and services and to
build new products and services based on user interactions, the type of
audience, etc. This specific purpose does not include the development or
improvement of user profiles and identifiers.

View details
Consent (135 vendors)Legitimate interest (86 vendors)help_outline


USE LIMITED DATA TO SELECT CONTENT

Content presented to you on this service can be based on limited data, such as
the website or app you are using, your non-precise location, your device type,
or which content you are (or have been) interacting with (for example, to limit
the number of times a video or an article is presented to you).

View details
Consent (31 vendors)Legitimate interest (13 vendors)help_outline


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

help_outline

Your data can be used to monitor for and prevent unusual and possibly fraudulent
activity (for example, regarding advertising, ad clicks by bots), and ensure
systems and processes work properly and securely. It can also be used to correct
any problems you, the publisher or the advertiser may encounter in the delivery
of content and ads and in your interaction with them.

View details


DELIVER AND PRESENT ADVERTISING AND CONTENT

help_outline

Certain information (like an IP address or device capabilities) is used to
ensure the technical compatibility of the content or advertising, and to
facilitate the transmission of the content or ad to your device.

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

help_outline

Information about your activity on this service may be matched and combined with
other information relating to you and originating from various sources (for
instance your activity on a separate online service, your use of a loyalty card
in-store, or your answers to a survey), in support of the purposes explained in
this notice.

View details


LINK DIFFERENT DEVICES

help_outline

In support of the purposes explained in this notice, your device might be
considered as likely linked to other devices that belong to you or your
household (for instance because you are logged in to the same service on both
your phone and your computer, or because you may use the same Internet
connection on both devices).

View details


IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY

help_outline

Your device might be distinguished from other devices based on information it
automatically sends when accessing the Internet (for instance, the IP address of
your Internet connection or the type of browser you are using) in support of the
purposes exposed in this notice.

View details


USE PRECISE GEOLOCATION DATA

With your acceptance, your precise location (within a radius of less than 500
metres) may be used in support of the purposes explained in this notice.

View details
Consent

You can choose your data preferences. This site or app wants your permission to
do the following:

Site or app


STORE AND/OR ACCESS INFORMATION ON A DEVICE

Cookies, device or similar online identifiers (e.g. login-based identifiers,
randomly assigned identifiers, network based identifiers) together with other
information (e.g. browser type and information, language, screen size, supported
technologies etc.) can be stored or read on your device to recognise it each
time it connects to an app or to a website, for one or several of the purposes
presented here.

View details
Consent


USE LIMITED DATA TO SELECT ADVERTISING

Advertising presented to you on this service can be based on limited data, such
as the website or app you are using, your non-precise location, your device type
or which content you are (or have been) interacting with (for example, to limit
the number of times an ad is presented to you).

View details
Legitimate interesthelp_outline


CREATE PROFILES FOR PERSONALISED ADVERTISING

Information about your activity on this service (such as forms you submit,
content you look at) can be stored and combined with other information about you
(for example, information from your previous activity on this service and other
websites or apps) or similar users. This is then used to build or improve a
profile about you (that might include possible interests and personal aspects).
Your profile can be used (also later) to present advertising that appears more
relevant based on your possible interests by this and other entities.

View details
Legitimate interesthelp_outline


USE PROFILES TO SELECT PERSONALISED ADVERTISING

Advertising presented to you on this service can be based on your advertising
profiles, which can reflect your activity on this service or other websites or
apps (like the forms you submit, content you look at), possible interests and
personal aspects.

View details
Legitimate interesthelp_outline


CREATE PROFILES TO PERSONALISE CONTENT

Information about your activity on this service (for instance, forms you submit,
non-advertising content you look at) can be stored and combined with other
information about you (such as your previous activity on this service or other
websites or apps) or similar users. This is then used to build or improve a
profile about you (which might for example include possible interests and
personal aspects). Your profile can be used (also later) to present content that
appears more relevant based on your possible interests, such as by adapting the
order in which content is shown to you, so that it is even easier for you to
find content that matches your interests.

View details
Legitimate interesthelp_outline


USE PROFILES TO SELECT PERSONALISED CONTENT

Content presented to you on this service can be based on your content
personalisation profiles, which can reflect your activity on this or other
services (for instance, the forms you submit, content you look at), possible
interests and personal aspects. This can for example be used to adapt the order
in which content is shown to you, so that it is even easier for you to find
(non-advertising) content that matches your interests.

View details
Legitimate interesthelp_outline


MEASURE ADVERTISING PERFORMANCE

Information regarding which advertising is presented to you and how you interact
with it can be used to determine how well an advert has worked for you or other
users and whether the goals of the advertising were reached. For instance,
whether you saw an ad, whether you clicked on it, whether it led you to buy a
product or visit a website, etc. This is very helpful to understand the
relevance of advertising campaigns.

View details
Legitimate interesthelp_outline


MEASURE CONTENT PERFORMANCE

Information regarding which content is presented to you and how you interact
with it can be used to determine whether the (non-advertising) content e.g.
reached its intended audience and matched your interests. For instance, whether
you read an article, watch a video, listen to a podcast or look at a product
description, how long you spent on this service and the web pages you visit etc.
This is very helpful to understand the relevance of (non-advertising) content
that is shown to you.

View details
Legitimate interesthelp_outline


UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT
SOURCES

Reports can be generated based on the combination of data sets (like user
profiles, statistics, market research, analytics data) regarding your
interactions and those of other users with advertising or (non-advertising)
content to identify common characteristics (for instance, to determine which
target audiences are more receptive to an ad campaign or to certain contents).

View details
Legitimate interesthelp_outline


DEVELOP AND IMPROVE SERVICES

Information about your activity on this service, such as your interaction with
ads or content, can be very helpful to improve products and services and to
build new products and services based on user interactions, the type of
audience, etc. This specific purpose does not include the development or
improvement of user profiles and identifiers.

View details
Legitimate interesthelp_outline

Vendor preferences

Accept all



Confirm choices

arrow_back

Vendor preferences


CONFIRM OUR VENDORS

Vendors can use your data to provide services. Declining a vendor can stop them
from using the data you shared.

TCF vendors

help_outline


EXPONENTIAL INTERACTIVE, INC D/B/A VDX.TV

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Browsing and interaction data, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


CAPTIFY TECHNOLOGIES LIMITED

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SOVRN, INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


RTB HOUSE S.A.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


THE UK TRADE DESK LTD

Cookie duration: 3629 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEXXEN INC.

Cookie duration: 180 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 184 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TRIPLELIFT, INC.

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XANDR, INC.

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SHARETHIS, INC

Cookie duration: 390 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more




View details | Privacy policylaunch
Consent


NEXXEN GROUP LLC

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


EQUATIV

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SKIMBIT LTD

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIRDATA

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Browsing and interaction
data, Non-precise location data, User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


33ACROSS

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SIFT MEDIA, INC

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Precise location data, Non-precise location data

more




View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GUMGUM, INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
Consent


JUSTPREMIUM BV

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AMAZON AD SERVER

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS LLC

Cookie duration: 366 (days).

Data collected and processed: IP addresses, Device identifiers, Precise location
data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMSCORE B.V.

Cookie duration: 720 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data, User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


FLASHTALKING

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, Probabilistic
identifiers

more




View details | Privacy policylaunch
Consent


SHARETHROUGH, INC

Cookie duration: 30 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


PULSEPOINT, INC.

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


SMAATO, INC.

Cookie duration: 21 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TEROA S.A.

Cookie duration: 2555 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, Probabilistic
identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


GROUPM UK LIMITED

Cookie duration: 395 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Precise location
data, Browsing and interaction data, Non-precise location data, Probabilistic
identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MIQ DIGITAL LTD

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SONOBI, INC

Cookie duration: 60 (days).

Data collected and processed: IP addresses, Device identifiers, Non-precise
location data

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RICH AUDIENCE TECHNOLOGIES SLU

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


LOOPME LIMITED

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, User-provided data, Probabilistic
identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DYNATA LLC

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SHOWHEROES SE

Cookie duration: 393 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Non-precise location data

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SUBLIME

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, IP addresses, Browsing and
interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SMARTCLIP EUROPE GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


EYEOTA PTE LTD

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DENTSU UK LIMITED

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DOUBLEVERIFY INC.

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data,
Probabilistic identifiers

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Precise location
data, Browsing and interaction data, Non-precise location data, Probabilistic
identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data, Non-precise location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ID5 TECHNOLOGY LTD

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DIGITALAUDIENCE B.V.

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SMARTSTREAM.TV GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OS DATA SOLUTIONS GMBH & CO. KG

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, User-provided data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMODO GMBH

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


MEDIA.NET ADVERTISING FZ-LLC

Cookie duration: 2190 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIVEINTENT INC.

Cookie duration: 731 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADMAN INTERACTIVE SLU

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Non-precise location data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


INSKIN MEDIA LTD

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEEDTAG ADVERTISING S.L

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SMADEX, S.L.U.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OUTBRAIN UK LTD

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


YIELDMO, INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, Probabilistic
identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BIDTELLECT, INC

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIDEO INTELLIGENCE AG

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


REMERGE GMBH

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


REVCONTENT, LLC

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics, Non-precise
location data

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ZEMANTA INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADTHEORENT, INC

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 1825 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, User-provided data, Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACUITYADS INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VGI CTV, INC

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


STACKADAPT INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRITON DIGITAL CANADA INC.

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SMARTOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRI-TABLE SP. Z O.O.

Cookie duration: 366 (days).

Data collected and processed: Device characteristics, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


IMPROVE DIGITAL

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIQUIDM TECHNOLOGY GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Precise location
data, Browsing and interaction data, Non-precise location data, User-provided
data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


WUNDERKIND CORPORATION

Cookie duration: 390 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADYOULIKE SA

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DT EXCHANGE (FYBER MONETIZATION LTD.)

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


NATIVO, INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MARFEEL SOLUTIONS, SL

Cookie duration: 90 (days).

Data collected and processed: IP addresses, Device characteristics, Non-precise
location data

more




View details | Storage details | Privacy policylaunch
Consent


TABMO SAS

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, User-provided data, Probabilistic
identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SHOWHEROES SRL

Cookie duration: 393 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


COMCAST INTERNATIONAL FRANCE SAS/FREEWHEEL MEDIA, INC.

Cookie duration: 183 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SPRINGSERVE, LLC

Cookie duration: 364 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Precise location data, Browsing and interaction data,
Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


MOBFOX US LLC

Cookie duration: 14 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Precise location data, Non-precise location data, Probabilistic
identifiers

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ZIFF DAVIS LLC

Cookie duration: 180 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INMOBI PTE LTD

Doesn't use cookies.

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, User-provided data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


TELECOMING S.A.

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers, Probabilistic
identifiers

more




View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DIGITEKA TECHNOLOGIES

Cookie duration: 397 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SAMBA TV, INC.

Cookie duration: 390 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Browsing and interaction data, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SAMBA TV UK LIMITED

Cookie duration: 390 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Browsing and interaction data, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


APESTER LTD

Cookie duration: 400 (days).

Data collected and processed: Device identifiers, Browsing and interaction data,
Non-precise location data, User-provided data

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMUTIVE LIMITED

Cookie duration: 19 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VECTAURY

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SEEDING ALLIANCE GMBH

Cookie duration: 3650 (days).

Data collected and processed: IP addresses, Device characteristics

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VIDOOMY MEDIA SL

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device characteristics, Non-precise
location data

more




View details | Storage details | Privacy policylaunch
Consent


SOLOCAL SA

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE REACH GROUP GMBH

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device characteristics, Browsing and interaction data, Non-precise location
data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


ORACLE ADVERTISING

Cookie duration: 180 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DEMANDBASE, INC.

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, User-provided data, Probabilistic
identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADTELLIGENT INC.

Cookie duration: 93 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Precise location
data, Browsing and interaction data, Non-precise location data, Probabilistic
identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Non-precise location data, Probabilistic identifiers

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


SINGLESPOT SAS

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DEFINE MEDIA GMBH

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TARGETSPOT BELGIUM SPRL

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Probabilistic
identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UPPR GMBH

Cookie duration: 365 (days).

Data collected and processed: User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


PAPIRFLY AS

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ZETA GLOBAL CORP.

Cookie duration: 60 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, User-provided data, Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
Consent


SUB2 TECHNOLOGIES LTD

Cookie duration: 730 (days).

Data collected and processed: Users’ profiles, IP addresses, Browsing and
interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


TAPTAP DIGITAL SL

Cookie duration: 19 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPINARY GMBH

Cookie duration: 60 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device characteristics, Browsing and interaction data, Non-precise location
data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SEVENDATA S.P.A.

Cookie duration: 180 (days).

Data collected and processed: Device identifiers, Device characteristics,
Browsing and interaction data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


MAGNITE, INC. (CARBON AI LIMITED)

Cookie duration: 89 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LITTLE BIG DATA SP. Z O.O.

Cookie duration: 1096 (days).

Data collected and processed: Device characteristics, Browsing and interaction
data, Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


LUCID HOLDINGS, LLC

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SUNMEDIA

Cookie duration: 120 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Non-precise location data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


THE OZONE PROJECT LIMITED

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SMARTCLIP HISPANIA S.L.

Cookie duration: Uses session cookies.

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
Consent


SMARTYADS INC.

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics, Non-precise
location data

more




View details | Privacy policylaunch
Consent


DEEPINTENT, INC.

Cookie duration: 548 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TONEFUSE LLC

Cookie duration: 1 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


HAPPYDEMICS

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Non-precise location
data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RADIO MARKETING SERVICE INTERACTIVE GMBH

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more




View details | Privacy policylaunch
Consent


AUDIGENT

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers, Browsing and
interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


VIEWPAY

Cookie duration: 30 (days).

Data collected and processed: IP addresses, Device characteristics

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


GOLDBACH GROUP AG

Cookie duration: 1096 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DYNAMIC 1001 GMBH

Cookie duration: 730 (days).

Data collected and processed: Device characteristics, Browsing and interaction
data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADJUST DIGITAL A/S

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch


AZERION HOLDING B.V.

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEZNAM.CZ, A.S.

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


: TAPPX

Cookie duration: 1 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data

more




View details | Storage details | Privacy policylaunch
Consent


TRUEDATA SOLUTIONS, INC.

Cookie duration: 913 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


SKAZE

Cookie duration: 366 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SMART ANALYTICS SL

Cookie duration: 371 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Precise location data, Browsing and interaction data,
User-provided data

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SPORTRADAR AG

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOUNDCAST

Cookie duration: 9 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics

more




View details | Storage details | Privacy policylaunch
Consent


DIGITAL EAST GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BEOP

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TURK TELEKOM

Cookie duration: 18 (days).

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Precise location data, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DURATION MEDIA, LLC.

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policylaunch
Consent


BUSINESSCLICK SP. Z O.O.

Cookie duration: 1095 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTERCEPT INTERACTIVE INC. DBA UNDERTONE

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RADIO NET MEDIA LIMITED

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


THE MEDIAGRID INC.

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


GO.PL SP. Z O.O.

Cookie duration: 1095 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VRTCAL MARKETS INC

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Non-precise location data,
User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


DENTSU ITALIA SPA

Cookie duration: 60 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DATASEAT LTD

Cookie duration: 1 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONAUDIENCE LTD

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCE NETWORK

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


IMPACT.COM

Cookie duration: 3650 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


APPIER PTE LTD

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ANZU VIRTUAL REALITY LTD

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MONET ENGINE INC

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Probabilistic
identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIDAZOO LTD

Cookie duration: 31 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE NEWCO S.R.L.

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


KIOSKED LTD

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device
characteristics

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


DISTROSCALE, INC.

Cookie duration: 730 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


FANDOM, INC.

Cookie duration: 1158 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

Data collected and processed: IP addresses, Non-precise location data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


SELECTMEDIA INTERNATIONAL LTD

Cookie duration: 90 (days).

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


MARS MEDIA GROUP

Doesn't use cookies.

Data collected and processed: Device identifiers

more




View details | Privacy policylaunch
Consent


DISCOVER-TECH LTD

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers

more




View details | Privacy policylaunch
Consent


ANIVIEW LTD

Cookie duration: 90 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AIRGRID (AN MIQ COMPANY)

Doesn't use cookies.

Data collected and processed: Users’ profiles, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


TARGETVIDEO GMBH

Doesn't use cookies.

Data collected and processed: Device characteristics, Non-precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AD ALLIANCE GMBH

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data, User-provided data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


AMAZON ADVERTISING

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


KUBIENT INC.

Cookie duration: 360 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data, Non-precise location data

more




View details | Privacy policylaunch
Consent


ADPONE SL

Cookie duration: 120 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Non-precise location data, Probabilistic identifiers

more




View details | Privacy policylaunch
Consent


REPPUBLIKA DATA ANALYTICS AND TECHNOLOGIES GMBH

Cookie duration: 180 (days).

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


LINKEDIN IRELAND UNLIMITED COMPANY

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AARKI, INC.

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOLOCO, INC.

Cookie duration: 730 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NIELSEN INTERNATIONAL SA

Cookie duration: 390 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLOCKTHROUGH, INC.

Cookie duration: 30000 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NOBID, INC.

Cookie duration: 7 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


RETAILADS GMBH & CO. KG

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TX GROUP AG

Cookie duration: 1095 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNITED INTERNET MEDIA GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


DISQUS

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data, Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
Consent


QUALITY MEDIA NETWORK GMBH

Cookie duration: 300 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data

more




View details | Storage details | Privacy policylaunch
Consent


SPICY MOBILE KARCZEWSKI ZAWADZKI SPÓŁKA JAWNA

Cookie duration: 28 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


EPOM LTD.

Cookie duration: 730 (days).

Data collected and processed: IP addresses, Device characteristics, Non-precise
location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


STROSSLE INTERNATIONAL AB

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Non-precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOMQUERY SOMTAG - (SEVENONE MEDIA)

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PUBLICA LLC

Cookie duration: 60 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


TRUVID INC.

Cookie duration: 60 (days).

Data collected and processed: Device characteristics, Non-precise location data,
User-provided data

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PRECISO SRL

Cookie duration: 30 (days).

Data collected and processed: Browsing and interaction data, Non-precise
location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


EXPERIAN LTD

Cookie duration: 183 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses

more




View details | Privacy policylaunch
Consent


APPUSH TECHNOLOGIES

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTYOO GMBH & CO. KG

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DIANOMI PLC

Cookie duration: 180 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TIMEONE PERFORMANCE

Cookie duration: 13 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


THREEDIUM LTD

Doesn't use cookies.

Data collected and processed: Device identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more




View details | Privacy policylaunch
Consent


OPTI DIGITAL SAS

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SPORTORITY UK LTD

Cookie duration: 1 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, User-provided data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SILVERBULLET DATA SERVICES GROUP

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics

more




View details | Storage details | Privacy policylaunch
Consent


TRAFFECTIVE GMBH

Cookie duration: 1 (days).

Data collected and processed: Privacy choices, IP addresses

more




View details | Privacy policylaunch
Consent


BRID VIDEO DOO

Doesn't use cookies.

Data collected and processed: Device characteristics, Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


DIGITAL SQUAD

Cookie duration: 1 (days).

Data collected and processed: Device characteristics

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SOD SCREENONDEMAND GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, User-provided data, Probabilistic
identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


DATAXTRADE GMBH

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, User-provided data, Probabilistic
identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


MARFEEL SOLUTIONS, SL (COMPASS)

Cookie duration: 180 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


STREAM EYE OOD

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch


SPOODS GMBH

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch
Consent


AVANTIS VIDEO LTD

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Browsing and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SOLUTION COUPONS

Doesn't use cookies.

Data collected and processed: Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
Consent


SOCOTO GMBH & CO. KG

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
Consent


SMARTFRAME TECHNOLOGIES LTD

Cookie duration: 1 (days).

Data collected and processed: Device identifiers, Device characteristics,
Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
Legitimate interesthelp_outline


KARGO GLOBAL INC.

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device characteristics, Browsing and
interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


GLUI INC

Doesn't use cookies.

Data collected and processed: Non-precise location data, User-provided data

more




View details | Privacy policylaunch
Consent


TV SQUARED LIMITED D/B/A INNOVIDXP

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, Probabilistic identifiers

more




View details | Privacy policylaunch
Consent


BYTEDANCE PTE. LTD.

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Non-precise location data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTUMCAST DIGITAL GMBH

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Non-precise location data, User-provided data,
Probabilistic identifiers

more




View details | Privacy policylaunch
Consent


QUARTER MEDIA GMBH

Cookie duration: 1 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics

more




View details | Storage details | Privacy policylaunch
Consent


HASHTAG LABS INC.

Cookie duration: 30 (days).

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


LUNA MEDIA GROUP LLC

Cookie duration: 14 (days).

Data collected and processed: Device identifiers

more




View details | Storage details | Privacy policylaunch
Consent


MOBILITY-ADS GMBH

Cookie duration: 30 (days).

Data collected and processed: Privacy choices, IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VUUKLE DMCC

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, User-provided data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SAMSUNG ADS

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BAIDU USA

Cookie duration: 366 (days).

Data collected and processed: Browsing and interaction data

more




View details | Storage details | Privacy policylaunch
Consent


RINGIER AXEL SPRINGER POLSKA SP. Z O.O.

Cookie duration: 390 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


THE LINEA 1 MKT SL

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


SPARTEO

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Browsing and interaction data,
Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DENTSU A/S

Cookie duration: 1 (days).

Data collected and processed: Users’ profiles, IP addresses,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


HAVAS MEDIA (ARTEMIS ALLIANCE S.L.U.)

Doesn't use cookies.

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Probabilistic identifiers

more




View details | Storage details | Privacy policylaunch
Consent


PROJECT AGORA LTD

Doesn't use cookies.

Data collected and processed: Privacy choices, Device characteristics, Browsing
and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIADS ADVERTISING S.L.

Cookie duration: 30 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AA INTERNET-MEDIA LTD

Cookie duration: 3650 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SONIC ODEEO LTD

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNICREDIT S.P.A.

Cookie duration: 180 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Authentication-derived identifiers, Device characteristics, Browsing and
interaction data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SQREEM TECHNOLOGIES PRIVATE LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


TYPEA HOLDINGS LTD

Cookie duration: 30 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TMT DIGITAL INC

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch


RESONO B.V.

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Precise location data, Non-precise location data

more




View details | Privacy policylaunch
Consent


QUESTPASS SP. Z O.O.

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device characteristics, Browsing and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SAMOUKALE ENTERPRISES LIMITED DBA ADEX

Cookie duration: 730 (days).

Data collected and processed: Privacy choices, IP addresses,
Authentication-derived identifiers, Device characteristics, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER DIGITAL MEDIA GMBH

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUERY CLICK LIMITED

Cookie duration: Uses session cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch
Consent


NEXT MILLENNIUM MEDIA INC

Cookie duration: 1 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, Probabilistic identifiers

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


DPA-INFOCOM GMBH

Doesn't use cookies.

Data collected and processed: Browsing and interaction data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


UMLAUT COMMUNICATION GMBH

Doesn't use cookies.

Data collected and processed: Device identifiers, Device characteristics,
Browsing and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SEVEN TECHNOLOGIES S.L.

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch
Consent


TEAVARO

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SCORE MEDIA GROUP GMBH & CO. KG

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


RELEVANT DIGITAL OY

Cookie duration: 90 (days).

Data collected and processed: IP addresses

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SCHOBER INFORMATION GROUP DEUTSCHLAND GMBH

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Precise location data

more




View details | Storage details | Privacy policylaunch
Consent


UNBLOCKIA SL

Cookie duration: 120 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Non-precise location data, Probabilistic identifiers

more




View details | Privacy policylaunch
Consent


152 MEDIA LLC

Cookie duration: 2 (days).

Data collected and processed: IP addresses, Device characteristics, Browsing and
interaction data, Non-precise location data

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


REMAILME

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses

more




View details | Storage details | Privacy policylaunch
Consent


TF1 PUBLICITE

Cookie duration: 183 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, User-provided data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


MICROSOFT ADVERTISING

Cookie duration: 396 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


OPERA SOFTWARE IRELAND LIMITED

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INFOLINKS MEDIA, LLC

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers, Device
characteristics, Browsing and interaction data, Non-precise location data,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


VERASITY LIMITED

Cookie duration: 366 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Precise location data, Browsing and interaction data,
Non-precise location data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


VIAFOURA INC.

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Authentication-derived identifiers,
Browsing and interaction data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


UNICREDIT BANKAUSTRIA AG

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles, IP addresses, Device identifiers,
Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


SONARES GMBH

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data, Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


REFINE DIRECT SRL

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics,
Probabilistic identifiers

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


LIVE DATA SOLUTIONS SL

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policylaunch
Consent


STREAMONKEY GMBH

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policylaunch


RESET DIGITAL EUROPE LTD

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers, Non-precise
location data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


KUEEZ ENTERTAINMENT LTD.

Cookie duration: 30 (days).

Data collected and processed: Privacy choices, IP addresses, Device identifiers,
Device characteristics, Browsing and interaction data, Non-precise location
data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RELIZ LTD

Cookie duration: 371 (days).

Data collected and processed: User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SITEWIT, CORP

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Non-precise location data, User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch


SYNAMEDIA

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


RAPTOR SERVICES A/S

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles, Authentication-derived
identifiers, Browsing and interaction data, User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SSMAS

Doesn't use cookies.

Data collected and processed: Privacy choices, IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


SCHWARZ MEDIA GMBH

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, Probabilistic identifiers

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


RESPONSIVEADS, INC.

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics, Precise
location data, Browsing and interaction data, Non-precise location data,
User-provided data

more




View details | Privacy policylaunch
Consent


VIOMBA OY

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics, Non-precise
location data

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


DRIVENIQ CORPORATION

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


START.IO INC

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Device characteristics, Precise location data, Browsing and
interaction data, Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VIDEOBOT LTD

Doesn't use cookies.

Data collected and processed: Device identifiers, Device characteristics

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


RAYN B.V.

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Browsing and interaction data, Non-precise location data, User-provided data,
Probabilistic identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DANDO ONLINE LTD

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch


DIGITAL BRAIN NORDIC AB

Cookie duration: 365 (days).

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Device characteristics,
Precise location data, Browsing and interaction data, Non-precise location data,
User-provided data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


DECENTRALISED ADVERTISING LIMITED

Doesn't use cookies.

Data collected and processed: Privacy choices, Users’ profiles, IP addresses,
Device identifiers, Authentication-derived identifiers, Precise location data,
Browsing and interaction data, Non-precise location data, User-provided data

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


R2B2 A.S.

Cookie duration: 90 (days).

Data collected and processed: Privacy choices, IP addresses, Device
characteristics, Non-precise location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Privacy policylaunch
Consent


SPP SOLUTIONS LTD.

Cookie duration: 1 (days).

Data collected and processed: IP addresses, Device characteristics, Non-precise
location data

more

Cookie duration resets each session. Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline

Ad partners

help_outline


ADTELLIGENCE

Privacy policylaunch
Consent


META

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


DIRECT INTERACTIVE

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


ENGAGEBDR

Privacy policylaunch
Consent


FORBES

Privacy policylaunch
Consent


GOODWAY GROUP

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


VIEWBIX

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


SUITE 66

Privacy policylaunch
Consent


SMN CORPORATION

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


TAPAD

Privacy policylaunch
Consent


TRADEDOUBLER AB

Privacy policylaunch
Consent


TRAVELCLICK

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


DAVINCI11

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


TRADELAB

Privacy policylaunch
Consent


REVENUEMANTRA

Privacy policylaunch
Consent


TREND RESEARCH

Privacy policylaunch
Consent


QUARTICON

Privacy policylaunch
Consent


TRACEAD

Privacy policylaunch
Consent


SILVER EGG TECHNOLOGY

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


MOPUB (A DIVISION OF TWITTER, INC.)

Privacy policylaunch
Consent


WALMART

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


SALESFORCE DMP

Privacy policylaunch
Consent


ORANGE ADVERTISING

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


GETINTENT

Privacy policylaunch
Consent


DYNADMIC

Privacy policylaunch
Consent


STAILAMEDIA

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


SOURCEKNOWLEDGE

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


SIGNAL

Privacy policylaunch
Consent


LIFTOFF

Privacy policylaunch
Consent


DATALICIOUS

Privacy policylaunch
Consent


TRIPADVISOR

Privacy policylaunch
Consent


TAPTICA

Privacy policylaunch
Consent


SIMPLAEX GMBH

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


WISH

Privacy policylaunch
Consent


UNITYMEDIA

Privacy policylaunch
Consent


DYNAMIC YIELD

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


F@N COMMUNICATIONS

Privacy policylaunch
Consent


DYNAD

Privacy policylaunch
Consent


TURBO

Privacy policylaunch
Consent


HOUSING.COM

Privacy policylaunch
Consent


TF1 - FR

Privacy policylaunch
Consent


DEMAND SIDE SCIENCE, INC.

Privacy policylaunch
Consent


TEALIUM

Privacy policylaunch
Consent


TENMAX

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent


TAPJOY

Privacy policylaunch
Consent


UBERMEDIA

Privacy policylaunch
Consent


STREAMRAIL

Privacy policylaunch
Consent


TREEPODIA

Privacy policylaunch
Consent


YAHOO! JAPAN

Privacy policylaunch
Consent


TAPCLIQ

Privacy policylaunch
Consent


DELTAX

Privacy policylaunch
Consent


SOMO AUDIENCE

Privacy policylaunch
Consent


QUANTASY

Privacy policylaunch
Consent


TRIBES RESEARCH

Privacy policylaunch
Consent


UMENG PLUS BEIJING TECHNOLOGY LIMITED COMPANY

Privacy policylaunch
Consent


STARTAPP

Privacy policylaunch
Consent


EXPEDIA, INC.

Privacy policylaunch
Consent


PADSQUAD

Privacy policylaunch
Consent


FLUCT

Privacy policylaunch
Consent


VIANT

Privacy policylaunch
Consent


ROMIR

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


STRATIO BIG DATA

Privacy policylaunch
Consent


LKQD

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


DOUBLE CHECK

Privacy policylaunch
Consent


SMART.BID LTD

Privacy policylaunch
Consent


TWINPINE

Privacy policylaunch
Consent


VIEWERSLOGIC LTD

Privacy policylaunch
Consent


VE INTERACTIVE

Privacy policylaunch
Consent


THOUGHTLEADR

Privacy policylaunch
Consent


KAYAK

Privacy policylaunch
Consent


NATIVEADS.COM

Privacy policylaunch
Consent


RIESENIA.COM

Privacy policylaunch
Consent


CHEETAH MOBILE

Privacy policylaunch
Consent


SPRING VENTURE GROUP

Privacy policylaunch
Consent


DYNADMIC CORPORATION

Privacy policylaunch
Consent


REACTIVE

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


SNAP INC.

Privacy policylaunch
Consent


APPSFLYER

Privacy policylaunch
Consent


PARRABLE

Privacy policylaunch
Consent


TORCHAD

Privacy policylaunch
Consent


QUALTRICS

Privacy policylaunch
Consent


DELTA AIR LINES

Privacy policylaunch
Consent


TAPKLIK

Privacy policylaunch
Consent


VERTOZ

Privacy policylaunch
Consent


SKETCHFAB, INC.

Privacy policylaunch
Consent


TAIWAN MOBILE CO LTD

Privacy policylaunch
Consent


DISPLAY.DIRECT

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


LANDS' END

Privacy policylaunch
Consent


DPG MEDIA BV

Privacy policylaunch
Consent


VERTRIEBSWERK

Privacy policylaunch
Consent


TVADSYNC

Privacy policylaunch
Consent


TOTALJOBS GROUP LTD

Privacy policylaunch
Consent


HOTELS.COM L. P.

Privacy policylaunch
Consent


OVERSTOCK

Privacy policylaunch
Consent


THOMANN GMBH

Privacy policylaunch
Consent


DATAFY

Privacy policylaunch
Consent


TRUE WAVE TECHNOLOGIES LIMITED

Privacy policylaunch
Consent


DUMARCA GAMING LTD

Privacy policylaunch
Consent


RIPPLL LTD

Privacy policylaunch
Consent


DIGITALSUNRAY

Privacy policylaunch
Consent


ADJUST GMBH

Privacy policylaunch
Consent


DIGITAL AD SYSTEMS, CORP.

Privacy policylaunch
Consent


R.O.EYE LIMITED

Privacy policylaunch
Consent


RETAIL ROCKET LLC

Privacy policylaunch
Consent


BOSE

Privacy policylaunch
Consent


SNAPUPP TECHNOLOGIES SL

Privacy policylaunch
Consent


TCHIBO GMBH

Privacy policylaunch
Consent


IRONSOURCE MOBILE

Privacy policylaunch
Consent


UBER TECHNOLOGIES INC.

Privacy policylaunch
Consent


CHARTBOOST

Privacy policylaunch
Consent


DIVVIT AB

Privacy policylaunch
Consent


TUKY DATA

Privacy policylaunch
Consent


GLASSDOOR, INC.

Privacy policylaunch
Consent


SHUTTERSTOCK, INC.

Privacy policylaunch
Consent


THEINDUSTRY AG

Privacy policylaunch
Consent


DIGITAL HUB HANNOVER GMBH

Privacy policylaunch
Consent


ADBUTLER

Privacy policylaunch
Consent


TRAFFICGUARD

Privacy policylaunch
Consent


DATIVA

Privacy policylaunch
Consent


VF VISUAL FANTASTIX TANNER

Privacy policylaunch
Consent


STREAM

Privacy policylaunch
Consent


BOSTON CONSULTING GROUP

Privacy policylaunch
Consent


UBEX DSP

Privacy policylaunch
Consent


QUIET MEDIA

Privacy policylaunch
Consent


STEP A/S

Privacy policylaunch
Consent


TRANSMIT.LIVE

Privacy policylaunch
Consent


DYNAMO.VIDEO

Privacy policylaunch
Consent


CLEAN.IO

Privacy policylaunch
Consent


PANDORA

Privacy policylaunch
Consent


TARGET RTB

Privacy policylaunch
Consent


ZYNGA

Privacy policylaunch
Consent


RESET DIGITAL EUROPE LTD

Privacy policylaunch
Consent


DATABLOCKS, INC

Privacy policylaunch
Consent


TD-GDN

Privacy policylaunch
Consent


AD OPTIMA DIGITAL

Privacy policylaunch
Consent


PIXFUTURE

Privacy policylaunch
Consent


IMPACT+

Privacy policylaunch
Consent


DIGITALIST GROUP

Privacy policylaunch
Consent


UNITY ADS

Privacy policylaunch
Consent


SMARTLY.IO SOLUTIONS OY

Privacy policylaunch
Consent


USERNEEDS

Privacy policylaunch
Consent


AD LIGHTNING

Privacy policylaunch
Consent


SPOTIBLE

Privacy policylaunch
Consent


PORSCHE AG

Privacy policylaunch
Consent


IAB TECH LAB

Privacy policylaunch
Consent


SABIO, INC

Privacy policylaunch
Consent


NIMBUS

Privacy policylaunch
Consent


METAADS

Privacy policylaunch
Consent


INDEED

Privacy policylaunch
Consent


SKYPIEA TECH CO.,LIMITED

Privacy policylaunch
Consent


LENDINGTREE

Privacy policylaunch
Consent


CONSUMABLE

Privacy policylaunch
Consent

Accept all



Confirm choices

Close