store.hbr.org Open in urlscan Pro
192.200.160.12  Public Scan

Submitted URL: https://link.hbr.org/click/34493523.151990/aHR0cHM6Ly9zdG9yZS5oYnIub3JnL3Byb2R1Y3QvdGhlLW1pY3Jvc3RyZXNzLWVmZmVjdC1ob3...
Effective URL: https://store.hbr.org/product/the-microstress-effect-how-little-things-pile-up-and-create-big-problems-and-what-to-do-...
Submission: On March 07 via api from DE — Scanned from DE

Form analysis 6 forms found in the DOM

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" placeholder="Search HBR Products" id="quick-search" data-error-message="Search field cannot be empty." autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="navUser-quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" placeholder="Search HBR Products" id="navUser-quick-search" data-error-message="Search field cannot be empty." autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

GET /shop/

<form class="form form-quickSearch" action="/shop/" method="get">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="navPages-quick-search">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" placeholder="Search HBR Products" id="navPages-quick-search" data-error-message="Search field cannot be empty." autocomplete="off">
      <button class="form-submit" type="submit"></button>
    </div>
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>*</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name </label>
      <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-input" aria-required="">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>*</small>
      </label>
      <input type="text" id="email_input" data-label="Email" name="email" class="form-input" aria-required="false">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>*</small>
      </label>
      <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-input" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>*</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" class="form-input"></textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="84647">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>*</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name </label>
      <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-input" aria-required="">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>*</small>
      </label>
      <input type="text" id="email_input" data-label="Email" name="email" class="form-input" aria-required="false">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>*</small>
      </label>
      <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-input" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>*</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" class="form-input"></textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="84647">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST https://store.hbr.org/cart.php

