www.usmagazine.com Open in urlscan Pro
192.0.66.2  Public Scan

Submitted URL: http://www.usmagazine.com/
Effective URL: https://www.usmagazine.com/
Submission: On November 20 via manual from CA — Scanned from CA

Form analysis 9 forms found in the DOM

POST /charge

<form action="/charge" method="post" id="payment-form">
  <div class="payment-summary">
    <h4 class="payment-summary__title">Summary</h4>
    <div class="payment-summary__row">
      <span class="payment-summary__item" id="currentIssueLabel"></span>
      <span class="payment-summary__price" id="currentIssuePrice"></span>
    </div>
    <div class="payment-summary__row payment-summary__row--taxes">
      <span class="payment-summary__item" id="currentIssueState">Taxes</span>
      <span class="payment-summary__price" id="currentIssueTax">--</span>
    </div>
    <div class="payment-summary__row payment-summary__row--total">
      <span class="payment-summary__item">Total</span>
      <span class="payment-summary__price" id="currentIssueTotal"></span>
    </div>
  </div>
  <h4 class="payment-form__title"> Credit or debit card </h4>
  <div class="payment-form-card" id="payment-form-card">
    <div id="card-element"></div>
    <div id="card-errors" role="alert"></div>
  </div>
  <p class="continuous-service-disclaimer" id="continuous-service-disclaimer">Subscriber's Automatic Renewal Program: After your initial term, your subscription will automatically renew for <span id="disclaimer__subscription-period"></span> of <span
      id="disclaimer__site-name"></span> at the rate then in effect (currently <span id="disclaimer__issue-price"></span>) and then continue until you cancel. You will receive a notice in advance of each renewal. You authorize us to charge your
    credit/debit card or other payment method on file at the rate disclosed in the renewal notice unless you cancel. If your credit/debit card or other payment method cannot be charged for any reason, we will bill you directly. You may opt out of
    automatic renewal at any time by contacting <a href="" id="disclaimer__customer-service" target="_blank" role="presentation" aria-hidden="true" tabindex="-1">customer service</a> at <a href="tel:+18009388312">1-800-938-8312</a> and receive a
    refund for all unmailed issues. <br><br> By clicking "Place Order," you agree that you accept <a href="https://accelerate360.com/business-services/a360-media/terms-and-conditions" target="_blank">A360 Media's Terms and Conditions</a>,
    <a href="https://accelerate360.com/privacy-policy" target="_blank">Privacy Policy</a>, and the Subscriber's Automatic Renewal Program terms above.</p>
  <button class="submit-payment-btn solid-btn" id="submit-payment-btn">Place Order</button>
</form>

POST

<form class="login-form" method="post">
  <label for="inputUsername" class="screen-reader-only">Email</label>
  <input type="text" id="inputUsername" placeholder="Enter Email" name="username" required="" autofocus="" aria-label="Enter your email" aria-required="true" autocomplete="username">
  <div class="password-input-wrapper">
    <label for="inputPassword" class="screen-reader-only">Password</label>
    <input class="js-password" type="password" id="inputPassword" placeholder="Enter Password" name="password" required="" aria-label="Enter your assword" aria-required="true" autocomplete="current-password">
    <i class="view-password-button" tabindex="0" aria-live="assertive" role="button" name="Show or hide password" aria-pressed="false" onclick="inline.utility.showPassword( 'signin' )" aria-label="view password"></i>
  </div>
  <span class="forgot-password" id="show-forgot-password"><a role="button" tabindex="0" name="Forgot password?">Forgot password?</a></span>
  <button type="submit" id="sign-in" name="Sign In">Sign In <svg viewBox="0 0 96 96" role="presentation">
      <path d="M69.8437,43.3876,33.8422,13.3863a6.0035,6.0035,0,0,0-7.6878,9.223l30.47,25.39-30.47,25.39a6.0035,6.0035,0,0,0,7.6878,9.2231L69.8437,52.6106a6.0091,6.0091,0,0,0,0-9.223Z"></path>
    </svg>
  </button>
  <p class="login-form__terms-conditions">By clicking Sign In, you agree to our <a style="white-space: nowrap;" href="https://accelerate360.com/terms-and-conditions/" target="_blank">Terms and Conditions</a> and that you have read our
    <a style="white-space: nowrap;" href="https://accelerate360.com/privacy-policy/" target="_blank">Privacy Policy</a>.</p>
</form>

POST

<form class="login-form" method="post">
  <label for="nameInputRegister" class="screen-reader-only">Name</label>
  <input type="text" class="form-control js-validate-name" id="nameInputRegister" placeholder="Name" pattern=".*" required="" aria-label="Enter Name" aria-required="true">
  <label for="emailInputRegister" class="screen-reader-only">Email</label>
  <input type="email" class="form-control js-validate-email" id="emailInputRegister" placeholder="Enter Email" pattern=".*" required="" aria-label="Enter your email" aria-required="true">
  <div class="password-input-wrapper">
    <label for="passwordInputRegister" class="screen-reader-only">Password</label>
    <input type="password" class="form-control js-validate-password js-password" id="passwordInputRegister" placeholder="Enter Password" pattern=".*" required="" aria-label="Enter your password" aria-required="true">
    <i class="view-password-button" tabindex="0" aria-live="assertive" role="button" name="Show or hide password" aria-pressed="false" onclick="inline.utility.showPassword( 'signup' )" aria-label="view password"></i>
  </div>
  <label for="confirmationpassword" class="screen-reader-only">Confirm Password</label>
  <input type="password" class="form-control js-password" id="confirmationpassword" placeholder="Confirm Password" pattern=".*" required="" aria-label="Confirm entered password" aria-required="true">
  <div class="password-requirements">
    <p class="password-requirements__title">Your password must include:</p>
    <ul class="password-requirements__list">
      <li class="password-requirements__list-item pswd-length">Min 8 characters</li>
      <li class="password-requirements__list-item pswd-lowercase">Min 1 lowercase character</li>
      <li class="password-requirements__list-item pswd-uppercase">Min 1 uppercase character</li>
      <li class="password-requirements__list-item pswd-number">Min 1 number</li>
    </ul>
  </div>
  <button id="mainbutton" class="btn btn-lg btn-primary btn-block js-submit-form" disabled="disabled" name="Sign Up">Sign Up</button>
</form>

POST

<form class="login-form" method="post">
  <label for="emailInputForgot">Enter your email to receive activation code.</label>
  <input type="email" class="form-control js-validate-email" id="emailInputForgot" placeholder="Enter Email" pattern=".*" required="" aria-required="true">
  <button id="buttonForgot" class="btn btn-lg btn-primary btn-block js-submit-form" disabled="disabled" type="submit" name="Reset Password">Reset Password</button>
  <div class="login-forgot__notice">
    <span>*</span>
    <span>Please note that this form cannot be used to reset your Google <br>or Facebook password. Visit <a href="https://accounts.google.com/" target="_blank">Google</a> or <a href="https://www.facebook.com/" target="_blank">Facebook</a> to do
      that.</span>
  </div>
</form>

POST

<form class="login-form recovery-code-form" method="post">
  <label for="codeInputReset">An email has been sent to <span id="restoreEmail"></span> with a<br> recovery code. Please enter it below:</label>
  <div class="recovery-code__wrapper">
    <input type="number" min="0" max="9" maxlength="1" class="recovery-code__input" autocomplete="off" aria-label="Validation Code">
    <input type="number" min="0" max="9" maxlength="1" class="recovery-code__input" autocomplete="off" aria-label="Validation Code">
    <input type="number" min="0" max="9" maxlength="1" class="recovery-code__input" autocomplete="off" aria-label="Validation Code">
    <input type="number" min="0" max="9" maxlength="1" class="recovery-code__input" autocomplete="off" aria-label="Validation Code">
    <input type="number" min="0" max="9" maxlength="1" class="recovery-code__input" autocomplete="off" aria-label="Validation Code">
    <input type="number" min="0" max="9" maxlength="1" class="recovery-code__input" autocomplete="off" aria-label="Validation Code">
  </div>
  <button class="btn btn-lg btn-primary btn-block js-submit-form" type="submit" id="buttonRecoveryCode" disabled="disabled" name="Submit">Proceed</button>
</form>

POST

<form class="login-form new-password-form" method="post">
  <label for="confirmPasswordReset" class="screen-reader-only">Enter new password</label>
  <div class="password-input-wrapper">
    <input type="password" class="form-control js-validate-password js-password" id="passwordReset" placeholder="Enter Password" pattern=".*" required="" aria-label="Password" aria-required="true">
    <i class="view-password-button" tabindex="0" aria-live="assertive" role="button" name="Show or hide password" aria-pressed="false" onclick="inline.utility.showPassword( 'reset' )" aria-label="view password"></i>
  </div>
  <label for="confirmPasswordReset" class="screen-reader-only">Confirm Password</label>
  <input type="password" class="form-control js-password" id="confirmPasswordReset" placeholder="Confirm Password" pattern=".*" required="" aria-label="Confirm entered password" aria-required="true">
  <div class="password-requirements">
    <p class="password-requirements__title">Your password must include:</p>
    <ul class="password-requirements__list">
      <li class="password-requirements__list-item pswd-length">Min 8 characters</li>
      <li class="password-requirements__list-item pswd-lowercase">Min 1 lowercase character</li>
      <li class="password-requirements__list-item pswd-uppercase">Min 1 uppercase character</li>
      <li class="password-requirements__list-item pswd-number">Min 1 number</li>
    </ul>
  </div>
  <button id="buttonRestore" class="btn btn-lg btn-primary btn-block js-submit-form" type="submit" disabled="disabled" name="Submit" aria-label="Submit Password">Submit</button>
</form>

GET /page-safari/

<form role="search" method="get" action="/page-safari/">
  <label for="Search-0" class="ae-compliance-indent" style="display:none">Search</label><input type="search" name="_s" placeholder="Search..." required="" value="" autofocus="" autocomplete="off" aria-required="true" id="Search-0" role="presentation"
    aria-hidden="true" tabindex="-1">
  <input type="hidden" name="sign" value="bTFmRk0zWklkdXdhR3p1RG56MFdSZz09" role="presentation" aria-hidden="true" tabindex="-1">
  <input type="hidden" name="iv" value="9b97b56f1678625703f1651fa783147d" role="presentation" aria-hidden="true" tabindex="-1">
  <button type="submit" aria-label="Submit Search" role="presentation" aria-hidden="true" tabindex="-1">
    <svg viewBox="0 0 512 512" width="23" height="26" class="search-icon" role="presentation" aria-hidden="true" tabindex="-1" disabled="disabled" clickable="false">
      <path
        d="M504.1 471l-134-134C399.1 301.5 415.1 256.8 415.1 208c0-114.9-93.13-208-208-208S-.0002 93.13-.0002 208S93.12 416 207.1 416c48.79 0 93.55-16.91 129-45.04l134 134C475.7 509.7 481.9 512 488 512s12.28-2.344 16.97-7.031C514.3 495.6 514.3 480.4 504.1 471zM48 208c0-88.22 71.78-160 160-160s160 71.78 160 160s-71.78 160-160 160S48 296.2 48 208z">
      </path>
    </svg>
    <svg viewBox="0 0 24 26" width="24" height="26" fill="none" class="search-icon" role="presentation" aria-hidden="true" tabindex="-1" disabled="disabled" clickable="false">
      <path d="M21.6 22.375L17.25 17.8438M19.6 11.9583C19.6 16.5607 16.0183 20.2917 11.6 20.2917C7.1817 20.2917 3.59998 16.5607 3.59998 11.9583C3.59998 7.35596 7.1817 3.625 11.6 3.625C16.0183 3.625 19.6 7.35596 19.6 11.9583Z" stroke="black"
        stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </button>
</form>

POST #