<form class="form" method="post" action="https://store.hbr.org/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="84647" data-parent-sku="10573">
  <div data-product-option-change="" class="productView-bottom" style="">
    <div class="form-field form-radio-box" data-product-attribute="set-radio">
      <label class="form-label form-label--alternate form-label--inlineSmall"> Format: <small>*</small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_98" name="attribute[338581]" value="98" required="" data-state="false">
      <label data-product-attribute-value="98" class="radio-box" for="attribute_radio_338581_98" data-label="Choose a format" data-value="PDF" style="display: none;"> PDF </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_99" name="attribute[338581]" value="99" required="" data-state="false">
      <label data-product-attribute-value="99" class="radio-box" for="attribute_radio_338581_99" data-label="Choose a format" data-value="Audio MP3" style="display: none;"> Audio MP3 </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_100" name="attribute[338581]" value="100" required="" data-state="false">
      <label data-product-attribute-value="100" class="radio-box" for="attribute_radio_338581_100" data-label="Choose a format" data-value="Audio M4A" style="display: none;"> Audio M4A </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_101" name="attribute[338581]" value="101" required="" data-state="false">
      <label data-product-attribute-value="101" class="radio-box" for="attribute_radio_338581_101" data-label="Choose a format" data-value="Audio CDROM" style="display: none;"> Audio CDROM </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_102" name="attribute[338581]" value="102" required="" data-state="false">
      <label data-product-attribute-value="102" class="radio-box" for="attribute_radio_338581_102" data-label="Choose a format" data-value="Audio Cassette" style="display: none;"> Audio Cassette </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_103" name="attribute[338581]" value="103" required="" data-state="false">
      <label data-product-attribute-value="103" class="radio-box" for="attribute_radio_338581_103" data-label="Choose a format" data-value="Bundle" style="display: none;"> Bundle </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_104" name="attribute[338581]" value="104" required="" data-state="false">
      <label data-product-attribute-value="104" class="radio-box" for="attribute_radio_338581_104" data-label="Choose a format" data-value="DVD" style="display: none;"> DVD </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_105" name="attribute[338581]" value="105" required="" data-state="false">
      <label data-product-attribute-value="105" class="radio-box" for="attribute_radio_338581_105" data-label="Choose a format" data-value="Event Live Conference" style="display: none;"> Event Live Conference </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_106" name="attribute[338581]" value="106" required="" data-state="false">
      <label data-product-attribute-value="106" class="radio-box" for="attribute_radio_338581_106" data-label="Choose a format" data-value="Event Virtual Conference" style="display: none;"> Event Virtual Conference </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_107" name="attribute[338581]" value="107" required="" data-state="false">
      <label data-product-attribute-value="107" class="radio-box" for="attribute_radio_338581_107" data-label="Choose a format" data-value="Word Document" style="display: none;"> Word Document </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_108" name="attribute[338581]" value="108" required="" data-state="false">
      <label data-product-attribute-value="108" class="radio-box" for="attribute_radio_338581_108" data-label="Choose a format" data-value="Electronic Book" style="display: none;"> Electronic Book </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_109" name="attribute[338581]" value="109" required="" data-state="false">
      <label data-product-attribute-value="109" class="radio-box" for="attribute_radio_338581_109" data-label="Choose a format" data-value="Enhanced Electronic Book" style="display: none;"> Enhanced Electronic Book </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_110" name="attribute[338581]" value="110" required="" data-state="false">
      <label data-product-attribute-value="110" class="radio-box" for="attribute_radio_338581_110" data-label="Choose a format" data-value="ePub" style="display: none;"> ePub </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_111" name="attribute[338581]" value="111" required="" data-state="false">
      <label data-product-attribute-value="111" class="radio-box" for="attribute_radio_338581_111" data-label="Choose a format" data-value="Financial" style="display: none;"> Financial </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_112" name="attribute[338581]" value="112" required="" data-state="false" data-default="">
      <label data-product-attribute-value="112" class="radio-box is-available is-checked show" for="attribute_radio_338581_112" data-label="Choose a format" data-value="Ebook" style="display: inline;"> Ebook </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_113" name="attribute[338581]" value="113" required="" data-state="false">
      <label data-product-attribute-value="113" class="radio-box is-available show" for="attribute_radio_338581_113" data-label="Choose a format" data-value="Hardcover/Hardcopy" style="display: inline;"> Hardcover/Hardcopy </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_150" name="attribute[338581]" value="150" required="" data-state="false">
      <label data-product-attribute-value="150" class="radio-box" for="attribute_radio_338581_150" data-label="Choose a format" data-value="Hardcover/Hardcopy (Color)" style="display: none;"> Hardcover/Hardcopy (Color) </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_151" name="attribute[338581]" value="151" required="" data-state="false">
      <label data-product-attribute-value="151" class="radio-box" for="attribute_radio_338581_151" data-label="Choose a format" data-value="Hardcover/Hardcopy (B&amp;W)" style="display: none;"> Hardcover/Hardcopy (B&amp;W) </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_114" name="attribute[338581]" value="114" required="" data-state="false">
      <label data-product-attribute-value="114" class="radio-box" for="attribute_radio_338581_114" data-label="Choose a format" data-value="Web Based HTML" style="display: none;"> Web Based HTML </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_115" name="attribute[338581]" value="115" required="" data-state="false">
      <label data-product-attribute-value="115" class="radio-box" for="attribute_radio_338581_115" data-label="Choose a format" data-value="Kit" style="display: none;"> Kit </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_116" name="attribute[338581]" value="116" required="" data-state="false">
      <label data-product-attribute-value="116" class="radio-box" for="attribute_radio_338581_116" data-label="Choose a format" data-value="License" style="display: none;"> License </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_117" name="attribute[338581]" value="117" required="" data-state="false">
      <label data-product-attribute-value="117" class="radio-box" for="attribute_radio_338581_117" data-label="Choose a format" data-value="Magazine" style="display: none;"> Magazine </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_118" name="attribute[338581]" value="118" required="" data-state="false">
      <label data-product-attribute-value="118" class="radio-box" for="attribute_radio_338581_118" data-label="Choose a format" data-value="Mobi" style="display: none;"> Mobi </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_119" name="attribute[338581]" value="119" required="" data-state="false">
      <label data-product-attribute-value="119" class="radio-box" for="attribute_radio_338581_119" data-label="Choose a format" data-value="Multimedia CDROM" style="display: none;"> Multimedia CDROM </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_120" name="attribute[338581]" value="120" required="" data-state="false">
      <label data-product-attribute-value="120" class="radio-box" for="attribute_radio_338581_120" data-label="Choose a format" data-value="Multimedia Windows Media" style="display: none;"> Multimedia Windows Media </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_121" name="attribute[338581]" value="121" required="" data-state="false">
      <label data-product-attribute-value="121" class="radio-box" for="attribute_radio_338581_121" data-label="Choose a format" data-value="Paperback Book" style="display: none;"> Paperback Book </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_122" name="attribute[338581]" value="122" required="" data-state="false">
      <label data-product-attribute-value="122" class="radio-box" for="attribute_radio_338581_122" data-label="Choose a format" data-value="Powerpoint" style="display: none;"> Powerpoint </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_123" name="attribute[338581]" value="123" required="" data-state="false">
      <label data-product-attribute-value="123" class="radio-box" for="attribute_radio_338581_123" data-label="Choose a format" data-value="Paperback/Softbound" style="display: none;"> Paperback/Softbound </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_152" name="attribute[338581]" value="152" required="" data-state="false">
      <label data-product-attribute-value="152" class="radio-box" for="attribute_radio_338581_152" data-label="Choose a format" data-value="Paperback/Softbound (Color)" style="display: none;"> Paperback/Softbound (Color) </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_153" name="attribute[338581]" value="153" required="" data-state="false">
      <label data-product-attribute-value="153" class="radio-box" for="attribute_radio_338581_153" data-label="Choose a format" data-value="Paperback/Softbound (B&amp;W)" style="display: none;"> Paperback/Softbound (B&amp;W) </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_154" name="attribute[338581]" value="154" required="" data-state="false">
      <label data-product-attribute-value="154" class="radio-box" for="attribute_radio_338581_154" data-label="Choose a format" data-value="Registration Fee" style="display: none;"> Registration Fee </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_124" name="attribute[338581]" value="124" required="" data-state="false">
      <label data-product-attribute-value="124" class="radio-box" for="attribute_radio_338581_124" data-label="Choose a format" data-value="Short Run" style="display: none;"> Short Run </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_125" name="attribute[338581]" value="125" required="" data-state="false">
      <label data-product-attribute-value="125" class="radio-box" for="attribute_radio_338581_125" data-label="Choose a format" data-value="Subscription" style="display: none;"> Subscription </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_126" name="attribute[338581]" value="126" required="" data-state="false">
      <label data-product-attribute-value="126" class="radio-box" for="attribute_radio_338581_126" data-label="Choose a format" data-value="Service" style="display: none;"> Service </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_127" name="attribute[338581]" value="127" required="" data-state="false">
      <label data-product-attribute-value="127" class="radio-box" for="attribute_radio_338581_127" data-label="Choose a format" data-value="Video CDROM" style="display: none;"> Video CDROM </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_128" name="attribute[338581]" value="128" required="" data-state="false">
      <label data-product-attribute-value="128" class="radio-box" for="attribute_radio_338581_128" data-label="Choose a format" data-value="Video DVD" style="display: none;"> Video DVD </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_129" name="attribute[338581]" value="129" required="" data-state="false">
      <label data-product-attribute-value="129" class="radio-box" for="attribute_radio_338581_129" data-label="Choose a format" data-value="Video Flash" style="display: none;"> Video Flash </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_130" name="attribute[338581]" value="130" required="" data-state="false">
      <label data-product-attribute-value="130" class="radio-box" for="attribute_radio_338581_130" data-label="Choose a format" data-value="Video VHS (NTSC)" style="display: none;"> Video VHS (NTSC) </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_131" name="attribute[338581]" value="131" required="" data-state="false">
      <label data-product-attribute-value="131" class="radio-box" for="attribute_radio_338581_131" data-label="Choose a format" data-value="Video VHS (PAL)" style="display: none;"> Video VHS (PAL) </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_132" name="attribute[338581]" value="132" required="" data-state="false">
      <label data-product-attribute-value="132" class="radio-box" for="attribute_radio_338581_132" data-label="Choose a format" data-value="Video Real Player" style="display: none;"> Video Real Player </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_133" name="attribute[338581]" value="133" required="" data-state="false">
      <label data-product-attribute-value="133" class="radio-box" for="attribute_radio_338581_133" data-label="Choose a format" data-value="Microsoft Excel Spreadsheet" style="display: none;"> Microsoft Excel Spreadsheet </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_134" name="attribute[338581]" value="134" required="" data-state="false">
      <label data-product-attribute-value="134" class="radio-box" for="attribute_radio_338581_134" data-label="Choose a format" data-value="XML" style="display: none;"> XML </label>
      <input class="form-radio" type="radio" id="attribute_radio_338581_135" name="attribute[338581]" value="135" required="" data-state="false">
      <label data-product-attribute-value="135" class="radio-box" for="attribute_radio_338581_135" data-label="Choose a format" data-value="Zip File" style="display: none;"> Zip File </label>
    </div>
    <div class="form-field form-radio-box" data-product-attribute="set-select">
      <label class="form-label form-label--alternate form-label--inlineSmall" for="attribute_select_338582"> Language: <small>*</small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_138" name="attribute[338582]" value="138" required="" data-state="false" data-default="">
      <label data-product-attribute-value="138" class="select-box is-available is-checked show" for="attribute_radio_338582_138" data-label="Choose a language" data-value="English" style="display: inline;">English</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_139" name="attribute[338582]" value="139" required="" data-state="false">
      <label data-product-attribute-value="139" class="select-box" for="attribute_radio_338582_139" data-label="Choose a language" data-value="Spanish" style="display: none;">Spanish</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_143" name="attribute[338582]" value="143" required="" data-state="false">
      <label data-product-attribute-value="143" class="select-box" for="attribute_radio_338582_143" data-label="Choose a language" data-value="Chinese" style="display: none;">Chinese</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_147" name="attribute[338582]" value="147" required="" data-state="false">
      <label data-product-attribute-value="147" class="select-box" for="attribute_radio_338582_147" data-label="Choose a language" data-value="Danish" style="display: none;">Danish</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_146" name="attribute[338582]" value="146" required="" data-state="false">
      <label data-product-attribute-value="146" class="select-box" for="attribute_radio_338582_146" data-label="Choose a language" data-value="French" style="display: none;">French</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_144" name="attribute[338582]" value="144" required="" data-state="false">
      <label data-product-attribute-value="144" class="select-box" for="attribute_radio_338582_144" data-label="Choose a language" data-value="German" style="display: none;">German</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_141" name="attribute[338582]" value="141" required="" data-state="false">
      <label data-product-attribute-value="141" class="select-box" for="attribute_radio_338582_141" data-label="Choose a language" data-value="Japanese" style="display: none;">Japanese</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_140" name="attribute[338582]" value="140" required="" data-state="false">
      <label data-product-attribute-value="140" class="select-box" for="attribute_radio_338582_140" data-label="Choose a language" data-value="Portuguese" style="display: none;">Portuguese</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_145" name="attribute[338582]" value="145" required="" data-state="false">
      <label data-product-attribute-value="145" class="select-box" for="attribute_radio_338582_145" data-label="Choose a language" data-value="Polish" style="display: none;">Polish</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_149" name="attribute[338582]" value="149" required="" data-state="false">
      <label data-product-attribute-value="149" class="select-box" for="attribute_radio_338582_149" data-label="Choose a language" data-value="Russian" style="display: none;">Russian</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_148" name="attribute[338582]" value="148" required="" data-state="false">
      <label data-product-attribute-value="148" class="select-box" for="attribute_radio_338582_148" data-label="Choose a language" data-value="Slovak" style="display: none;">Slovak</label>
      <input class="form-radio" type="radio" id="attribute_radio_338582_142" name="attribute[338582]" value="142" required="" data-state="false">
      <label data-product-attribute-value="142" class="select-box" for="attribute_radio_338582_142" data-label="Choose a language" data-value="Traditional Chinese" style="display: none;">Traditional Chinese</label>
    </div>
    <div class="form-field" data-product-attribute="input-checkbox" style="display: none;">
      <input type="hidden" name="attribute[338583]" value="137">
      <input class="form-checkbox" type="checkbox" name="attribute[338583]" id="attribute-check-338583" value="136" data-cp-checkbox="">
      <label class="form-label  form-label--custominline" for="attribute-check-338583">Add Copyright Permission.</label>
      <!-- <a class="quantity-discounts" data-reveal-id="reveal-for-team">Quality Discounts <span class="icon-question"><i class="fa fa-question-circle"></i></span></a> -->
      <a class="quantity-discounts" data-reveal-id="reveal-for-team"><span class="icon-question"><i class="fa fa-question-circle"></i></span></a>
    </div>
    <div class="form-field" data-product-attribute="input-number" style="display: none;">
      <label class="form-label form-label--alternate form-label--inlineSmall" for="attribute_number_338584"> Copyright Permission Qty: </label>
      <input class="form-input" type="number" id="attribute_number_338584" name="attribute[338584]" value="0">
    </div>
    <div class="productView-split-line"></div>
  </div>
  <div class="form-field form-field--stock" style="display:none;">
    <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock="">999999</span>
    </label>
  </div>
  <div class="productAttributes-message" style="display:none">
    <p class="alertBox-message"></p>
  </div>
  <div class="productView-actions-container">
    <div class="sticky-addToCart">
      <div class="form-field form-field--increments">
        <label class="form-label form-label--alternate" for="qty[]">Quantity:</label>
        <div class="form-increment" data-quantity-change="">
          <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="number" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
          <p class="more-qty-tips" style="display: none;">Want to buy more than 1 copy? Contact: <a href="mailto:customerservice@harvardbusiness.org" class="text-link-blue">customerservice@harvardbusiness.org</a></p>
        </div>
        <div class="for-team" data-team-price-link="" style="">
          <span>Buying for your team?</span><br>
          <a class="quantity-link text-link-blue" data-custom-reveal-id="reveal-for-team" aria-label="See quantity pricing">See quantity pricing</a>
        </div>
      </div>
      <div class="form-action">
        <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--red button--small" type="submit" value="Add to Cart" data-added-sku="">
      </div>
      <!-- snippet location product_addtocart -->
    </div>
  </div>
</form>

Text Content

Use promo code HBRORGREG4 for 20% off* your first order. (*Terms and conditions
apply.)
Toggle menu
Search

 * Compare
 * 
 * 0
   
 * 0
 * Sign In
 * Sign In

Search
My Library Topic Feeds Orders Account Settings Email Preferences Log Out

Search
 * Featured
 * Collections
 * Books
    * All Books
    * Top 40 Business Books
    * HBR 10 Must Read Series
    * HBR 20-Minute Manager Series
    * HBR Emotional Intelligence Series
    * HBR Guide Series
    * HBR Insights Series
    * HBR Women at Work Series
    * HBR Working Parents Series

 * Tools
    * All Tools
    * Harvard ManageMentor
    * Tools for Individuals
    * Workshop Kits for Team Training

 * Business Case Studies
 * Articles
 * Magazine Issues
 * Search by Topic
    * Communication
    * Entrepreneurship
    * Finance & Accounting
    * Innovation
    * International Business
    * Leadership & Managing People
    * Managing Organizations
    * Managing Yourself
    * Operations
    * Sales & Marketing
    * Strategy
    * Technology
    * View All

 * HBR Home
   

 * Compare
 * Sign In Create an Account




 * Startseite
 * Books
 * Leadership & Managing People


THE MICROSTRESS EFFECT: HOW LITTLE THINGS PILE UP AND CREATE BIG PROBLEMS--AND
WHAT TO DO ABOUT IT