<form class="sailthru-contact-form got-tip__form" method="POST" action="#" aria-describedby="scfErrors">
  <div class="got-tip__title">Got a tip for US?</div>
  <div class="got-tip__subtitle">We're All Ears for Celebrity Buzz!</div>
  <div class="contact__messaging messaging" id="scfErrors" role="alert" aria-live="assertive"></div>
  <div class="fieldset">
    <label for="Enter-your name-1" class="ae-compliance-indent" style="display:none">Enter your name</label><input type="text" name="name" maxlength="100" autocomplete="name" placeholder="Your name" aria-describedby="scfNameError"
      aria-invalid="false" aria-required="true" id="Enter-your name-1">
    <span class="visuallyhidden error-message" id="scfNameError" role="alert">Please enter a name.</span>
  </div>
  <div class="fieldset">
    <label for="Enter-your email-2" class="ae-compliance-indent" style="display:none">Enter your email</label><input type="email" name="email" maxlength="100" autocomplete="email" placeholder="Your email" aria-describedby="scfEmailError"
      aria-invalid="false" aria-required="true" id="Enter-your email-2">
    <span class="visuallyhidden error-message" id="scfEmailError" role="alert">Please enter a valid email.</span>
  </div>
  <div class="fieldset">
    <label for="Enter-your phone number-3" class="ae-compliance-indent" style="display:none">Enter your phone number</label><input type="text" name="phone" placeholder="Your phone number" autocomplete="tel" aria-describedby="scfPhoneError"
      aria-invalid="false" aria-required="true" id="Enter-your phone number-3">
    <span class="visuallyhidden error-message" id="scfPhoneError" role="alert">Please enter a phone number.</span>
  </div>
  <div class="fieldset">
    <label for="The-Scoop-4" class="ae-compliance-indent" style="display:none">The Scoop</label><textarea name="message" placeholder="Enter the scoop" aria-describedby="scfMessageError" aria-invalid="false" aria-required="true"
      id="The-Scoop-4"></textarea>
    <span class="visuallyhidden error-message" id="scfMessageError" role="alert">Please enter a message.</span>
  </div>
  <input type="hidden" name="template" value="Got A Hot Tip Template">
  <input type="hidden" name="action" value="scoop_popup">
  <button type="submit" class="got-tip__submit contact-submit">Send the Tip!</button>
</form>

POST

<form class="sailthru-newsletter-form" method="POST" aria-describedby="snffooterErrors">
  <h4 class="newsletter-form__title">Subscribe to newsletters</h4>
  <div class="form-fields">
    <label for="-0" class="ae-compliance-indent" style="display:none">, input email</label><input type="email" name="email" maxlength="100" autocomplete="email" placeholder="Email *" aria-label="Enter your email"
      aria-describedby="snffooterEmailError" aria-invalid="false" aria-required="true" id="-0">
    <span class="visuallyhidden error-message" id="snffooterEmailError" role="alert">Please enter a valid email.</span>
    <input type="hidden" name="lists[Us Weekly Newsletter]" value="1">
    <input type="hidden" name="source" value="newsletter_signup_widget">
    <button type="submit" class="newsletter-submit"> Subscribe </button>
  </div>
  <p class="newsletter-form__disclaimer">By signing up, I agree to the Terms and Privacy Policy and to receive emails from Us Weekly</p>
</form>

Text Content

Skip to Main Content

Liam Payne’s Former One Direction Bandmates Attend Singer’s Funeral - Learn More




Cancel OK
✕
Your account
 * Account
 * Purchase
 * Favorite
 * News
 * Subscriptions
 * Address

Sign Out
Privacy Policy Terms and Conditions

INFO

First Name
Last Name
Email Address
Phone Number
Birthday (optional)
Gender
Select MaleFemaleNon-Binary
Edit info Save Cancel


SHOPPING PREFERENCES

What type of traveler are you?
 * Lone Wanderer
 * My Besties are Coming
 * Beach Bum
 * Get Me Off the Grid
 * Bae-cationer
 * Family-Style
 * First Class Farer
 * Backpacker
 * Adrenaline Junkie
 * International Jetsetter
 * City Slicker
 * Resort Hopper
 * Cruise Connoisseur
 * Stay-cationer
 * Service Nomad
 * Frequent Flyer
 * Self-Care Devotee

What do you do after work?
 * Meet up with friends
 * Grab a bite out
 * Get my sweat on
 * Get gourmet in my kitchen
 * Craft a cocktail
 * Crack a beer
 * Enjoy a glass of wine
 * Stream my favorite show
 * Hang with my dog
 * Disconnect & meditate
 * Get crafty
 * Self-Care sesh
 * Curl up with a book
 * Keep up with classes
 * Tackle that home improvement project

Select your favorite footwear brands
 * apc
 * allbirds
 * new-balance
 * birkenstock
 * crocs
 * cole-haan
 * converse
 * dolce-vita
 * gucci
 * hoka
 * jordan
 * merrell
 * nike
 * on
 * salomon
 * sperry
 * timberland
 * vans

Select your favorite automaker brands
 * audi
 * bmw
 * cadillac
 * chevy
 * ferrari
 * ford
 * gmc
 * harley-davidson
 * honda
 * hyundai
 * indian
 * infiniti
 * jaguar
 * jeep
 * land-rover
 * lexus
 * maserati
 * mazda
 * mercedes-benz
 * nissan
 * porsche
 * subaru
 * tesla
 * toyota
 * triumph
 * volkswagen
 * volvo

Select your favorite store brands
 * apple
 * bass-pro
 * best-buy
 * bluemercury
 * chewy
 * costco
 * crate-barrel
 * dicks-sporting
 * foot-locker
 * gamestop
 * gap
 * hm
 * home-depot
 * home-goods
 * levis
 * macys
 * moncler
 * nordstrom
 * petco
 * rei
 * revolve
 * saks
 * sephora
 * target
 * ulta-beauty
 * wayfair
 * west-elm
 * williams-sonoma
 * zara
 * walmart

TOOLS

Unsubscribe from All Newsletters
Unsubscribe
Delete My Account
By clicking here you agree that your Us Weekly, In Touch Weekly, Life & Style,
Closer Weekly, Woman's World, First For Women, and Soaps in Depth accounts will
be deleted
Delete
Manage My UsNow.com Subscription
Manage
 * Privacy Policy
 * Cookie Policy
 * Terms and Conditions
 * Sign Out

YOUR ORDERS

 * You haven't placed any orders yet.

Status

Fulfillment

Total

Order details:

Image
Product
Price
Qty







FAVORITESDEBUG

CELEBRITIES




SHOWS




RECIPES




GAMES



Remove Remove Remove Remove

YOUR NEWSLETTERS

Yes, please send me the Us Weekly Daily Newsletter with the latest news and
photos of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from UsMagazine.com and trusted partners!
Yes, I’d like to receive the Stylish by Us Weekly Newsletter packed with the
latest celeb trends, product picks and more!
Yes, I’d like to receive the Shop With Us Weekly Newsletter to stay up to date
with the latest celebrity shopping trends!
Yes, please send me Us Weekly breaking news whenever it happens!
Yes, please send me this weekly email with all the top Us Weekly Reality TV
stories!
Yes, please send me this weekly email with all the news on Us Weekly the royal
family!
Yes, please send me the In Touch Weekly Newsletter with the latest news and
photos of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from In Touch Weekly and trusted partners!
Yes, please send me In Touch Weekly Sweepstakes offers!
Yes, please send me the Life & Style Newsletter with the latest news and photos
of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from Life & Style and trusted partners!
Yes, please send me Life & Style Sweepstakes offers!
Yes, please send me the Closer Weekly Newsletter with the latest news and photos
of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from Closer Weekly and trusted partners!
Yes, please send me Closer Weekly Sweepstakes offers!
Woman's World Newsletter
Woman's World Sweepstakes
Woman's World Promotions
Woman's World Horoscopes
Woman's World Recipes
First For Women Newsletter
First For Women Sweepstakes
First For Women Promotions
First For Women Recipes
Soaps In Depth Newsletter
Soaps In Depth Sweepstakes
Soaps In Depth Promotions
Receive emails from Us Weekly Marketplace

SOAP OPERA DIGEST


Yes, please send me the Soap Opera Digest Newsletter with the latest news and
photos of my favorite stars!
Yes, please send me this weekly email with all the top Soap Opera Digest Young &
the Restless stories!
Yes, please send me this weekly email with all the top Soap Opera Digest Bold &
Beautiful stories!
Yes, please send me this weekly email with all the top Soap Opera Digest Days of
Our Lives stories!
Yes, please send me this weekly email with all the top Soap Opera Digest General
Hospital stories!
Yes, please send me the Star Magazine Newsletter with the latest news and photos
of my favorite celebs!
Yes, I also want to receive information about promotions, events, sweepstakes,
giveaways, and other offers from Star Magazine and trusted partners!
pk_live_51MykMYLykYEH3zMpgIfiNDCAHFuK0pVJhX8IGmQhrSLp9MjwiBxVY1HvUVgNRB2L61cDx3NtMXvUTgsBoYM6D54b00FJoavFR2
pk_live_51MykGLByn2yg0Xahe8YDgFXi5LFDs6frZBG9X07YQEXQzAzNc4zdNfRFXv0uJkqdvKK1BZgbxNuL2cFMD8Vhk8pt00WG9hNJHM
pk_live_51MykHxDs5ugJvg2uLv4MJ0jBbtPa9xMsBExn7RgMRphUAa1xK2Z4S8OyiQjPxbQWzvvy6IMAc5Q7CnwXNOutUOHq00LJpj5Mkb
pk_live_51MykF1JjLMmlt49YzEJM8b5A13rnbP0bNFTenUHmiRJVPKl5zb1GkoRXQJHwqtSKijQEJpAVVHXFq93b1FizckBO00LbbQBEvO
pk_live_51JZGhzAMTuSGLogtFTrIZyL1XNGcpdiH7giZdNqNRm9DW6uyY2Jhvtxlr1n6MYI5e1yFOUCXMA2ViYEM5AW45UUw006Ej0qOJo
pk_live_51JZGhzAMTuSGLogtFTrIZyL1XNGcpdiH7giZdNqNRm9DW6uyY2Jhvtxlr1n6MYI5e1yFOUCXMA2ViYEM5AW45UUw006Ej0qOJo
pk_live_51JZGhzAMTuSGLogtFTrIZyL1XNGcpdiH7giZdNqNRm9DW6uyY2Jhvtxlr1n6MYI5e1yFOUCXMA2ViYEM5AW45UUw006Ej0qOJo

 * United States
 * Canada

Print Edition

Get print copy

Starting at just $30.94



Digital Edition

Online publication access

Starting at just $30.94

Print Edition

Get print copy

Starting at just $50.44



Digital Edition

Online publication access

Starting at just $30.94

Proceed to subscription

ACTIVE SUBSCRIPTIONS


 * United States
 * Canada

Print Edition

Get print copy

Starting at just $33.54



Digital Edition

Online publication access

Starting at just $33.54

Print Edition

Get print copy

Starting at just $53.04



Digital Edition

Online publication access

Starting at just $53.04

Proceed to subscription

ACTIVE SUBSCRIPTIONS


 * United States
 * Canada

Print Edition

Get print copy

Starting at just $33.54



Digital Edition

Online publication access

Starting at just $33.54

Read your magazine

Print Edition

Get print copy

Starting at just $53.04



Digital Edition

Online publication access

Starting at just $53.04

Read your magazine
Proceed to subscription

ACTIVE SUBSCRIPTIONS


 * United States
 * Canada

Print Edition

Get print copy

Starting at just $33.54



Digital Edition

Online publication access

Starting at just $33.54

Print Edition

Get print copy

Starting at just $53.04



Digital Edition

Online publication access

Starting at just $53.04

Proceed to subscription

ACTIVE SUBSCRIPTIONS


 * United States
 * Canada

Print Edition

Get print copy

Starting at just $24.98



Digital Edition

Online publication access

Starting at just $24.98

Print Edition

Get print copy

Starting at just $44.98



Digital Edition

Online publication access

Starting at just $44.98

Proceed to subscription

ACTIVE SUBSCRIPTIONS


 * United States
 * Canada

Print Edition

Get print copy

Starting at just $19.99



Digital Edition

Online publication access

Starting at just $19.99

Print Edition

Get print copy

Starting at just $60.99



Digital Edition

Online publication access

Starting at just $34.99

Proceed to subscription

ACTIVE SUBSCRIPTIONS


 * United States
 * Canada

Digital Edition

Online publication access

Starting at just $25.74

Digital Edition

Online publication access

Starting at just $25.74

Proceed to subscription

ACTIVE SUBSCRIPTIONS


TESTS:
lookup by email list all newsletters Trx history Create Transaction Get
Transaction Get Product Get PaymentIntent
Back

1 Subscription Plan
Edit

US Weekly - 52 issues

Edition: print

$51.48

US Weekly - 26 issues

Edition: print

$30.94

US Weekly - 52 issues

Edition: print

$90.48

US Weekly - 26 issues

Edition: print

$50.44

US Weekly - 52 issues

Edition: digital

$51.48

US Weekly - 26 issues

Edition: digital

$30.94

US Weekly - 52 issues

Edition: digital

$51.48

US Weekly - 26 issues

Edition: digital

$30.94

In Touch Weekly - 52 issues

Edition: print

$55.64

In Touch Weekly - 26 issues

Edition: print

$33.54

In Touch Weekly - 52 issues

Edition: print

$94.64

In Touch Weekly - 26 issues

Edition: print

$53.04

In Touch Weekly - 52 issues

Edition: digital

$55.64

In Touch Weekly - 26 issues

Edition: digital

$33.54

In Touch Weekly - 52 issues

Edition: digital

$94.64