by Rob Cross and Karen Dillon and
(No reviews yet) Write a Review
Close ×

THE MICROSTRESS EFFECT: HOW LITTLE THINGS PILE UP AND CREATE BIG PROBLEMS--AND
WHAT TO DO ABOUT IT ^ 10573

Rating * Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5 stars
(best)
Name
Email *
Review Subject *
Comments *


$30.00

(USD)
Quantity price applied

(No reviews yet) Write a Review
Close ×

THE MICROSTRESS EFFECT: HOW LITTLE THINGS PILE UP AND CREATE BIG PROBLEMS--AND
WHAT TO DO ABOUT IT ^ 10573

Rating * Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5 stars
(best)
Name
Email *
Review Subject *
Comments *


Format: * PDF Audio MP3 Audio M4A Audio CDROM Audio Cassette Bundle DVD Event
Live Conference Event Virtual Conference Word Document Electronic Book Enhanced
Electronic Book ePub Financial Ebook Hardcover/Hardcopy Hardcover/Hardcopy
(Color) Hardcover/Hardcopy (B&W) Web Based HTML Kit License Magazine Mobi
Multimedia CDROM Multimedia Windows Media Paperback Book Powerpoint
Paperback/Softbound Paperback/Softbound (Color) Paperback/Softbound (B&W)
Registration Fee Short Run Subscription Service Video CDROM Video DVD Video
Flash Video VHS (NTSC) Video VHS (PAL) Video Real Player Microsoft Excel
Spreadsheet XML Zip File
Language: * English Spanish Chinese Danish French German Japanese Portuguese
Polish Russian Slovak Traditional Chinese
Add Copyright Permission.
Copyright Permission Qty:

Current Stock: 999999



Quantity:

Want to buy more than 1 copy? Contact: customerservice@harvardbusiness.org

Buying for your team?
See quantity pricing

Item: #10573E-KND-ENG Pages: 240 Publication Date: April 18, 2023



PRODUCT DESCRIPTION

Publication Date: April 18, 2023

How a million little things are dragging you down, and what to do about it.
There's a force we encounter every day that we aren't aware of--and it threatens
to derail otherwise promising careers and lives: microstress. This hidden
epidemic of small moments of stress has insidiously infiltrated both our work
and our personal lives with invisible but devastating effects. Microstress
doesn't trigger the normal stress response in our brains to help us deal with
it. Instead, it embeds itself in our minds and accumulates daily, one
microstress on top of the other. The long-term impact can be debilitating.
Unregistered microstress weighs us down, damages our physical and emotional
health, and contributes to a decline in our well-being. What's more, microstress
is baked into our lives. The source is seldom a classic antagonist, such as a
demanding client or a jerk boss. Instead, it comes from the people with whom we
are closest: our friends, family, and colleagues. The good news is that once you
understand microstress, you can fight back. Drawing on fresh research, Rob Cross
and Karen Dillon explain the science behind the phenomenon. They also share the
secrets of a small set of people who've endured their share of microstress but
have still managed to cultivate relationships that enable them to thrive both at
work and in life. Compelling interviews with these high achievers bring to life
best practices that show you how to build resilience against microstress and
ultimately how to find purpose--purpose that helps you break free from this
quietly invasive force that's stealing your life.

Product #: 10573E-KND-ENG
Pages: 240
Related Topics: Work-life balance, Personal resilience, Personal purpose and
values, Personal productivity, Emotional intelligence, Managing yourself,
Workplace health and safety, Collaboration and teams, Psychology and
neuroscience, Mental health, Stress management, Burnout, Wellness, Mindfulness,
Health and wellness, Personal growth and transformation,
Close ×