In Touch Weekly - 26 issues

Edition: digital

$53.04

Life & Style - 52 issues

Edition: print

$55.64

Life & Style - 26 issues

Edition: print

$33.54

Life & Style - 52 issues

Edition: print

$94.64

Life & Style - 26 issues

Edition: print

$53.04

Life & Style - 52 issues

Edition: digital

$55.64

Life & Style - 26 issues

Edition: digital

$33.54

Life & Style - 52 issues

Edition: digital

$94.64

Life & Style - 26 issues

Edition: digital

$53.04

Closer Weekly - 52 issues

Edition: print

$55.64

Closer Weekly - 26 issues

Edition: print

$33.54

Closer Weekly - 52 issues

Edition: print

$94.64

Closer Weekly - 26 issues

Edition: print

$53.04

Closer Weekly - 52 issues

Edition: digital

$55.64

Closer Weekly - 26 issues

Edition: digital

$33.54

Closer Weekly - 52 issues

Edition: digital

$94.64

Closer Weekly - 26 issues

Edition: digital

$53.04

Woman's World - 50 issues

Edition: print

$59.60

Woman's World - 20 issues

Edition: print

$24.98

Woman's World - 50 issues

Edition: print

$109.60

Woman's World - 20 issues

Edition: print

$44.98

Woman's World - 50 issues

Edition: digital

$59.60

Woman's World - 20 issues

Edition: digital

$24.98

Woman's World - 50 issues

Edition: digital

$109.60

Woman's World - 20 issues

Edition: digital

$44.98

First For Women - 26 issues

Edition: print

$34.99

First For Women - 13 issues

Edition: print

$19.99

First For Women - 26 issues

Edition: print

$60.99

First For Women - 26 issues

Edition: digital

$34.99

First For Women - 13 issues

Edition: digital

$19.99

First For Women - 26 issues

Edition: digital

$34.99

Star - 52 issues

Edition: digital

$46.28

Star - 26 issues

Edition: digital

$25.74

Star - 52 issues

Edition: digital

$46.28

Star - 26 issues

Edition: digital

$25.74


Save & Continue
2 Address
Edit

BILLING ADDRESS

+ Add New Address

You have already added the maximum number of addresses allowed. If you'd like to
add another address, please consider modifying one of your existing addresses.

+ Add New Address
I have a different shipping address
Country
Select AfghanistanAlbaniaAlgeriaAmerican SamoaÅland
IslandsAndorraAngolaAnguillaAntarcticaAntigua and
BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninSaint
BarthélemyBermudaBhutanBoliviaBonaire, Sint Eustatius and SabaBosnia and
HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei
DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCabo VerdeCayman
IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling)
IslandsColombiaComorosCongoCongo, the Democratic Republic of theCook
IslandsCosta RicaCote
D'IvoireCroatiaCubaCuraçaoCyprusCzechiaDenmarkDjiboutiDominicaDominican
RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland
Islands (Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench
PolynesiaFrench Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard
Island and Mcdonald IslandsHoly SeeHondurasHong
KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic ofIraqIrelandIsraelIsle
of ManItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea, Democratic
People's Republic ofKorea, Republic ofKuwaitKyrgyzstanLao People's Democratic
RepublicLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacaoNorth
MacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall IslandsSaint Martin
(French part)MartiniqueMauritaniaMauritiusMayotteMexicoMicronesia, Federated
States ofMoldova, Republic
ofMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNew
CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern Mariana
IslandsNorwayOmanPakistanPalauPalestine, State ofPanamaPapua New
GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto
RicoQatarRéunionRomaniaRussian FederationRwandaSaint Helena, Ascension and
Tristan da CunhaSaint Kitts and NevisSaint LuciaSaint Pierre and MiquelonSaint
Vincent and the GrenadinesSamoaSan MarinoSao Tome and PrincipeSaudi
ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSint Maarten (Dutch
part)SlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia and the
South Sandwich IslandsSouth SudanSpainSri LankaSudanSurinameSvalbard and Jan
MayenEswatiniSwedenSwitzerlandSyrian Arab RepublicTaiwan, Province of
ChinaTajikistanTanzania, United Republic
ofThailandTimor-LesteTogoTokelauTongaTrinidad and
TobagoTunisiaTürkiyeTurkmenistanTurks and Caicos
IslandsTuvaluUgandaUkraineUnited Arab EmiratesUnited KingdomUnited StatesUnited
States Minor Outlying IslandsUruguayUzbekistanVanuatuVenezuela (Bolivarian
Republic of)Viet NamVirgin Islands, BritishVirgin Islands, U.S.Wallis and
FutunaWestern SaharaYemenZambiaZimbabwe
First Name
Last Name
Address 1
Address 2
City
State/Province
Select AlabamaAlaskaAmerican SamoaArizonaArkansasArmed ForcesArmed Forces
AmericasArmed Forces EuropeArmed Forces
PacificCaliforniaColoradoConnecticutDistrict of ColumbiaDelawareFederated States
of
MicronesiaFloridaGeorgiaGuamHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarshall
IslandsMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaNorthern Mariana
IslandsOhioOklahomaOregonPennsylvaniaPuerto RicoRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUnited States Minor Outlying IslandsUtahVermontVirgin
IslandsVirginiaWashingtonWest VirginiaWisconsinWyomingAlbertaBritish
ColumbiaManitobaNew BrunswickNewfoundland and LabradorNova
ScotiaNunavutNorthwest TerritoriesOntarioPrince Edward
IslandQuebecSaskatchewanYukon
Zip/Postal Code
Save Cancel

SHIPPING ADDRESS

+ Add New Address

You have already added the maximum number of addresses allowed. If you'd like to
add another address, please consider modifying one of your existing addresses.


Country
Select United States Canada
First Name
Last Name
Address 1
Address 2
State/Province
Select AlabamaAlaskaAmerican SamoaArizonaArkansasArmed ForcesArmed Forces
AmericasArmed Forces EuropeArmed Forces
PacificCaliforniaColoradoConnecticutDistrict of ColumbiaDelawareFederated States
of
MicronesiaFloridaGeorgiaGuamHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarshall
IslandsMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew
HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaNorthern Mariana
IslandsOhioOklahomaOregonPennsylvaniaPuerto RicoRhode IslandSouth CarolinaSouth
DakotaTennesseeTexasUnited States Minor Outlying IslandsUtahVermontVirgin
IslandsVirginiaWashingtonWest VirginiaWisconsinWyomingAlbertaBritish
ColumbiaManitobaNew BrunswickNewfoundland and LabradorNova
ScotiaNunavutNorthwest TerritoriesOntarioPrince Edward
IslandQuebecSaskatchewanYukon
City
Zip/Postal Code
Save Cancel

Save & Continue
3 Payment

SUMMARY


Taxes --
Total

CREDIT OR DEBIT CARD



Subscriber's Automatic Renewal Program: After your initial term, your
subscription will automatically renew for of at the rate then in effect
(currently ) and then continue until you cancel. You will receive a notice in
advance of each renewal. You authorize us to charge your credit/debit card or
other payment method on file at the rate disclosed in the renewal notice unless
you cancel. If your credit/debit card or other payment method cannot be charged
for any reason, we will bill you directly. You may opt out of automatic renewal
at any time by contacting customer service at 1-800-938-8312 and receive a
refund for all unmailed issues.

By clicking "Place Order," you agree that you accept A360 Media's Terms and
Conditions, Privacy Policy, and the Subscriber's Automatic Renewal Program terms
above.

Place Order

YOUR ADDRESSES


Add
Sign In
Need an account? Sign up now!
Email
Password
Forgot password? Sign In

By clicking Sign In, you agree to our Terms and Conditions and that you have
read our Privacy Policy.

Sign InUp with your social account

Continue with Google Continue with Amazon Continue with Apple

We won't post to any of your accounts

Sign Up
Create a free account to access exclusive content, play games, solve puzzles,
test your pop-culture knowledge and receive special offers. Already have an
account? Login
Name Email
Password
Confirm Password

Your password must include:

 * Min 8 characters
 * Min 1 lowercase character
 * Min 1 uppercase character
 * Min 1 number

Sign Up
I agree to the terms of the Terms and Conditions,
the Privacy Policy and receive emails from US Weekly

Sign InUp with your social account

Continue with Google Continue with Amazon Continue with Apple

We won't post to any of your accounts

Forgot your password?
Enter your email to receive activation code. Reset Password
* Please note that this form cannot be used to reset your Google
or Facebook password. Visit Google or Facebook to do that.
Reset your password
An email has been sent to with a
recovery code. Please enter it below:

Proceed
Resend code
Enter new password
Enter new password

Confirm Password

Your password must include:

 * Min 8 characters
 * Min 1 lowercase character
 * Min 1 uppercase character
 * Min 1 number

Submit
Or get back to the Sign In


US WEEKLY: LATEST CELEBRITY NEWS, PICTURES & ENTERTAINMENT US WEEKLY MAGAZINE

 * Celebrity News
 * Entertainment
 * Star Style
 * Lifestyle
 * Shopping
 * Games
 * Royals
 * CMAs

Open menu button
 * Celebrity News
   * Trending
   * Exclusives
   * Love Lives
   * Breakups
   * Scandals
   * Hot Pics
   * Stars Are Just Like Us
   * View All
 * Entertainment
   * TV
   * Movies
   * Music
   * Sports
   * Reality TV
   * CMAs
   * View All
 * Star Style
   * Fashion
   * Beauty
   * Hair
   * View All
 * Lifestyle
   * Parenting
   * Pets
   * Food
   * Real Estate
   * Wellness
   * View All
 * Shopping
   * Deals
   * Fashion
   * Beauty
   * Wellness
   * Home
   * Reviews
   * Gift Guides
   * View All
 * Games
   * Crosswords
   * Guessing Game
   * Word Search
   * Jigsaw
   * Sudoku
   * Quizzes
   * View All
 * Royals
   * Prince William
   * Kate Middleton
   * Prince Harry
   * Meghan Markle
   * King Charles
   * View All
 * Photos
 * Videos
 * Us Weekly en ESPAÑOL
 * Newsletters
 * Digital Edition
 * Subscribe
 * Subscription Services
 * Got a Tip for Us?

 * Facebook
 * Instagram
 * Twitter
 * TikTok
 * YouTube

Subscribe
Search
Search

Language
English Español


LATEST NEWS

Bachelor Nation


GOLDEN BACHELORETTE’S JONATHAN RONE IS ‘LOVING LOVING’ HIS NEW GIRLFRIEND



Celebrity Style


NICOLE KIDMAN IS RAVISHING IN A RED-HOT GOWN AT GQ MEN OF THE YEAR AWARDS



Shop With Us


JENNIFER ANISTON ISN’T A FAN OF HAIRSPRAY — HERE’S WHAT SHE USES INSTEAD




Tressed to Kill


NICOLE KIDMAN DEBUTS ICY BLONDE HAIR TRANSFORMATION AT GQ MEN OF THE YEAR AWARDS



Royals


PRINCE HARRY HAS SPECIAL MEETUP DURING VANCOUVER TRIP BEFORE INVICTUS GAMES


Sponsored LinksSponsored Links
Promoted LinksPromoted Links

Us WeeklyChristina Aguilera Shares Rare Family Photo With Her KidsChristina
Aguilera shared a rare family photo with her fiance, Matt Rutler, and her two
kids, Max and Summer


Undo
by Taboolaby Taboola


Shop With Us


THE 18 TRENDIEST LONG-SLEEVE DRESSES ON AMAZON FOR ANY WINTER GATHERING





SWEEPSTAKES


LISTEN IN STYLE: WIN APPLE AIRPODS 4!


REJUVENATE YOUR SKIN: WIN A RED LIGHT BEAUTY DEVICE!


EXERCISE IN STYLE: WIN A $100 LULULEMON GIFT CARD!



Sports


DAVE PORTNOY BASHES ZACH BRYAN FOR ALLEGEDLY BEGGING FOR UFC SHOUT-OUT




TRENDING CELEBRITIES


TAYLOR SWIFT


JAY LENO


JULIANNE HOUGH


RICHARD GERE




TOP HEADLINES

RHOBH


DORIT KEMSLEY ADDRESSES NOW-VIRAL SMOKING SCENE FROM 'RHOBH' PREMIERE


Today's Headlines

Pregnant!


SAM HUNT CONFIRMS WIFE IS PREGNANT WITH 3RD BABY: 'ABOUT TO GET REAL'


In Memoriam


CHERYL COLE KEEPS HER HEAD DOWN WHILE ATTENDING EX LIAM PAYNE'S FUNERAL


Exclusive


‘SOUTHERN HOSPITALITY’ SEASON 3 TRAILER: MADDI AND JOE HAVE VEGAS WEDDING






SHOPPING

Fabulous Fashion


17 FALL BOUTIQUE-STYLE CARDIGANS FROM AMAZON — ALL UNDER-$40

October 17, 2024

Better Than Black Friday


NORDSTROM’S EARLY BLACK FRIDAY DEALS ARE SO GOOD, HALF MY SIZES SOLD OUT IN 6
HOURS

November 15, 2024

Celeb Must-Haves


GISELE BÜNDCHEN HAS BEEN 'LOYAL' TO THIS CLEANSER SINCE 2007

November 18, 2024



HOT PICS

Hot Pics
Hot Pics


SELMA BLAIR, KATE WINSLET, SELENA GOMEZ AND MORE!


FEATURED GALLERIES


RHOBH


EVERYTHING WE LEARNED ABOUT DORIT AND PK'S DIVORCE IN 'RHOBH'...


Reality TV


FORMER ‘VERY CAVALLARI’ STARS: WHERE ARE THEY NOW?


Movies


‘WICKED’ MOVIE CHARACTERS VS. THE ACTORS WHO PLAY THEM IN...




PUZZLES & GAMES

CELEBRITY CROSSWORDS

 * Celebrity Crossword 82
   
   November 15, 2024

 * Celebrity Crossword 83
   
   November 15, 2024

 * Celebrity Crossword 84
   
   November 15, 2024

GUESSING GAMES

 * CMA Awards Returns for 2024 Ceremony
   
   November 20, 2024

 * The Real Housewives of Beverly Hills Season 14 Premieres
   
   November 19, 2024

 * New Mom Francesca Farago Turns 31
   
   November 18, 2024

CELEBRITY QUIZZES

 * Test Your Knowledge on Only Murders in the Building
   
   November 19, 2024

 * Test Your Knowledge on Vanderpump Rules
   
   November 12, 2024

 * Test Your Knowledge of SNL Moments Through the Years
   
   November 5, 2024







Exclusive
Ilona Maher Jokes DWTS' Alan Will Be Producer on Her ‘Bachelorette’ Season
Disney/Eric McCandless Olympian Ilona Maher is all-in on the chance to be the
Bachelorette, and she wants to enlist Dancing With the Stars partner Alan
Bersten for assistance. “He’s gonna be my producer of The Bachelorette when I’m
on, so he’s gonna work his magic on that end,” Maher, 28, exclusively joked to
Us Weekly […]
2 hours ago
Love Lives
Liam Payne and Kate Cassidy’s Relationship Timeline
One Direction alum Liam Payne had been dating influencer Kate Cassidy for two
years before he died at age 31 in October 2024. Payne and Cassidy were first
linked in October 2022, and Cassidy posted the singer on her Instagram page just
one month before Us Weekly confirmed news of his death on October 16. […]
2 hours ago
Music
Miley Cyrus Teases New Album: 'I Would Like to Be a Human Psychedelic'
Miley Cyrus fans awoke to some welcome news on Wednesday, November 20, when the
singer revealed that Something Beautiful, her upcoming studio album, is due out
in 2025. Cyrus, 32, teased the album and its title track in a cover story for
Harper’s Bazaar, calling it “hypnotizing and glamorous.” “It’s a concept album
that’s an […]
2 hours ago


Music
Revisiting One Direction's History With Simon Cowell: 'X Factor' and More
One Direction and Simon Cowell have a whole lot of history. The founding members
of the boy band — Harry Styles, Zayn Malik, Liam Payne, Niall Horan and Louis
Tomlinson — initially auditioned for The X Factor UK in 2010 as solo acts.
Instead of being eliminated during boot camp, Cowell and fellow judges Nicole
[…]
2 hours ago
Real Housewives
Kyle Richards Calls Dorit Kemsley a ’S---ty Friend’ in ‘RHOBH’ Premiere
Jamie McCarthy/Getty Images for Elton John AIDS Foundation Dorit Kemsley and
Kyle Richards have been joined at the hip throughout The Real Housewives of
Beverly Hills — but their friendship has taken quite the turn. Season 13
followed the cracks in their relationship, with Dorit expressing concerns that
Kyle was prioritizing other friends over her. […]
2 hours ago
Music
Christine McVie Biography Dispels 'Misconception' About Recording 'Rumours'
Fleetwood Mac fans are familiar with the lore surrounding the band’s hit album
Rumours, but a new biography attempts to clear up some of the secondhand news.
“Another Fleetwood Mac misconception is that Rumours was constructed as a
chronicle of the breakdowns between the band’s three couples: Mick [Fleetwood]
and his wife Jenny, Christine and […]
2 hours ago


TV
Bowen Yang Teases a 'Good Surprise' in Store for Hoda Kotb's 'Today' Exit
Fans and celebrity guests alike are going to miss seeing Hoda Kotb on Today. On
September 26, Kotb, 60, surprised viewers when she announced that she will be
leaving the show in early 2025. “I just turned 60, and it was such a monumental
moment for me when I turned 60 years old because I […]
2 hours ago
Exclusive
'Will Trent' Season 3 Promo Gives 1st Look at Gina Rodriguez's Character
The first look at Will Trent’s season 3 is here — and fans are finally getting a
glimpse at Gina Rodriguez‘s debut on the hit ABC series. In Us Weekly‘s
exclusive first look, Ramón Rodríguez shares the screen with the newcomer, who
is a series regular on the third season. The promotional video starts out […]
3 hours ago
RHOBH
Dorit Kemsley Claims Her 'RHOBH' Costars Did Not Reach Out About PK Split
Dorit Kemsley learned she was wrong to assume that The Real Housewives of
Beverly Hills cast would “lend some type of support” after news that she and PK
Kemsley had separated. “Naïvely, I actually thought going into the group,
because so many women in the group had had this experience, that I would be
around […]
3 hours ago


Love Lives
Sam Hunt and Wife Hannah Lee Fowler's Ups and Downs
Sam Hunt and his wife Hannah Lee Fowler haven’t had an easy love story, but
they’ve stuck together through their ups and downs. After meeting in their early
20s, Hunt and Fowler dated for roughly four years but split when he decided to
move to Nashville and pursue a music career. Fowler subsequently moved to […]
3 hours ago
Babies
Celebrity Pregnancy Announcements of 2024: Which Stars Are Expecting
So many stars have announced that they are expanding their families by welcoming
babies in 2024. Princess Beatrice is pregnant with her second child, Buckingham
Palace announced in October 2024. The palace said 36-year-old Beatrice and her
husband, Edoardo Mapelli Mozzi, “are very pleased to announce that they are
expecting their second child together in […]
3 hours ago
Exclusive
Danny Amendola Reacts to Derek Hough Saying He’s Holding Back Emotionally
Danny Amendola and his professional partner Witney Carson waltzed their way into
the Dancing With the Stars season 33 finals on Tuesday night, November 19.
Performing a Viennese waltz and salsa dance to music from John Mayer and Cardi
B, respectively, Amendola and Carson scored nines across the board to reach the
finale with four […]
3 hours ago


Celebrity Style
Julianne Hough Pulls Off a Surprise ‘DWTS’ Routine With a Secret Quick-Change
Julianne Hough pulled off a crazy fast quick-change on Dancing With the Stars,
proving she’s still a pro at heart. Hough, 36, surprised fans — and Us — with an
energetic routine to the viral TikTok song “Man in Finance” during the Tuesday,
November 19, episode of DWTS. Following her performance, Hough took to TikTok
[…]
3 hours ago
Entertainment
Anne Hathaway Is Set to Star in Adaptation of Colleen Hoover's ‘Verity’
Colleen Hoover went from BookTok’s “It Girl” to Hollywood’s hottest get. The
author is known for her emotional novels, but the books are making even more
headway now that there are film adaptations in the works. Hoover’s most famous
novel , perhaps, is It Ends With Us, which was originally published in 2016. Due
to […]
3 hours ago
Legal Trouble
Diddy Accused of Sexually Assaulting Men and Women in 5 New Lawsuits
Sean “Diddy” Combs has been hit with five new sexual assault lawsuits as he
awaits trial on federal sex trafficking charges. The five alleged victims all
filed the suits anonymously on Tuesday, November 19, seeking compensatory and
punitive damages from Diddy, 55. One of three John Does claimed that he was
drugged at an afterparty […]
3 hours ago


TV
Suits’ Gabriel Macht to Recur as Harvey Spencer on ‘Suits: LA’ Spinoff
The Suits franchise lives on with another spinoff, Suits L.A. Suits L.A. will
feature new characters played by Stephen Amell, Bryan Greenberg, Josh McDermitt
and Lex Scott Davis. It will be located in a new place, but it’s set in the same
universe as the original series. Suits ran for nine seasons from 2011 to […]
3 hours ago
TV
Us Explains Why 'VPR' Fans Care About Lala Parting Ways With Her Assistant
Vanderpump Rules is off the air but the drama continues — and this time, Lala
Kent and her assistant Jessica Walter are at the center of feud rumors. Bravo
viewers were introduced to Jessica during season 9 of Vanderpump Rules when Kent
documented her search for a personal assistant. “I know what it is like […]
3 hours ago
Sports
Professional Golfer Brian Harman's Son, 6, Nearly Drowns in the Ocean
Pedro Salado/Getty Images Professional golfer Brian Harman emotionally addressed
a terrifying drowning incident that nearly took the life of his 6-year-old son,
Walter.  On Tuesday, November, 19, Brian, 37, detailed the scary scene, which
happened last month when his wife, Kelly Van Slyke, and their three boys were
vacationing in Ponte Vedra Beach, Florida. At […]
3 hours ago


TV
Keke Palmer Jokingly Auditions to Be Hoda Kotb's 'Hoda and Jenna' Replacement
Robin L Marshall/Getty Images; John Nacion/FilmMagic News of Hoda Kotb’s
upcoming Today exit came as a surprise to Keke Palmer. Palmer, 31, learned about
Kotb’s departure while talking about her new book, Master of Me, on the
Wednesday, November 20, episode of Today With Hoda & Jenna. “The funny thing is
I do actually live […]
3 hours ago
TV
Storm Reid Confirms ‘Euphoria’ Exit Ahead of Season 3
Euphoria‘s season 2 finale introduced many twists and turns that ended with the
audience having more questions than answers. Even though the entire season
hinted at Fez’s (Angus Cloud) potential demise, it was actually his little
brother that ended up dying after they were sold out to the police. Instead of
allowing Fez to take […]
3 hours ago
Royals
Kate Middleton Has Windsor Castle Meeting, Skips Formal Event With William 
Princess Kate Middleton privately held a meeting at Windsor Castle shortly
before skipping a white-tie diplomatic occasion. According to the Court
Circular, Kate, 42, was present at a meeting on Tuesday, November 19, in support
of her and husband Prince William’s eponymous foundation. It was an Early Years
Meeting. Further details have not been shared. […]
4 hours ago


Sports
Rafael Nadal Cries During National Anthem Before Last Match of His Career
The final match of Rafael Nadal’s legendary career left nary a dry eye in the
house — including the tennis star himself.  Nadal, 38, was visibly emotional
while the Spanish national anthem played before his Davis Cup match against the
Netherlands’ Botic van de Zandschulp on Tuesday, November 19. Ultimately, Nadal
lost the match 6-4, […]
4 hours ago
Pics
Blake Horstmann and Giannina Gibelli’s Relationship Timeline
Blake Horstmann and Giannina Gibelli both Looked for love on reality TV before
sparking their romance off camera. Bachelor Nation met Horstmann when he
competed for Becca Kufrin’s affections on season 14 of The Bachelorette. After
finishing as the runner-up on the 2018 season, Horstmann came under fire during
season 6 of Bachelor in Paradise […]
4 hours ago
Celebrity Style
Selena Gomez Proves Businesscore Can Be Glitzy — Twice in 1 Week
Getty Images (2) Leave it to Selena Gomez to make office-inspired outfits glitzy
— twice in one week. Gomez, 32, effortlessly slayed a crystal blazer catsuit by
Ralph Lauren while sparkling on the red carpet at the Elle Women in Hollywood
Celebration in Los Angeles on Tuesday, November 19. Her ensemble featured a
blazer top […]
4 hours ago



Got a Tip form close button
Thanks for the tip!
Got a tip for US?
We're All Ears for Celebrity Buzz!

Enter your name Please enter a name.
Enter your email Please enter a valid email.
Enter your phone number Please enter a phone number.
The Scoop Please enter a message.
Send the Tip!

Us Weekly has affiliate partnerships so we may receive compensation for some
links to products and services.

Us Weekly
 * About Us
 * Us Weekly Masthead
 * Got a Tip for Us?
 * Newsletter Signup
 * Media Kit
 * Sitemap

Connect with Us Weekly
 * Facebook
 * Instagram
 * X Twitter
 * TikTok
 * Apple News
 * Google News

Connect with Us Weekly
 * Facebook
 * Instagram
 * X Twitter
 * WhatsApp

Legal
 * Terms of Use
 * Privacy Policy
 * Cookie Preferences
 * Do Not Sell
 * Cookie Policy
 * Ad Choices
 * Accessibility Statement

US Weekly Magazine
 * Digital Access
 * Subscribe
 * Give A Gift
 * Special Issues
 * Subscriber Service
 * Advertise

Sign up for breaking celebrity and entertainment news!


THANK YOU!

You have successfully subscribed.



SUBSCRIBE TO NEWSLETTERS

, input email Please enter a valid email. Subscribe

By signing up, I agree to the Terms and Privacy Policy and to receive emails
from Us Weekly

Us Weekly is part of Part of the a360media Entertainment Group. © a360media 2024
Powered by WordPress VIP







DO NOT SELL MY PERSONAL INFORMATION

When you visit our website, we store cookies on your browser to collect
information. The information collected might relate to you, your preferences or
your device, and is mostly used to make the site work as you expect it to and to
provide a more personalized web experience. However, you can choose not to allow
certain types of cookies, which may impact your experience of the site and the
services we are able to offer. Click on the different category headings to find
out more and change our default settings according to your preference. You
cannot opt-out of our First Party Strictly Necessary Cookies as they are
deployed in order to ensure the proper functioning of our website (such as
prompting the cookie banner and remembering your settings, to log into your
account, to redirect you when you log out, etc.). For more information about the
First and Third Party Cookies used please follow this link.
Click Here for More Information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

SALE OF PERSONAL DATA

Always Active

Under the California Consumer Privacy Act, you have the right to opt-out of the
sale of your personal information to third parties. These cookies collect
information for analytics and to personalize your experience with targeted ads.
You may exercise your right to opt out of the sale of personal information by
using this toggle switch. If you opt out we will not be able to offer you
personalised ads and will not hand over your personal information to any third
parties. Additionally, you may contact our legal department for further
clarification about your rights as a California consumer by using this Exercise
My Rights link.

If you have enabled privacy controls on your browser (such as a plugin), we have
to take that as a valid request to opt-out. Therefore we would not be able to
track your activity through the web. This may affect our ability to personalize
ads according to your preferences.

 * SOCIAL MEDIA COOKIES
   
   Always Active
   
   These cookies are set by a range of social media services that we have added
   to the site to enable you to share our content with your friends and
   networks. They are capable of tracking your browser across other sites and
   building up a profile of your interests. This may impact the content and
   messages you see on other websites you visit.    If you do not allow these
   cookies you may not be able to use or see these sharing tools.

 * TARGETING COOKIES
   
   Always Active
   
   These cookies may be set through our site by our advertising partners. They
   may be used by those companies to build a profile of your interests and show
   you relevant adverts on other sites.    They do not store directly personal
   information, but are based on uniquely identifying your browser and internet
   device. If you do not allow these cookies, you will experience less targeted
   advertising.

 * PERFORMANCE COOKIES
   
   Always Active
   
   These cookies allow us to count visits and traffic sources so we can measure
   and improve the performance of our site. They help us to know which pages are
   the most and least popular and see how visitors move around the site.    All
   information these cookies collect is aggregated and therefore anonymous. If
   you do not allow these cookies we will not know when you have visited our
   site, and will not be able to monitor its performance.

Back Button


COOKIE LIST



Cookie list search Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Optional Confirm My Choices







Welcome


THIS SITE ASKS FOR CONSENT TO USE YOUR DATA

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


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 329 TCF vendor(s) and 578 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



Data preferences


MANAGE YOUR DATA

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

TCF vendors


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 (277 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 (170 vendors)Legitimate interest (77 vendors)


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 (210 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 (200 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 (71 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 (60 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 (186 vendors)Legitimate interest (110 vendors)


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 (80 vendors)Legitimate interest (34 vendors)


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 (131 vendors)Legitimate interest (43 vendors)


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 (138 vendors)Legitimate interest (79 vendors)


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 (28 vendors)Legitimate interest (9 vendors)


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

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

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


SAVE AND COMMUNICATE PRIVACY CHOICES

The choices you make regarding the purposes and entities listed in this notice
are saved and made available to those entities in the form of digital signals
(such as a string of characters). This is necessary in order to enable both this
service and those entities to respect such choices.

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

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

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

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

How this consent management platform (CMP) works:

CMP privacy choices


STORAGE, DURATION, AND USAGE DETAILS

The choices you make with this CMP regarding the purposes and entities will
affect how personalized advertising is presented to you. We need to store these
choices to respect them on future visits, and they are stored differently based
on the type of site or app you're using:
 * For sites, your choices are saved in a cookie named “FCCDCF” for a maximum
   duration of 390 days.
 * For apps, your choices are saved in device storage prefixed by “IABTCF_”.
   Your choices will be invalidated after 390 days and overwritten once you make
   new privacy choices on this app.
 * For accelerated mobile page (AMP) sites, your choices are saved in local
   storage prefixed by “amp-store”. Your choices will be invalidated after 390
   days and overwritten once you make new privacy choices on this site.

Vendor preferences

Accept all



Confirm choices

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


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

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


CAPTIFY TECHNOLOGIES LIMITED

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ROQ.AD GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ADSPIRIT GMBH

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


EMERSE SVERIGE AB

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


ADMAXIM LIMITED

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


QUANTCAST

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


SOVRN, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


ADKERNEL LLC

Cookie duration: 18 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADIKTEEV

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


RTB HOUSE S.A.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


THE UK TRADE DESK LTD

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


NEXXEN INC.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


EPSILON

Cookie duration: 184 (days).

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

more

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


View details | Privacy policy
Consent


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ADVENTORI SAS

Cookie duration: 90 (days).

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

more

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


View details | Privacy policy
Consent


TRIPLE LIFT, INC.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


ETARGET SE

Cookie duration: 365 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policy
Consent


BIDTHEATRE AB

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


OGURY LTD

Cookie duration: 182 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


XANDR, INC.

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


NEORY GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


NEURAL.ONE

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


EQUATIV

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


ADMAN - PHAISTOS NETWORKS, S.A.

Cookie duration: 3650 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


ADFORM A/S

Cookie duration: 3650 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


RATEGAIN ADARA INC

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policy
Consent


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policy
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


GUMGUM, INC.

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policy
Consent


JUSTPREMIUM BV

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


LUMEN RESEARCH LIMITED

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


OPENX

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


NANO INTERACTIVE GROUP LTD.

Doesn't use cookies.

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

more




View details | Privacy policy
Consent


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 policy
Consent


PUBMATIC, INC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


COMSCORE B.V.

Cookie duration: 720 (days).

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

more

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


View details | Privacy policy
Consent


FLASHTALKING

Cookie duration: 730 (days).

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

more




View details | Privacy policy
Consent


SHARETHROUGH, INC

Cookie duration: 30 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


PULSEPOINT, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


VISARITY TECHNOLOGIES GMBH

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policy
Legitimate interest


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
ConsentLegitimate interest


GENIUS SPORTS UK LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


TEROA S.A.

Cookie duration: 2555 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


CRITEO SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


1PLUSX AG

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADLOOX SA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

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

more

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


View details | Privacy policy
Consent


LIVERAMP

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


GROUPM UK LIMITED

Cookie duration: 395 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


MIQ DIGITAL LTD

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
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 policy
ConsentLegitimate interest


RICH AUDIENCE TECHNOLOGIES SLU

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


LOOPME LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


SHOWHEROES SE

Cookie duration: 393 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


SUBLIME

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


SMARTCLIP EUROPE GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ASK LOCALA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


EYEOTA PTE LTD

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


AZIRA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


PIXIMEDIA

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


DIGITALAUDIENCE B.V.

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


SMARTSTREAM.TV GMBH

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


OS DATA SOLUTIONS GMBH

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


PLATFORM161 B.V.

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


EMODO LLC

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


MEDIA.NET ADVERTISING FZ-LLC

Cookie duration: 2190 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


CONNATIX NATIVE EXCHANGE INC.

Cookie duration: 31 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


LIVEINTENT INC.

Cookie duration: 731 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ADMAN INTERACTIVE SLU

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


INSKIN MEDIA LTD

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


YOC AG

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


ANTVOICE

Cookie duration: 403 (days).

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

more

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


View details | Privacy policy
Consent


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
ConsentLegitimate interest


SEEDTAG ADVERTISING S.L

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


UNDERDOG MEDIA LLC

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


AUDIENCE SOLUTIONS S.A.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


SMADEX, S.L.U.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


BOMBORA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


OUTBRAIN UK LTD

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


EASYMEDIA GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


YIELDMO, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


A MILLION ADS

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Storage details | Privacy policy
Consent


HYBRID THEORY GLOBAL LTD

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


MEDIARITHMICS SAS

Cookie duration: 365 (days).

Data collected and processed: Device identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


BIDTELLECT, INC

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


VIDEO INTELLIGENCE AG

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


REMERGE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


AFFLE IBERIA SL

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


REZONENCE LIMITED

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ADVANCED STORE GMBH

Cookie duration: 365 (days).

Data collected and processed: Device identifiers

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADELEMENT MEDIA SOLUTIONS PVT LTD

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


MAGNITE CTV, INC.

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADSSETS AB

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


HYBRID ADTECH GMBH

Cookie duration: 365 (days).

Data collected and processed: Device characteristics, Device identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


ZEMANTA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Users’ profiles

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


EMETRIQ GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


2KDIRECT, INC. (DBA IPROMOTE)

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADRULE MOBILE GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 1825 (days).

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

more

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


View details | Privacy policy
Consent


OPT OUT ADVERTISING B.V.

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


ACUITYADS INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ROCKERBOX, INC

Cookie duration: 1 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


BUCKSENSE INC

Cookie duration: 2 (days).

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

more




View details | Storage details | Privacy policy
Consent


STACKADAPT INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


ONETAG LIMITED

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


TWIAGO GMBH

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


SMARTOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


JADUDA GMBH

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
ConsentLegitimate interest


IMPROVE DIGITAL

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


LIQUIDM TECHNOLOGY GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


WUNDERKIND CORPORATION

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


DT EXCHANGE (FYBER MONETIZATION LTD.)

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


A.MOB

Cookie duration: 395 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


BANNERFLOW AB

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


WIZALY

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


WEBORAMA

Cookie duration: 393 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


COMCAST INTERNATIONAL FRANCE SAS/FREEWHEEL MEDIA, INC.

Cookie duration: 183 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


READPEAK OY

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


SPRINGSERVE, LLC

Cookie duration: 364 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


POLAR MOBILE GROUP INC.

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


CUEBIQ GROUP, LLC

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


ZEOTAP GMBH

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


VISTAR MEDIA EMEA BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policy
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policy
Consent


ROCKABOX MEDIA LTD

Doesn't use cookies.

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

more




View details | Storage details | Privacy policy
Legitimate interest


MOBFOX US LLC

Cookie duration: 14 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


EXACTAG GMBH

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


KEYMANTICS

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


GAMNED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


MAINADV SRL

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


CLIPCENTRIC, INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


KNOREX

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


GEMIUS SA

Cookie duration: 1825 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


INMOBI PTE LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


TELECOMING S.A.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policy
Legitimate interest


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

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

more

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


View details | Privacy policy
Consent


SAMBA TV UK LIMITED

Cookie duration: 390 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


MGID INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


REVX

Doesn't use cookies.

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

more




View details | Privacy policy
Consent


COMMUNICATIONADS GMBH & CO. KG

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


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 policy
Consent


SOLOCAL SA

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


THE REACH GROUP GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


PIXALATE, INC.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policy
Consent


NUMBERLY

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


AUDIENCEPROJECT A/S

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


DEMANDBASE, INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


EFFILIATION / EFFINITY

Cookie duration: 30 (days).

Data collected and processed: Device characteristics

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ARRIVALIST CO.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ADTELLIGENT INC.

Cookie duration: 93 (days).

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

more

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


View details | Privacy policy
Consent


PIANO SOFTWARE INC.

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


EULERIAN TECHNOLOGIES

Cookie duration: 390 (days).

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

more

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


View details | Privacy policy
Consent


SEENTHIS AB

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policy


COMMANDERS ACT

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers

more




View details | Storage details | Privacy policy
Consent


BRAND METRICS SWEDEN AB

Cookie duration: 386 (days).

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

more

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


View details | Privacy policy
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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

more

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


View details | Privacy policy
Consent


HUMAN

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


BLENDEE SRL

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


RICO DEVELOPMENTS LTD

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device characteristics

more

Cookie duration resets each session.


View details | Privacy policy
Consent


B2B MEDIA GROUP GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


PAPIRFLY AS

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policy
Legitimate interest


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


ZETA GLOBAL CORP.

Cookie duration: 60 (days).

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

more




View details | Storage details | Privacy policy
Consent


TAPTAP DIGITAL SL

Cookie duration: 19 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


INFINIA MOBILE S.L.

Doesn't use cookies.

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

more




View details | Privacy policy
Consent


MADINGTON

Doesn't use cookies.

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

more




View details | Privacy policy
Consent


PLAYGROUND XYZ EMEA LTD

Cookie duration: 90 (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 policy
Consent


AUTOMATTIC ADS

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


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 policy
Consent


NEXD

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


LUCID HOLDINGS, LLC

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


ADMIXER EU GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


PEXI B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


SUNMEDIA

Cookie duration: 120 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


JAMPP LTD

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


SMARTYADS INC.

Doesn't use cookies.

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

more




View details | Privacy policy
Consent


GLOBALWEBINDEX

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


DEEPINTENT, INC.

Cookie duration: 548 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ILLUMA TECHNOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: Browsing and interaction data

more




View details | Storage details | Privacy policy
Legitimate interest


ADHESE

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ADHOOD

Cookie duration: 540 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


OTTO (GMBH & CO KG)

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


NEXT MEDIA SRL

Cookie duration: 180 (days).

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

more

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


View details | Privacy policy
Consent


CHEQ AI TECHNOLOGIES

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device characteristics

more

Cookie duration resets each session.


View details | Storage details | Privacy policy


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 policy
Consent


LOCALSENSOR B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


ADJUST DIGITAL A/S

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policy


ADNAMI APS

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


ADSERVE.ZONE / ADSERVE AS

Doesn't use cookies.

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


MARKET RESOURCE PARTNERS LLC

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


BEINTOO SPA

Cookie duration: 366 (days).

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

more




View details | Privacy policy
Consent


BLUE

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policy
Consent


NORSTAT AS

Cookie duration: 731 (days).

Data collected and processed: User-provided data

more

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


View details | Storage details | Privacy policy
Consent


BILENDI SA

Cookie duration: Uses session cookies.

Data collected and processed: User-provided data

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


CONTACT IMPACT GMBH/AXEL SPRINGER TEASER AD GMBH

Cookie duration: 500 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policy
Consent


SPORTRADAR AG

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


CONTENT IGNITE

Cookie duration: 396 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


GP ONE GMBH

Cookie duration: Uses session cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


BLIINK SAS

Cookie duration: 396 (days).

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

more




View details | Storage details | Privacy policy
Consent


RESEARCH AND ANALYSIS OF MEDIA IN SWEDEN AB

Cookie duration: 371 (days).

Data collected and processed: IP addresses, Device identifiers

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


MOBSUCCESS

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


LIFTOFF MONETIZE AND VUNGLE EXCHANGE

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


INTERCEPT INTERACTIVE INC. DBA UNDERTONE

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
ConsentLegitimate interest


BLUE BILLYWIG GROUP BV

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ARKEERO

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


GO.PL SP. Z O.O.

Cookie duration: 3000 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


HYPERTV INC.

Cookie duration: 3650 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


KWANKO

Cookie duration: 60 (days).

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

more

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


View details | Privacy policy
Consent


REPPUBLIKA RESEARCH & ANALYTICS AUSTRIA GMBH

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


VRTCAL MARKETS INC

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Legitimate interest


SYNKD UK LTD.

Cookie duration: 1 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


DATASEAT LTD

Cookie duration: 1 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


ADZYMIC CREAVIBES

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policy
Consent


YOUGOV

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


APPIER PTE LTD

Cookie duration: 365 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


CAVAI AS

Doesn't use cookies.

Data collected and processed: Browsing and interaction data

more




View details | Privacy policy
Legitimate interest


INFONLINE GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


CINT AB

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


6SENSE INSIGHTS, INC.

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


AUDIENCERATE LTD

Cookie duration: 15 (days).

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

more




View details | Privacy policy
Consent


VIDAZOO LTD

Cookie duration: 31 (days).

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

more




View details | Storage details | Privacy policy
ConsentLegitimate interest


GOOD-LOOP LTD

Cookie duration: 31 (days).

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policy
ConsentLegitimate interest


KIOSKED LTD

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


DISTROSCALE, INC.

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


GFK GMBH

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


REVJET

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


FIRSTLEAD GMBH (ADCELL)

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


CLINCH LABS LTD

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


BAM! INTERACTIVE MARKETING GMBH

Cookie duration: 1 (days).

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

more




View details | Storage details | Privacy policy
Consent


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


EUVIC 360E-COM SP. Z O.O.

Cookie duration: 30 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


DISCOVER-TECH LTD

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers

more




View details | Privacy policy
Consent


NUBO LTD

Cookie duration: 1 (days).

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

more




View details | Privacy policy
ConsentLegitimate interest


HEARTS AND SCIENCE MÜNCHEN GMBH

Cookie duration: 60 (days).

Data collected and processed: IP addresses

more

Cookie duration resets each session.


View details | Privacy policy
Consent


MEDIA SQUARE

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


EASY MARKETING GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ADPONE SL

Cookie duration: 120 (days).

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

more




View details | Privacy policy
Consent


BANNERNOW, INC.

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policy
Legitimate interest


LINKEDIN IRELAND UNLIMITED COMPANY

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


LEAD ALLIANCE GMBH

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ESKIMI

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


EDGE NPD SP. Z O.O.

Cookie duration: 730000 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


ADTRIBA GMBH

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


JETPACK DIGITAL LLC

Doesn't use cookies.

Data collected and processed: Browsing and interaction data

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Legitimate interest


PIXFUTURE MEDIA INC.

Cookie duration: 7 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


SPICY MOBILE KARCZEWSKI ZAWADZKI SPÓŁKA JAWNA

Cookie duration: 28 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


BSMARTDATA GMBH

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policy
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 policy
Consent


ENSIGHTEN

Cookie duration: 1825 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Legitimate interest


EMARKETINGSOLUTIONS, ONLINE MARKETING S.L.

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


ADNUNTIUS AS

Cookie duration: 2486 (days).

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

more

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


View details | Privacy policy
ConsentLegitimate interest


MINTEGRAL INTERNATIONAL LIMITED

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policy
ConsentLegitimate interest


INGENIOUS TECHNOLOGIES AG

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


IVO MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


PRECISO SRL

Cookie duration: 30 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


APPUSH TECHNOLOGIES

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policy
ConsentLegitimate interest


DIANOMI PLC

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policy
ConsentLegitimate interest


TIMEONE PERFORMANCE

Cookie duration: 13 (days).

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

more

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


View details | Privacy policy
Consent


AWIN AG

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


REDBRANCH, INC DBA FRAUDLOGIX

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policy
Legitimate interest


DENTSU PRODUCT & SERVICES GMBH

Cookie duration: 356 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


ALPHALYR SAS

Cookie duration: 30 (days).

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

more

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


View details | Storage details | Privacy policy
Legitimate interest


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policy
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 policy
Consent


METRIXLAB NEDERLAND B.V.

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Privacy policy
Consent


BELBOON GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


STREAM EYE OOD

Doesn't use cookies.

Data collected and processed: IP addresses

more




View details | Privacy policy


ADBALANCER WERBEAGENTUR GMBH

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policy


CLIPR

Cookie duration: 60 (days).

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

more

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


View details | Storage details | Privacy policy
Consent


PELMOREX CORP.

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policy
Consent


TV SQUARED LIMITED D/B/A INNOVIDXP

Cookie duration: 730 (days).

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

more




View details | Privacy policy
Consent


BYTEDANCE PTE. LTD.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
ConsentLegitimate interest


IPROSPECT GMBH

Cookie duration: 356 (days).

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

more

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


View details | Privacy policy
Consent


EXTREME REACH, INC

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Privacy policy
Consent


SOMPLO LTD

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policy
Legitimate interest


VYDE LTD.

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


ADELAIDE METRICS INC

Doesn't use cookies.

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

more




View details | Privacy policy
Legitimate interest


REALYTICS

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


GAMESIGHT INC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


ARTCHAOS S.R.O.

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers

more




View details | Privacy policy
Consent


ARPEELY LTD.

Cookie duration: 90 (days).

Data collected and processed: IP addresses

more

Cookie duration resets each session.


View details | Privacy policy
ConsentLegitimate interest


ADVENTURE MEDIA SARL

Cookie duration: 3650 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
ConsentLegitimate interest


BETTER ADS GMBH

Cookie duration: 60 (days).

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

more




View details | Privacy policy
Consent


MICROSOFT ADVERTISING

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


ALPHONSO INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent


CONGSTAR GMBH

Cookie duration: 7 (days).

Data collected and processed: IP addresses

more




View details | Storage details | Privacy policy
Consent


RAPTOR SERVICES A/S

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policy
Consent


VOLENTIO JSD LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policy
Legitimate interest


AFFLE INC

Doesn't use cookies.

Data collected and processed: IP addresses, Device identifiers

more

Uses other forms of storage.


View details | Storage details | Privacy policy
Consent

Ad partners


EACNUR

Privacy policy
Consent


ADPREDICTIVE

Privacy policy
Consent


ADRIVER

Privacy policy
Consent


ADTELLIGENCE

Privacy policy
Consent


ADVERLINE

Privacy policy
Consent


ARTSAI

Privacy policy
Consent


AKAMAI

Privacy policy
Consent


ARBIGO INC.

Privacy policy
Consent


META

Privacy policy
Consent


AUNICA

Privacy policy
Consent


BOOKING.COM

Privacy policy
Consent


DIRECT INTERACTIVE

Privacy policy
Consent


C3 METRICS

Privacy policy
Consent


CAPITALDATA

Privacy policy
Consent


CLICKFORCE

Privacy policy
Consent


CONNEXITY

Privacy policy
Consent


CONSTANT CONTACT

Privacy policy
Consent


CONVERSIVE

Privacy policy
Consent


IBM

Privacy policy
Consent


DAC

Privacy policy
Consent


ENGAGEBDR

Privacy policy
Consent


EVIDON

Privacy policy
Consent


FORBES

Privacy policy
Consent


GOODWAY GROUP

Privacy policy
Consent


GROOVINADS

Privacy policy
Consent


ADACADO

Privacy policy
Consent


HQ GMBH

Privacy policy
Consent


INNITY

Privacy policy
Consent


INTELLIAD

Privacy policy
Consent


INTERPOLLS

Privacy policy
Consent


KWANZOO

Privacy policy
Consent


LINKSTORM

Privacy policy
Consent


MIQ

Privacy policy
Consent


DSTILLERY

Privacy policy
Consent


MEDIAMATH

Privacy policy
Consent


METALYZER

Privacy policy
Consent


ZMS

Privacy policy
Consent


MIXPO

Privacy policy
Consent


OMNICOM MEDIA GROUP

Privacy policy
Consent


OPENSLATE

Privacy policy
Consent


THUNDER

Privacy policy
Consent


PARSHIP

Privacy policy
Consent


PLATFORMONE

Privacy policy
Consent


PULPO (AN ENTRAVISION COMPANY)

Privacy policy
Consent


VIEWBIX

Privacy policy
Consent


RECRUIT JP

Privacy policy
Consent


RESONATE

Privacy policy
Consent


SUITE 66

Privacy policy
Consent


ADNANNY.COM

Privacy policy
Consent


SCIGINEER

Privacy policy
Consent


MEDIAHEAD

Privacy policy
Consent


SMN CORPORATION

Privacy policy
Consent


SOJERN

Privacy policy
Consent


TAPAD

Privacy policy
Consent


TRADEDOUBLER AB

Privacy policy
Consent


TRAVELCLICK

Privacy policy
Consent


TRUSTARC

Privacy policy
Consent


TRUEFFECT

Privacy policy
Consent


VIZURY

Privacy policy
Consent


MARKIT

Privacy policy
Consent


TRAVEL DATA COLLECTIVE

Privacy policy
Consent


CYBERAGENT

Privacy policy
Consent


DAVINCI11

Privacy policy
Consent


MASHERO

Privacy policy
Consent


ADVOLUTION.CONTROL

Privacy policy
Consent


MICROAD

Privacy policy
Consent


WEBGAINS

Privacy policy
Consent


AT INTERNET

Privacy policy
Consent


MIAOZHEN SYSTEMS

Privacy policy
Consent


LIFESTREET

Privacy policy
Consent


TRADELAB

Privacy policy
Consent


REVENUEMANTRA

Privacy policy
Consent


ZEBESTOF

Privacy policy
Consent


LNDATA

Privacy policy
Consent


TREND RESEARCH

Privacy policy
Consent


ECONDA GMBH

Privacy policy
Consent


YUSP

Privacy policy
Consent


LIVELYIMPACT

Privacy policy
Consent


BATCH MEDIA

Privacy policy
Consent


QUARTICON

Privacy policy
Consent


TRACEAD

Privacy policy
Consent


NOVEM

Privacy policy
Consent


ADTARGET.ME

Privacy policy
Consent


ADZERK

Privacy policy
Consent


GDM SERVICES, INC D/B/A FIKSU DSP

Privacy policy
Consent


SILVER EGG TECHNOLOGY

Privacy policy
Consent


VODAFONE GMBH

Privacy policy
Consent


TINKOFF.RU

Privacy policy
Consent


KPI SOLUTIONS

Privacy policy
Consent


MAXCDN

Privacy policy
Consent


MAGNITE

Privacy policy
Consent


MOPUB (A DIVISION OF TWITTER, INC.)

Privacy policy
Consent


YANDEX

Privacy policy
Consent


ADBLADE

Privacy policy
Consent


SINGULAR LABS INC.

Privacy policy
Consent


SCENESTEALER

Privacy policy
Consent


NETQUEST

Privacy policy
Consent


MIXMARKET AFFILIATE NETWORK

Privacy policy
Consent


MAIL.RU

Privacy policy
Consent


WALMART

Privacy policy
Consent


MANAGE.COM

Privacy policy
Consent


CLOUDFLARE

Privacy policy
Consent


BRAINWORKZ

Privacy policy
Consent


TROVIT

Privacy policy
Consent


SALESFORCE DMP

Privacy policy
Consent


LENDGO & INNOVATIVE METRICS

Privacy policy
Consent


AUDIENCE2MEDIA

Privacy policy
Consent


TAGTOO

Privacy policy
Consent


ADDROID

Privacy policy
Consent


INMIND

Privacy policy
Consent


BRIDGEWELL

Privacy policy
Consent


ORANGE ADVERTISING

Privacy policy
Consent


ADVANSE

Privacy policy
Consent


AUDIENCEVALUE

Privacy policy
Consent


NETFLIX

Privacy policy
Consent


GETINTENT

Privacy policy
Consent


GOLDSPOT MEDIA

Privacy policy
Consent


DYNADMIC

Privacy policy
Consent


YRGLM INC.

Privacy policy
Consent


TRAFMAG

Privacy policy
Consent


LIGATUS

Privacy policy
Consent


COADVERTISE

Privacy policy
Consent


ADCASH

Privacy policy
Consent


STAILAMEDIA

Privacy policy
Consent


EBUILDERS

Privacy policy
Consent


ADGIBBON BV

Privacy policy
Consent


ADTOOX

Privacy policy
Consent


APPLOVIN CORP.

Privacy policy
Consent


SOURCEKNOWLEDGE

Privacy policy
Consent


M,P,NEWMEDIA,

Privacy policy
Consent


EMX DIGITAL

Privacy policy
Consent


CROSSINSTALL, INC

Privacy policy
Consent


OVC GMBH

Privacy policy
Consent


CTP TECH, LLC

Privacy policy
Consent


FRACTIONAL MEDIA

Privacy policy
Consent


ADSNIPER

Privacy policy
Consent


LINK INSTITUT

Privacy policy
Consent


RACKSPACE

Privacy policy
Consent


MEDIAWALLAH

Privacy policy
Consent


SIGNAL

Privacy policy
Consent


YDIGITAL MEDIA

Privacy policy
Consent


MSI-ACI

Privacy policy
Consent


KIMIA GROUP

Privacy policy
Consent


FIRSTSTARS

Privacy policy
Consent


VSERV

Privacy policy
Consent


ADMETRICS

Privacy policy
Consent


CHOCOLATE PLATFORM

Privacy policy
Consent


DATALICIOUS

Privacy policy
Consent


HBFSTECH

Privacy policy
Consent


KUPONA

Privacy policy
Consent


EXPOSEBOX

Privacy policy
Consent


YOOSE

Privacy policy
Consent


TRIPADVISOR

Privacy policy
Consent


NAVEGG

Privacy policy
Consent


ADMEDO

Privacy policy
Consent


TAPTICA

Privacy policy
Consent


JOYSTICK INTERACTIVE

Privacy policy
Consent


[24]7.AI (SUCCESSOR TO ENGAGECLICK)

Privacy policy
Consent


SIMPLAEX GMBH

Privacy policy
Consent


KOCHAVA

Privacy policy
Consent


MAVERICK

Privacy policy
Consent


LEADBOLT

Privacy policy
Consent


UCFUNNEL

Privacy policy
Consent


WISH

Privacy policy
Consent


MOBITRANS

Privacy policy
Consent


MOBUSI

Privacy policy
Consent


ORBIS VIDEO

Privacy policy
Consent


LOKA RESEARCH

Privacy policy
Consent


KAYZEN

Privacy policy
Consent


IGAWORKS

Privacy policy
Consent


AIDATA

Privacy policy
Consent


ONEDIGITALAD TECHNOLOGIES

Privacy policy
Consent


UNITYMEDIA

Privacy policy
Consent


PERFECT AUDIENCE

Privacy policy
Consent


CLICKAGY

Privacy policy
Consent


DYNAMIC YIELD

Privacy policy
Consent


ADEX

Privacy policy
Consent


GROUNDTRUTH

Privacy policy
Consent


RONTAR

Privacy policy
Consent


PLACED

Privacy policy
Consent


ANSWER MEDIA

Privacy policy
Consent


IMPACT

Privacy policy
Consent


GRUVI

Privacy policy
Consent


APNIC

Privacy policy
Consent


SPOTAD

Privacy policy
Consent


AARKI

Privacy policy
Consent


F@N COMMUNICATIONS

Privacy policy
Consent


DYNAD

Privacy policy
Consent


VIVALU

Privacy policy
Consent


TURBO

Privacy policy
Consent


FOURSQUARE

Privacy policy
Consent


MOZOO

Privacy policy
Consent


MOMENTUM

Privacy policy
Consent


HOUSING.COM

Privacy policy
Consent


CHANNELADVISOR

Privacy policy
Consent


GOBID

Privacy policy
Consent


TF1 - FR

Privacy policy
Consent


BONZAI

Privacy policy
Consent


ADVENTIVE

Privacy policy
Consent


OPTIMISE

Privacy policy
Consent


DEMAND SIDE SCIENCE, INC.

Privacy policy
Consent


SFR

Privacy policy
Consent


CABLATO

Privacy policy
Consent


ERATE

Privacy policy
Consent


WAYSTACK

Privacy policy
Consent


MOBILE INNOVATIONS

Privacy policy
Consent


EPIC COMBO

Privacy policy
Consent


TEALIUM

Privacy policy
Consent


VPON

Privacy policy
Consent


REALZEIT

Privacy policy
Consent


ALKEMICS

Privacy policy
Consent


NINTHDECIMAL

Privacy policy
Consent


TENMAX

Privacy policy
Consent


TRESENSA

Privacy policy
Consent


ADLUDIO

Privacy policy
Consent


LOTLINX®

Privacy policy
Consent


F SHARP

Privacy policy
Consent


A1 PERFORMANCEFACTORY

Privacy policy
Consent


QANTAS

Privacy policy
Consent


KEEN

Privacy policy
Consent


JAMLOOP

Privacy policy
Consent


GRIDSUM

Privacy policy
Consent


TAPJOY

Privacy policy
Consent


BIGABID

Privacy policy
Consent


AZAMEO

Privacy policy
Consent


UBERMEDIA

Privacy policy
Consent


LOCALSTARS

Privacy policy
Consent


ROY MORGAN RESEARCH

Privacy policy
Consent


KADAM

Privacy policy
Consent


ENBRITELY

Privacy policy
Consent


STREAMRAIL

Privacy policy
Consent


TREEPODIA

Privacy policy
Consent


BLUECORE, INC.

Privacy policy
Consent


OPTIMIZE LCC D.B.A GENIUS MONKEY

Privacy policy
Consent


GSKINNER

Privacy policy
Consent


YAHOO! JAPAN

Privacy policy
Consent


EVC

Privacy policy
Consent


TAPCLIQ

Privacy policy
Consent


ADBOX

Privacy policy
Consent


CRUTCHFIELD

Privacy policy
Consent


CHALK DIGITAL

Privacy policy
Consent


BIZIBLE

Privacy policy
Consent


OXFORD BIOCHRONOMETRICS

Privacy policy
Consent


ADTILE

Privacy policy
Consent


CRUCIAL INTERACTIVE INC.

Privacy policy
Consent


DELTAX

Privacy policy
Consent


SOMO AUDIENCE

Privacy policy
Consent


ART OF CLICK

Privacy policy
Consent


ADWAYS SAS

Privacy policy
Consent


ENVISIONX LTD

Privacy policy
Consent


WAVENET

Privacy policy
Consent


TWYN

Privacy policy
Consent


HAPPYFICATION INC

Privacy policy
Consent


ADELLO

Privacy policy
Consent


KEYCDN

Privacy policy
Consent


MEDIAN

Privacy policy
Consent


SELLPOINTS

Privacy policy
Consent


HOCKEYCURVE

Privacy policy
Consent


UMENG PLUS BEIJING TECHNOLOGY LIMITED COMPANY

Privacy policy
Consent


ADTRADER

Privacy policy
Consent


UPWAVE

Privacy policy
Consent


IQM

Privacy policy
Consent


JUSTWATCH

Privacy policy
Consent


SOFTCUBE

Privacy policy
Consent


CUBED

Privacy policy
Consent


AERSERV

Privacy policy
Consent


INTIMATE MERGER

Privacy policy
Consent


INCUBIQ

Privacy policy
Consent


1TRN

Privacy policy
Consent


IBILLBOARD

Privacy policy
Consent


OPTOMATON

Privacy policy
Consent


E-CONTENTA

Privacy policy
Consent


WOOTAG

Privacy policy
Consent


STARTAPP

Privacy policy
Consent


EXPEDIA, INC.

Privacy policy
Consent


OMNIVIRT

Privacy policy
Consent


FLUCT

Privacy policy
Consent


ZUCKS

Privacy policy
Consent


CONVERSION LOGIC

Privacy policy
Consent


COLLEGEHUMOR

Privacy policy
Consent


LOUDER

Privacy policy
Consent


ZUUVI

Privacy policy
Consent


VIANT

Privacy policy
Consent


SNITCHER.COM

Privacy policy
Consent


ROMIR

Privacy policy
Consent


PI-RATE / PUBINTL

Privacy policy
Consent


CAULY

Privacy policy
Consent


DENTSU AEGIS NETWORK

Privacy policy
Consent


MILLEMEDIA

Privacy policy
Consent


PRODATA MEDIA

Privacy policy
Consent


BIDEASE

Privacy policy
Consent


STRATIO BIG DATA

Privacy policy
Consent


SCIBIDS TECHNOLOGY

Privacy policy
Consent


CORTEX

Privacy policy
Consent


APPTV

Privacy policy
Consent


PROGSOL.CZ

Privacy policy
Consent


LKQD

Privacy policy
Consent


MADGIC

Privacy policy
Consent


DIGISEG

Privacy policy
Consent


UNICORN

Privacy policy
Consent


WONDERBLY

Privacy policy
Consent


DOUBLE CHECK

Privacy policy
Consent


SMART.BID LTD

Privacy policy
Consent


FIVERR

Privacy policy
Consent


PURE COBALT

Privacy policy
Consent


CEDATO

Privacy policy
Consent


TWINPINE

Privacy policy
Consent


MAELICO LTD

Privacy policy
Consent


GROUNDHOGTECH

Privacy policy
Consent


NETSCORE

Privacy policy
Consent


VE INTERACTIVE

Privacy policy
Consent


OPENLEDGER APS

Privacy policy
Consent


WHICHIT UK LTD

Privacy policy
Consent


ATEDRA

Privacy policy
Consent


ADLOCAL.NET

Privacy policy
Consent


REES46

Privacy policy
Consent


HAENSEL AMS

Privacy policy
Consent


KAYAK

Privacy policy
Consent


NATIVEADS.COM

Privacy policy
Consent


BDSK HANDELS GMBH & CO. KG

Privacy policy
Consent


RIESENIA.COM

Privacy policy
Consent


OBJECTIVE PARTNERS

Privacy policy
Consent


AIRTORY

Privacy policy
Consent


SPACE ADSERVER

Privacy policy
Consent


CHEETAH MOBILE

Privacy policy
Consent


SPRING VENTURE GROUP

Privacy policy
Consent


ONSEO

Privacy policy
Consent


DYNADMIC CORPORATION

Privacy policy
Consent


CREDEBAT

Privacy policy
Consent


GRUUV INTERACTIVE

Privacy policy
Consent


SUPERSHIP

Privacy policy
Consent


MARKETING SCIENCE CONSULTING GROUP, INC.

Privacy policy
Consent


REACTIVE

Privacy policy
Consent


DENTSU

Privacy policy
Consent


SNAP INC.

Privacy policy
Consent


KOBLER

Privacy policy
Consent


APPSFLYER

Privacy policy
Consent


NETSUCCESS

Privacy policy
Consent


NEXUS SOFT

Privacy policy
Consent


GIANTMEDIA

Privacy policy
Consent


IGNITIONAI

Privacy policy
Consent


PARRABLE

Privacy policy
Consent


D4

Privacy policy
Consent


TORCHAD

Privacy policy
Consent


NATIVE TOUCH

Privacy policy
Consent


BRANCH

Privacy policy
Consent


BANNERWISE

Privacy policy
Consent


PATHMATICS

Privacy policy
Consent


N2

Privacy policy
Consent


NET INFO

Privacy policy
Consent


ADNETIC

Privacy policy
Consent


POWERLINKS MEDIA LTD.

Privacy policy
Consent


OPINIONADS

Privacy policy
Consent


WIDESPACE

Privacy policy
Consent


QUALTRICS

Privacy policy
Consent


ADVERTSERVE

Privacy policy
Consent


KAUFDA

Privacy policy
Consent


SOFTCRYLIC

Privacy policy
Consent


DELTA AIR LINES

Privacy policy
Consent


SAPE

Privacy policy
Consent


ADPLAY

Privacy policy
Consent


APPGROWTH INC.

Privacy policy
Consent


TAPKLIK

Privacy policy
Consent


VERTOZ

Privacy policy
Consent


SKETCHFAB, INC.

Privacy policy
Consent


TAIWAN MOBILE CO LTD

Privacy policy
Consent


ADSTRA

Privacy policy
Consent


ALOOMA

Privacy policy
Consent


北京泛为信息科技有限公司

Privacy policy
Consent


LISTENLOOP

Privacy policy
Consent


DISPLAY.DIRECT

Privacy policy
Consent


AMINO PAYMENTS, INC.

Privacy policy
Consent


VIMEO

Privacy policy
Consent


ADRETARGET

Privacy policy
Consent


LANDS' END

Privacy policy
Consent


PERSONA.LY

Privacy policy
Consent


DPG MEDIA BV

Privacy policy
Consent


LIFESIGHT

Privacy policy
Consent


VERTRIEBSWERK

Privacy policy
Consent


TVADSYNC

Privacy policy
Consent


X-SOCIAL

Privacy policy
Consent


FRESH8 GAMING

Privacy policy
Consent


TAIL

Privacy policy
Consent


TOTALJOBS GROUP LTD

Privacy policy
Consent


IOTEC

Privacy policy
Consent


HOTELS.COM L. P.

Privacy policy
Consent


OVERSTOCK

Privacy policy
Consent


THOMANN GMBH

Privacy policy
Consent


COMBELL

Privacy policy
Consent


ORACLE DATA CLOUD

Privacy policy
Consent


YABBI

Privacy policy
Consent


DATAFY

Privacy policy
Consent


SWAVEN

Privacy policy
Consent


HASHTAG'D

Privacy policy
Consent


SAS ONE PLANET ONLY

Privacy policy
Consent


TRUE WAVE TECHNOLOGIES LIMITED

Privacy policy
Consent


ALION

Privacy policy
Consent


DUMARCA GAMING LTD

Privacy policy
Consent


EFICIENS

Privacy policy
Consent


BAROMETRIC

Privacy policy
Consent


RIPPLL LTD

Privacy policy
Consent


DIGITALSUNRAY

Privacy policy
Consent


AFFILIATE FUTURE

Privacy policy
Consent


HASOFFER - TUNE, INC

Privacy policy
Consent


ADJUST GMBH

Privacy policy
Consent


LUCIDITY

Privacy policy
Consent


GRABIT INTERACTIVE

Privacy policy
Consent


JOURNEY BY CAKE

Privacy policy
Consent


LIVEPARTNERS

Privacy policy
Consent


APEX MOBILE MEDIA

Privacy policy
Consent


QRIOUSLY INC

Privacy policy
Consent


FXCM.COM

Privacy policy
Consent


RAMBLA

Privacy policy
Consent


DIGITAL AD SYSTEMS, CORP.

Privacy policy
Consent


R.O.EYE LIMITED

Privacy policy
Consent


MILANOO

Privacy policy
Consent


DAPP GLOBAL LIMITED

Privacy policy
Consent


HARGREAVES LANSDOWN

Privacy policy
Consent


BAUHOF GROUP AS

Privacy policy
Consent


RETAIL ROCKET LLC

Privacy policy
Consent


JYSK LINNEN'N FURNITURE OÜ

Privacy policy
Consent


BLUESUMMIT

Privacy policy
Consent


XCHECK

Privacy policy
Consent


BUTLERS GMBH & CO. KG

Privacy policy
Consent


BOSE

Privacy policy
Consent


THROTLE

Privacy policy
Consent


SNAPUPP TECHNOLOGIES SL

Privacy policy
Consent


RED CUBES LTD

Privacy policy
Consent


TCHIBO GMBH

Privacy policy
Consent


ASTROMOTION

Privacy policy
Consent


HOPLA ADS

Privacy policy
Consent


IRONSOURCE MOBILE

Privacy policy
Consent


NETBET

Privacy policy
Consent


ETERNA

Privacy policy
Consent


LOOPA

Privacy policy
Consent


世纪富轩科技发展(北京)有限公司

Privacy policy
Consent


AMP.AI BY SCALED INFERENCE

Privacy policy
Consent


CALZEDONIA

Privacy policy
Consent


UBER TECHNOLOGIES INC.

Privacy policy
Consent


MODELLBAU UNIVERSE GBR

Privacy policy
Consent


MEDIALABS

Privacy policy
Consent


NORDISK FILM A/S

Privacy policy
Consent


ADVRTAS

Privacy policy
Consent


VIEWST

Privacy policy
Consent


CLICKWISE

Privacy policy
Consent


COUPLING MEDIA

Privacy policy
Consent


CHARTBOOST

Privacy policy
Consent


ADMOST

Privacy policy
Consent


SQUEEZELY

Privacy policy
Consent


MEDIAPAL

Privacy policy
Consent


MARKETING TOWN

Privacy policy
Consent


NEXT LEVEL – AFFILIATE MARKETING

Privacy policy
Consent


MOVABLE INK

Privacy policy
Consent


FLEXITIVE

Privacy policy
Consent


DIVVIT AB

Privacy policy
Consent


TUKY DATA

Privacy policy
Consent


GLASSDOOR, INC.

Privacy policy
Consent


ADUNITY LTD

Privacy policy
Consent


OSCARO COM

Privacy policy
Consent


ADLIB DIGITAL LIMITED

Privacy policy
Consent


SYSTEMINA

Privacy policy
Consent


BANTERX INC

Privacy policy
Consent


REAS TRAVEL GROUP

Privacy policy
Consent


CONRAD

Privacy policy
Consent


GEOLAD GMBH

Privacy policy
Consent


SHUTTERSTOCK, INC.

Privacy policy
Consent


THEINDUSTRY AG

Privacy policy
Consent


MAYTRICS

Privacy policy
Consent


PLAN.NET PERFORMANCE

Privacy policy
Consent


CONTXTFUL

Privacy policy
Consent


DIGITAL HUB HANNOVER GMBH

Privacy policy
Consent


HUMAN MADE MACHINE LIMITED

Privacy policy
Consent


RETENCY

Privacy policy
Consent


MHU

Privacy policy
Consent


ADBUTLER

Privacy policy
Consent


LOCATION SCIENCES

Privacy policy
Consent


CARREFOUR

Privacy policy
Consent


BEYOND X

Privacy policy
Consent


MOBILCOM-DEBITEL

Privacy policy
Consent


LOGIQ DIGITAL MARKETING

Privacy policy
Consent


NUROFY AS

Privacy policy
Consent


FLYWHEEL

Privacy policy
Consent


DATA2DECISIONS

Privacy policy
Consent


FRANCETV PUBLICITÉ

Privacy policy
Consent


KELKOO

Privacy policy
Consent


PRODEGE, LLC.

Privacy policy
Consent


ISOBAR CZECH REPUBLIC

Privacy policy
Consent


SPIDERAF

Privacy policy
Consent


ADLOOP

Privacy policy
Consent


WOOBI

Privacy policy
Consent


WE ADAPT

Privacy policy
Consent


TRAFFICGUARD

Privacy policy
Consent


SIXIDE

Privacy policy
Consent


MARKETCAST LLC

Privacy policy
Consent


PARTNERIZE

Privacy policy
Consent


CLICK2BUY

Privacy policy
Consent


VF VISUAL FANTASTIX TANNER

Privacy policy
Consent


STREAM

Privacy policy
Consent


CHANNEL FOUR TELEVISION CORPORATION

Privacy policy
Consent


BOSTON CONSULTING GROUP

Privacy policy
Consent


GO MOBILE

Privacy policy
Consent


NEXT

Privacy policy
Consent


LEADSRX

Privacy policy
Consent


UBEX DSP

Privacy policy
Consent


CLARIO

Privacy policy
Consent


POWSTER

Privacy policy
Consent


ADCOMBI

Privacy policy
Consent


FIDUCIA DLT

Privacy policy
Consent


KONINKLIJKE PHILIPS N.V.

Privacy policy
Consent


ADPLAYER.PRO

Privacy policy
Consent


QUIET MEDIA

Privacy policy
Consent


THE VERY GROUP

Privacy policy
Consent


FACTUAL INC.

Privacy policy
Consent


OKTAWAVE

Privacy policy
Consent


COINZILLA

Privacy policy
Consent


VITAL MEDIA

Privacy policy
Consent


STEP A/S

Privacy policy
Consent


E.ON ENERGIE DEUTSCHLAND GMBH

Privacy policy
Consent


GETQUANTY

Privacy policy
Consent


MT-TECHNOLOGIES LLC

Privacy policy
Consent


EASYPLATFORM

Privacy policy
Consent


RETARGETLY

Privacy policy
Consent


TRANSMIT.LIVE

Privacy policy
Consent


GOODEED

Privacy policy
Consent


MMG

Privacy policy
Consent


SPIRABLE

Privacy policy
Consent


KWANZA DSP

Privacy policy
Consent


FLARIE

Privacy policy
Consent


OTM WORLDWIDE LLC

Privacy policy
Consent


FORTVISION

Privacy policy
Consent


WAGAWIN

Privacy policy
Consent


DYNAMO.VIDEO

Privacy policy
Consent


BUZZOOLA

Privacy policy
Consent


BLUE FACE CO.,LTD

Privacy policy
Consent


CLOUDINARY, INC.

Privacy policy
Consent


CLEAN.IO

Privacy policy
Consent


NOMURA

Privacy policy
Consent


PANDORA

Privacy policy
Consent


TARGET RTB

Privacy policy
Consent


WHATROCKS

Privacy policy
Consent


MI DSP

Privacy policy
Consent


PROGRAMMATIC ECOSYSTEM LLC

Privacy policy
Consent


SCALEMONK

Privacy policy
Consent


BLY

Privacy policy
Consent


ADWATCH

Privacy policy
Consent


T2Ó

Privacy policy
Consent


ONEDASH

Privacy policy
Consent


GROUPE M6

Privacy policy
Consent


ZYNGA

Privacy policy
Consent


RESET DIGITAL EUROPE LTD

Privacy policy
Consent


ADMO.TV

Privacy policy
Consent


BYTELOGICS

Privacy policy
Consent


ADSOLUTIONS BV

Privacy policy
Consent


DATABLOCKS, INC

Privacy policy
Consent


KADEN

Privacy policy
Consent


KUBIENT

Privacy policy
Consent


LIDL SUPERMERCADOS, S.A.U.

Privacy policy
Consent


KIDOZ

Privacy policy
Consent


NATIVEMSG

Privacy policy
Consent


ADFLARE

Privacy policy
Consent


MG-COMM

Privacy policy
Consent


90DEGREE

Privacy policy
Consent


TD-GDN

Privacy policy
Consent


BET365

Privacy policy
Consent


AD OPTIMA DIGITAL

Privacy policy
Consent


MOMAGIC

Privacy policy
Consent


VECTAURY

Privacy policy
Consent


LENTAINFORM

Privacy policy
Consent


ANSIRA PARTNERS

Privacy policy
Consent


ALIKEAUDIENCE

Privacy policy
Consent


IMPACT+

Privacy policy
Consent


LINE

Privacy policy
Consent


CLICKOCEAN

Privacy policy
Consent


ADPLUGG

Privacy policy
Consent


42 ADS

Privacy policy
Consent


INTANGO LTD.

Privacy policy
Consent


VINSTANT

Privacy policy
Consent


MELVAD

Privacy policy
Consent

Accept all



Confirm choices

Close

Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download

close carousel