Summaries and excerpts of the latest books, special offers, and more from
Harvard Business Review Press.
Sign up


THIS PRODUCT ALSO APPEARS IN

   
 * | Bundles • 6 ITEMS
   
   
   THE OVERCOMING BURNOUT COLLECTION: RECLAIM YOUR HEALTHY RELATIONSHIP WITH
   WORK
   
   By Harvard Business Review, 
   $150.00
   (USD)
   View Details




RELATED PRODUCTS



Close ×



COPYRIGHT PERMISSIONS

If you'd like to share this PDF, you can purchase copyright permissions by
increasing the quantity.

ORDER FOR YOUR TEAM AND SAVE!




HBR STORE

 * Featured
 * Collections
 * Books
 * Tools
 * Business Case Studies
 * Articles
 * Magazine Issues


HBR SERIES

 * HBR 10 Must Read Series
 * HBR 20-Minute Manager Series
 * HBR Emotional Intelligence Series
 * HBR Guide Series
 * HBR Insights Series
 * HBR Women at Work Series
 * HBR Working Parents Series


SEARCH BY TOPIC

 * Communication
 * Entrepreneurship
 * Finance & Accounting
 * Innovation
 * International Business
 * Leadership & Managing People
 * Managing Organizations
 * Managing Yourself
 * Operations
 * Sales & Marketing
 * Strategy
 * Technology


MY ACCOUNT

   
 * My Library
 * Orders
 * Account Settings
 * Email Preferences
 * Sign In
   


CONTACT US

 * U.S. Canada: 800.988.0886
 * International: 617.783.7500
 * Email: customerservice@harvardbusiness.org
 * Help Center
 * Returns Policy
 * HBR Press
   




 * Privacy Policy
 * Copyright Information

 * Harvard Business Publishing:
 * Higher Education
 * Corporate Learning
 * Harvard Business Review
 * Harvard Business School

Copyright © 2024 Harvard Business School Publishing. All rights reserved.
Harvard Business Publishing is an affiliate of Harvard Business School.

Loading shopping cart, please wait...




WELCOME TO HARVARD BUSINESS REVIEW


HARVARD BUSINESS REVIEW ASKS FOR YOUR CONSENT TO USE YOUR BROWSER DATA TO:

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

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

Your personal data will be processed and information from your device (cookies,
unique identifiers, and other device data) may be stored by, accessed by and
shared with 135 TCF vendor(s) and 65 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 or in our privacy policy where you can withdraw consent.

Consent



Do not consent

Manage options

arrow_back

Data preferences


MANAGE YOUR DATA

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

TCF vendors

help_outline


STORE AND/OR ACCESS INFORMATION ON A DEVICE

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

View details
Consent (118 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 (71 vendors)Legitimate interest (31 vendors)help_outline


CREATE PROFILES FOR PERSONALISED ADVERTISING

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

View details
Consent (96 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 (92 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 (31 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 (26 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 (76 vendors)Legitimate interest (46 vendors)help_outline


MEASURE CONTENT PERFORMANCE

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

View details
Consent (30 vendors)Legitimate interest (14 vendors)help_outline


UNDERSTAND AUDIENCES THROUGH STATISTICS OR COMBINATIONS OF DATA FROM DIFFERENT
SOURCES

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

View details
Consent (56 vendors)Legitimate interest (21 vendors)help_outline


DEVELOP AND IMPROVE SERVICES

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

View details
Consent (63 vendors)Legitimate interest (39 vendors)help_outline


USE LIMITED DATA TO SELECT CONTENT

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

View details
Consent (10 vendors)Legitimate interest (2 vendors)help_outline


ENSURE SECURITY, PREVENT AND DETECT FRAUD, AND FIX ERRORS

help_outline

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

View details


DELIVER AND PRESENT ADVERTISING AND CONTENT

help_outline

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

View details


MATCH AND COMBINE DATA FROM OTHER DATA SOURCES

help_outline

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

View details


LINK DIFFERENT DEVICES

help_outline

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

View details


IDENTIFY DEVICES BASED ON INFORMATION TRANSMITTED AUTOMATICALLY

help_outline

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

View details


USE PRECISE GEOLOCATION DATA

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

View details
Consent

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

Site or app


STORE AND/OR ACCESS INFORMATION ON A DEVICE

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

View details
Consent


USE LIMITED DATA TO SELECT ADVERTISING

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

View details
Consent


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

Vendor preferences

Accept all



Confirm choices

arrow_back

Vendor preferences


CONFIRM OUR VENDORS

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

TCF vendors

help_outline


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

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROQ.AD GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


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


INDEX EXCHANGE INC.

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEESWAXIO CORPORATION

Cookie duration: 395 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


SOVRN, INC.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


ADIKTEEV

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RTB HOUSE S.A.

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


THE UK TRADE DESK LTD

Cookie duration: 3629 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMETRICS GMBH

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


NEXXEN INC.

Cookie duration: 180 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 184 (days).

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

more

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


View details | Privacy policylaunch
Consent


YAHOO EMEA LIMITED

Cookie duration: 397 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ADVENTORI SAS

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
Consent


TRIPLELIFT, INC.

Cookie duration: 90 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XANDR, INC.

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEORY GMBH

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


NEXXEN GROUP LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEURAL.ONE

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADITION (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ACTIVE AGENT (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


EQUATIV

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


ADFORM A/S

Cookie duration: 3650 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RATEGAIN ADARA INC

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


SIFT MEDIA, INC

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


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 policylaunch
Legitimate interesthelp_outline


AMAZON AD SERVER

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


YIELDLAB (VIRTUAL MINDS GMBH)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ROKU ADVERTISING SERVICES

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS LLC

Cookie duration: 366 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PUBMATIC, INC

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMSCORE B.V.

Cookie duration: 720 (days).

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

more

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


View details | Privacy policylaunch
Consent


FLASHTALKING

Cookie duration: 730 (days).

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

more




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


SMAATO, INC.

Cookie duration: 21 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GENIUS SPORTS UK LIMITED

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


CRITEO SA

Cookie duration: 390 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADLOOX SA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS GLOBAL LIMITED

Cookie duration: 400 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days).

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

more

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


View details | Privacy policylaunch
Consent


LIVERAMP

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


GROUPM UK LIMITED

Cookie duration: 395 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOOPME LIMITED

Cookie duration: 90 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


DYNATA LLC

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ASK LOCALA

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


NEAR INTELLIGENCE

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DOUBLEVERIFY INC.

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


IPONWEB GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


NEXTROLL, INC.

Cookie duration: 183 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


TEADS FRANCE SAS

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OS DATA SOLUTIONS GMBH &AMP; CO. KG

Cookie duration: 90 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PERMODO GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


PLATFORM161 B.V.

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BASIS GLOBAL TECHNOLOGIES, INC.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMADEX, S.L.U.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


BOMBORA INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EASYMEDIA GMBH

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


REMERGE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


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 policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days).

Data collected and processed: Users’ profiles

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


EMETRIQ GMBH

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


PUBLICIS MEDIA GMBH

Cookie duration: 1825 (days).

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

more

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


View details | Privacy policylaunch
Consent


M.D. PRIMIS TECHNOLOGIES LTD.

Cookie duration: 25 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONETAG LIMITED

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


SMARTOLOGY LIMITED

Doesn't use cookies.

Data collected and processed: IP addresses

more

Uses other forms of storage.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IMPROVE DIGITAL

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).

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

more




View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


INTEGRAL AD SCIENCE (INCORPORATING ADMANTX)

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


WEBORAMA

Cookie duration: 393 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 30 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


SAGE&#43;ARCHER BV

Doesn't use cookies.

Data collected and processed: Non-precise location data

more




View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

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

more




View details | Storage details | Privacy policylaunch
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 policylaunch
Legitimate interesthelp_outline


EXACTAG GMBH

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


CELTRA INC.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


MAINADV SRL

Cookie duration: 30 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


GEMIUS SA

Cookie duration: 1825 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

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

more

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


View details | Privacy policylaunch
Consent


NIELSEN MEDIA RESEARCH LTD.

Cookie duration: 120 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOLOCAL SA

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PIXALATE, INC.

Doesn't use cookies.

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

more




View details | Storage details | Privacy policylaunch
Consent


ORACLE ADVERTISING

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


NUMBERLY

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DEMANDBASE, INC.

Cookie duration: 730 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


EFFILIATION / EFFINITY

Cookie duration: 2 (days).

Data collected and processed: Device characteristics

more

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


View details | Privacy policylaunch
Consent


SEENTHIS AB

Doesn't use cookies.

Data collected and processed: IP addresses, Device characteristics

more




View details | Privacy policylaunch


COMMANDERS ACT

Cookie duration: 365 (days).

Data collected and processed: IP addresses, Device identifiers

more




View details | Storage details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

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

more

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


View details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


ADLUDIO LTD.

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policylaunch
Consent


BLENDEE SRL

Cookie duration: 366 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


INNOVID LLC

Cookie duration: 90 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PAPIRFLY AS

Doesn't use cookies.

Data collected and processed: Device characteristics

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


NEUSTAR, INC., A TRANSUNION COMPANY

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie duration: 180 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
Consent


LOCALSENSOR B.V.

Doesn't use cookies.

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


ONLINE SOLUTION

Cookie duration: 365 (days).

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

more

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


View details | Privacy policylaunch
Consent


RELAY42 NETHERLANDS B.V.

Cookie duration: 730 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


GP ONE GMBH

Cookie duration: Uses session cookies.

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


THE MEDIAGRID INC.

Cookie duration: 365 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MINDTAKE RESEARCH GMBH

Cookie duration: 180 (days).

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

more

Uses other forms of storage.


View details | Privacy policylaunch
Consent


CINT AB

Cookie duration: 730 (days).

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

more




View details | Privacy policylaunch
Consent


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GFK GMBH

Cookie duration: 730 (days).

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

more

Uses other forms of storage.


View details | Storage details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE DATA CLOUD - MOAT

Doesn't use cookies.

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

more




View details | Privacy policylaunch
Legitimate interesthelp_outline


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


AMAZON ADVERTISING

Cookie duration: 396 (days).

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

more

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


View details | Storage details | Privacy policylaunch
Consent


MOLOCO, INC.

Cookie duration: 730 (days).

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

more

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


View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADTRIBA GMBH

Cookie duration: 730 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


OBJECTIVE PARTNERS BV

Cookie duration: 90 (days).

Data collected and processed: Device identifiers

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent


ENSIGHTEN

Cookie duration: 1825 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Legitimate interesthelp_outline


EBAY INC

Cookie duration: 90 (days).

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

more




View details | Storage details | Privacy policylaunch
Consent


HURRA COMMUNICATIONS GMBH

Cookie duration: 366 (days).

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

more

Cookie duration resets each session.


View details | Storage details | Privacy policylaunch
Consent

Ad partners

help_outline


GSKINNER

Privacy policylaunch
Consent


AKAMAI

Privacy policylaunch
Consent


FACEBOOK

Privacy policylaunch
Consent


AUNICA

Privacy policylaunch
Consent


BOOKING.COM

Privacy policylaunch
Consent


C3 METRICS

Privacy policylaunch
Consent


IBM

Privacy policylaunch
Consent


EVIDON

Privacy policylaunch
Consent


CUBED

Privacy policylaunch
Consent


OPTOMATON

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


ANALIGHTS

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


MEDIAMATH

Privacy policylaunch
Consent


ZMS

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


IGNITION ONE

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


DIGISEG

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


HAENSEL AMS

Privacy policylaunch
Consent


BDSK HANDELS GMBH & CO. KG

Privacy policylaunch
Consent


TRADEDOUBLER AB

Privacy policylaunch
Consent


TRUSTARC

Privacy policylaunch
Consent


TRUEFFECT

Privacy policylaunch
Consent


MARKETING SCIENCE CONSULTING GROUP, INC.

Privacy policylaunch
Consent


DENTSU

Privacy policylaunch
Consent


ESSENS

Privacy policylaunch
Consent


TRAVEL DATA COLLECTIVE

Privacy policylaunch
Consent


ADVOLUTION.CONTROL

Privacy policylaunch
Consent


WIDESPACE

Privacy policylaunch
Consent


LIFESTREET

Privacy policylaunch
Consent


VIMEO

Privacy policylaunch
Consent


BATCH MEDIA

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


MAGNITE

Privacy policylaunch
Consent


SCENESTEALER

Privacy policylaunch
Consent


NETQUEST

Privacy policylaunch
Consent


MANAGE.COM

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


SALESFORCE DMP

Privacy policylaunch
Consent


HAVAS MEDIA FRANCE - DBI

Privacy policylaunch
Consent


NETFLIX

Privacy policylaunch
Consent


MACROMILL GROUP

Privacy policylaunch
Consent


EBUILDERS

Privacy policylaunch
Consent


APPLOVIN CORP.

Privacy policylaunch
Consent


NANO INTERACTIVE

Privacy policylaunch
Consent


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


LIFTOFF

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


ARRIVALIST

Privacy policylaunch
Consent


NAVEGG

Privacy policylaunch
Consent


ADMEDO

Privacy policylaunch
Consent


KOCHAVA

Privacy policylaunch
Consent


MOBITRANS

Privacy policylaunch
Consent


ADEX

Privacy policylaunch
Consent


IMPACT

Privacy policylaunch
Consent


SPOTAD

Privacy policylaunch
Consent


AARKI

Privacy policylaunch
Consent


SFR

Privacy policylaunch
Consent


CABLATO

Privacy policylaunch
Consent


WAYSTACK

Privacy policylaunch
Consent


TRESENSA

Privacy policylaunch
Consent

Accept all



Confirm choices

Close