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

Submitted URL: https://t.a.email.hbr.org/r/?id=ha2355a86,135fd440,135fe2a0
Effective URL: https://store.hbr.org/product/teams-at-work-can-you-say-what-your-strategy-is-with-powerpoint/twwys1?sku=TWWYS1-ZIP-EN...
Submission: On March 22 via api from CH — Scanned from DE

Form analysis 6 forms found in the DOM

/search.php

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

/search.php

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

/search.php

<form class="form form-quickSearch" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" placeholder="Search HBR Products" id="search_query" data-error-message="Search field cannot be empty." autocomplete="off">
      <!-- <button class="form-submit" type="submit"><i class="fa fa-search"></i></button> -->
      <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="52382">
    <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="52382">
    <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="52382" data-parent-sku="TWWYS1-ZIP-ENG">
  <div data-product-option-change="" class="productView-opbottom" 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_209525_98" name="attribute[209525]" value="98" required="" data-state="false">
      <label data-product-attribute-value="98" class="radio-box" for="attribute_radio_209525_98" style="display: none;">PDF</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_99" name="attribute[209525]" value="99" required="" data-state="false">
      <label data-product-attribute-value="99" class="radio-box" for="attribute_radio_209525_99" style="display: none;">Audio MP3</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_100" name="attribute[209525]" value="100" required="" data-state="false">
      <label data-product-attribute-value="100" class="radio-box" for="attribute_radio_209525_100" style="display: none;">Audio M4A</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_101" name="attribute[209525]" value="101" required="" data-state="false">
      <label data-product-attribute-value="101" class="radio-box" for="attribute_radio_209525_101" style="display: none;">Audio CDROM</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_102" name="attribute[209525]" value="102" required="" data-state="false">
      <label data-product-attribute-value="102" class="radio-box" for="attribute_radio_209525_102" style="display: none;">Audio Cassette</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_103" name="attribute[209525]" value="103" required="" data-state="false">
      <label data-product-attribute-value="103" class="radio-box" for="attribute_radio_209525_103" style="display: none;">Bundle</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_104" name="attribute[209525]" value="104" required="" data-state="false">
      <label data-product-attribute-value="104" class="radio-box" for="attribute_radio_209525_104" style="display: none;">DVD</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_105" name="attribute[209525]" value="105" required="" data-state="false">
      <label data-product-attribute-value="105" class="radio-box" for="attribute_radio_209525_105" style="display: none;">Event Live Conference</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_106" name="attribute[209525]" value="106" required="" data-state="false">
      <label data-product-attribute-value="106" class="radio-box" for="attribute_radio_209525_106" style="display: none;">Event Virtual Conference</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_107" name="attribute[209525]" value="107" required="" data-state="false">
      <label data-product-attribute-value="107" class="radio-box" for="attribute_radio_209525_107" style="display: none;">Word Document</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_108" name="attribute[209525]" value="108" required="" data-state="false">
      <label data-product-attribute-value="108" class="radio-box" for="attribute_radio_209525_108" style="display: none;">Electronic Book</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_109" name="attribute[209525]" value="109" required="" data-state="false">
      <label data-product-attribute-value="109" class="radio-box" for="attribute_radio_209525_109" style="display: none;">Enhanced Electronic Book</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_110" name="attribute[209525]" value="110" required="" data-state="false">
      <label data-product-attribute-value="110" class="radio-box" for="attribute_radio_209525_110" style="display: none;">ePub</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_111" name="attribute[209525]" value="111" required="" data-state="false">
      <label data-product-attribute-value="111" class="radio-box" for="attribute_radio_209525_111" style="display: none;">Financial</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_112" name="attribute[209525]" value="112" required="" data-state="false">
      <label data-product-attribute-value="112" class="radio-box" for="attribute_radio_209525_112" style="display: none;">Ebook</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_113" name="attribute[209525]" value="113" required="" data-state="false">
      <label data-product-attribute-value="113" class="radio-box" for="attribute_radio_209525_113" style="display: none;">Hardcover/Hardcopy</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_150" name="attribute[209525]" value="150" required="" data-state="false">
      <label data-product-attribute-value="150" class="radio-box" for="attribute_radio_209525_150" style="display: none;">Hardcover/Hardcopy (Color)</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_151" name="attribute[209525]" value="151" required="" data-state="false">
      <label data-product-attribute-value="151" class="radio-box" for="attribute_radio_209525_151" style="display: none;">Hardcover/Hardcopy (B&amp;W)</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_114" name="attribute[209525]" value="114" required="" data-state="false">
      <label data-product-attribute-value="114" class="radio-box" for="attribute_radio_209525_114" style="display: none;">Web Based HTML</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_115" name="attribute[209525]" value="115" required="" data-state="false">
      <label data-product-attribute-value="115" class="radio-box" for="attribute_radio_209525_115" style="display: none;">Kit</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_116" name="attribute[209525]" value="116" required="" data-state="false">
      <label data-product-attribute-value="116" class="radio-box" for="attribute_radio_209525_116" style="display: none;">License</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_117" name="attribute[209525]" value="117" required="" data-state="false">
      <label data-product-attribute-value="117" class="radio-box" for="attribute_radio_209525_117" style="display: none;">Magazine</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_118" name="attribute[209525]" value="118" required="" data-state="false">
      <label data-product-attribute-value="118" class="radio-box" for="attribute_radio_209525_118" style="display: none;">Mobi</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_119" name="attribute[209525]" value="119" required="" data-state="false">
      <label data-product-attribute-value="119" class="radio-box" for="attribute_radio_209525_119" style="display: none;">Multimedia CDROM</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_120" name="attribute[209525]" value="120" required="" data-state="false">
      <label data-product-attribute-value="120" class="radio-box" for="attribute_radio_209525_120" style="display: none;">Multimedia Windows Media</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_121" name="attribute[209525]" value="121" required="" data-state="false">
      <label data-product-attribute-value="121" class="radio-box" for="attribute_radio_209525_121" style="display: none;">Paperback Book</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_122" name="attribute[209525]" value="122" required="" data-state="false">
      <label data-product-attribute-value="122" class="radio-box" for="attribute_radio_209525_122" style="display: none;">Powerpoint</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_123" name="attribute[209525]" value="123" required="" data-state="false">
      <label data-product-attribute-value="123" class="radio-box" for="attribute_radio_209525_123" style="display: none;">Paperback/Softbound</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_152" name="attribute[209525]" value="152" required="" data-state="false">
      <label data-product-attribute-value="152" class="radio-box" for="attribute_radio_209525_152" style="display: none;">Paperback/Softbound (Color)</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_153" name="attribute[209525]" value="153" required="" data-state="false">
      <label data-product-attribute-value="153" class="radio-box" for="attribute_radio_209525_153" style="display: none;">Paperback/Softbound (B&amp;W)</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_154" name="attribute[209525]" value="154" required="" data-state="false">
      <label data-product-attribute-value="154" class="radio-box" for="attribute_radio_209525_154" style="display: none;">Registration Fee</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_124" name="attribute[209525]" value="124" required="" data-state="false">
      <label data-product-attribute-value="124" class="radio-box" for="attribute_radio_209525_124" style="display: none;">Short Run</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_125" name="attribute[209525]" value="125" required="" data-state="false">
      <label data-product-attribute-value="125" class="radio-box" for="attribute_radio_209525_125" style="display: none;">Subscription</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_126" name="attribute[209525]" value="126" required="" data-state="false">
      <label data-product-attribute-value="126" class="radio-box" for="attribute_radio_209525_126" style="display: none;">Service</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_127" name="attribute[209525]" value="127" required="" data-state="false">
      <label data-product-attribute-value="127" class="radio-box" for="attribute_radio_209525_127" style="display: none;">Video CDROM</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_128" name="attribute[209525]" value="128" required="" data-state="false">
      <label data-product-attribute-value="128" class="radio-box" for="attribute_radio_209525_128" style="display: none;">Video DVD</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_129" name="attribute[209525]" value="129" required="" data-state="false">
      <label data-product-attribute-value="129" class="radio-box" for="attribute_radio_209525_129" style="display: none;">Video Flash</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_130" name="attribute[209525]" value="130" required="" data-state="false">
      <label data-product-attribute-value="130" class="radio-box" for="attribute_radio_209525_130" style="display: none;">Video VHS (NTSC)</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_131" name="attribute[209525]" value="131" required="" data-state="false">
      <label data-product-attribute-value="131" class="radio-box" for="attribute_radio_209525_131" style="display: none;">Video VHS (PAL)</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_132" name="attribute[209525]" value="132" required="" data-state="false">
      <label data-product-attribute-value="132" class="radio-box" for="attribute_radio_209525_132" style="display: none;">Video Real Player</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_133" name="attribute[209525]" value="133" required="" data-state="false">
      <label data-product-attribute-value="133" class="radio-box" for="attribute_radio_209525_133" style="display: none;">Microsoft Excel Spreadsheet</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_134" name="attribute[209525]" value="134" required="" data-state="false">
      <label data-product-attribute-value="134" class="radio-box" for="attribute_radio_209525_134" style="display: none;">XML</label>
      <input class="form-radio" type="radio" id="attribute_radio_209525_135" name="attribute[209525]" value="135" checked="" data-default="" required="" data-state="true">
      <label data-product-attribute-value="135" class="radio-box is-checked is-available" for="attribute_radio_209525_135">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_209526"> Language: <small>*</small>
      </label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_138" name="attribute[209526]" value="138" checked="" data-default="" required="" data-state="true">
      <label data-product-attribute-value="138" class="select-box is-checked is-available" for="attribute_radio_209526_138">English</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_139" name="attribute[209526]" value="139" required="" data-state="false">
      <label data-product-attribute-value="139" class="select-box" for="attribute_radio_209526_139" style="display: none;">Spanish</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_143" name="attribute[209526]" value="143" required="" data-state="false">
      <label data-product-attribute-value="143" class="select-box" for="attribute_radio_209526_143" style="display: none;">Chinese</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_147" name="attribute[209526]" value="147" required="" data-state="false">
      <label data-product-attribute-value="147" class="select-box" for="attribute_radio_209526_147" style="display: none;">Danish</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_146" name="attribute[209526]" value="146" required="" data-state="false">
      <label data-product-attribute-value="146" class="select-box" for="attribute_radio_209526_146" style="display: none;">French</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_144" name="attribute[209526]" value="144" required="" data-state="false">
      <label data-product-attribute-value="144" class="select-box" for="attribute_radio_209526_144" style="display: none;">German</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_141" name="attribute[209526]" value="141" required="" data-state="false">
      <label data-product-attribute-value="141" class="select-box" for="attribute_radio_209526_141" style="display: none;">Japanese</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_140" name="attribute[209526]" value="140" required="" data-state="false">
      <label data-product-attribute-value="140" class="select-box" for="attribute_radio_209526_140" style="display: none;">Portuguese</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_145" name="attribute[209526]" value="145" required="" data-state="false">
      <label data-product-attribute-value="145" class="select-box" for="attribute_radio_209526_145" style="display: none;">Polish</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_149" name="attribute[209526]" value="149" required="" data-state="false">
      <label data-product-attribute-value="149" class="select-box" for="attribute_radio_209526_149" style="display: none;">Russian</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_148" name="attribute[209526]" value="148" required="" data-state="false">
      <label data-product-attribute-value="148" class="select-box" for="attribute_radio_209526_148" style="display: none;">Slovak</label>
      <input class="form-radio" type="radio" id="attribute_radio_209526_142" name="attribute[209526]" value="142" required="" data-state="false">
      <label data-product-attribute-value="142" class="select-box" for="attribute_radio_209526_142" style="display: none;">Traditional Chinese</label>
    </div>
    <div class="form-field" data-product-attribute="input-checkbox" style="display: none;">
      <input type="hidden" name="attribute[209527]" value="137">
      <input class="form-checkbox" type="checkbox" name="attribute[209527]" id="attribute-check-209527" value="136" data-cp-checkbox="">
      <label class="form-label  form-label--custominline" for="attribute-check-209527">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_209528"> Copyright Permission Qty: </label>
      <input class="form-input" type="number" id="attribute_number_209528" name="attribute[209528]" 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="">1000000</span>
    </label>
  </div>
  <!-- <div class="form-field form-field--stock u-hiddenVisually">
                    <label class="form-label form-label--alternate">
                        <span data-product-stock-status></span>
                    </label>
                </div> -->
  <!-- price -->
  <div class="productAttributes-message" style="display:none">
    <p class="alertBox-message"></p>
  </div>
  <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="">
      <!-- <button class="button button--icon" data-action="dec">
            <span class="is-srOnly">Decrease Quantity:</span>
            <i class="icon" aria-hidden="true">
                <svg>
                    <use xlink:href="#icon-keyboard-arrow-down"/>
                </svg>
            </i>
        </button> -->
      <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">
      <!-- <button class="button button--icon" data-action="inc">
            <span class="is-srOnly">Increase Quantity:</span>
            <i class="icon" aria-hidden="true">
                <svg>
                    <use xlink:href="#icon-keyboard-arrow-up"/>
                </svg>
            </i>
        </button> -->
    </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">
  </div>
  <!-- snippet location product_addtocart -->
</form>

Text Content

Toggle menu
Search


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

Search

My Library Topic Feeds Orders Account Settings Email Preferences Log Out

Search

 * Collections
 * Books
    * All 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

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

 * HBR Home
   

 * Sign In Create an Account




 * Startseite
 * Tools
 * HBR Tool
 * Strategy & Execution

 * 


 * 


TEAMS AT WORK: CAN YOU SAY WHAT YOUR STRATEGY IS? (WITH POWERPOINT)

by David J. Collis and Michael G. Rukstad and
(No reviews yet) Write a Review


WRITE A REVIEW

×

TEAMS AT WORK: CAN YOU SAY WHAT YOUR STRATEGY IS? (WITH POWERPOINT) ^ TWWYS1

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


$99.95

Quantity price applied

(No reviews yet) Write a Review


WRITE A REVIEW

×

TEAMS AT WORK: CAN YOU SAY WHAT YOUR STRATEGY IS? (WITH POWERPOINT) ^ TWWYS1

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: 1000000



Quantity:


Item: #TWWYS1-ZIP-ENG Weight: 1.00 LBS

Author: David J. Collis Author: Michael G. Rukstad Best Seller: FALSE Breadcrumb
Series: HBR Tool Classic: FALSE Copyright Perm Flag: FALSE Educator Message
Flag: FALSE Exclusive: FALSE Primary Category: Press Toolkit Publish Date: July
28, 2016 Publish Date Range: Older than 24 months Special Value: FALSE
Subcategory: Strategy & Execution Subject: Strategy & Execution Format Type
Filter: Zip File Related Topics: Strategy execution Related Topics: Strategy
formulation Related Topics: Corporate strategy Related Topics: Teams
SubjectList: Strategy execution,Strategy formulation,Corporate strategy,Teams
Item: #TWWYS1-ZIP-ENG Publication Date: July 28, 2016



PRODUCT DESCRIPTION

Publication Date: July 28, 2016

Can you summarize your company's strategy in 35 words or less? Would your
colleagues express it the same way? Very few executives can honestly say yes to
these simple questions. Companies with a clear, concise strategy statement--one
that employees can easily internalize and use as a guiding light--often turn out
to be industry stars. In the classic HBR article, Harvard Business School's
Collis and Rukstad provide a practical guide for crafting an effective strategy
statement; the process includes a definition of the objective, clarifying the
scope, or domain, of the business, and finally companies need to have a clear
sense of advantage. This Teams at Work toolkit supports you as you lead your
team through this technique for constructing your strategy statement. It
includes: (1) a presentation-ready PowerPoint, based on the HBR article,
complete with presenter's notes; (2) the original HBR article to use as
reference and a deeper dive into the material; (3) a worksheet that walks you
and your team step-by-step through the process of applying this idea to your own
work; and (4) an HBS case study of Edward Jones' distinctive strategy.

Teams at Work: Can You Say What Your Strategy Is? is a digital product. To
download this product after your purchase, simply sign in to hbr.org and visit
the "Orders" section of your account. To learn more about volume discounts for
organizations, contact Lindsey.Dietrich@harvardbusiness.org.

Product #: TWWYS1-ZIP-ENG
Related Topics: Strategy execution, Strategy formulation, Corporate strategy,
Teams,
×





NEWSLETTER PROMO

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


THIS PRODUCT ALSO APPEARS IN


BUY TOGETHER


RELATED PRODUCTS

 * | HBR Digital Article
   
   STRATEGY ISN'T WHAT YOU SAY, IT'S WHAT YOU DO
   
   By Roger L. Martin, 
   $8.95
   View Details
 * | Partner Article
   
   IS YOUR STRATEGY WHAT YOU SAY IT IS?
   
   By Clayton M. Christensen,  James Allworth,  Karen Dillon, 
   $8.95
   View Details
 * | Newsletter Reprint - Other
   
   WHAT YOU SAY, WHAT THEY HEAR
   
   By Anne Field, 
   $4.50
   View Details


CUSTOMER ALSO BOUGHT

 * | Press Toolkit
   
   TEAMS AT WORK: MAKE TIME FOR THE WORK THAT MATTERS (WITH POWERPOINT)
   
   By Julian Birkinshaw and Jordan Cohen and
   $99.95
   View Details
 * | Press Toolkit
   
   TEAMS AT WORK: GIVING DIFFICULT FEEDBACK (WITH FACILITATOR'S GUIDE)
   
   By Harvard Business Review,  Jean-Francois Manzoni,  Monique Valcour, 
   $99.95
   View Details
 * | Press Toolkit
   
   TEAMS AT WORK: REACHING OUR TEAM GOALS
   
   By Harvard Business Review, 
   $150.00
   View Details




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

 * Collections
 * Books
 * Tools
 * 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 SUBJECT

 * 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 © 2022 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 ads and content, ad and content measurement, audience insights
   and product 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 third party vendors, 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



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 identifiers, or other information can be stored or accessed on
your device for the purposes presented to you. View details
Consent


SELECT BASIC ADS

Ads can be shown to you based on the content you’re viewing, the app you’re
using, your approximate location, or your device type. View details
ConsentLegitimate interesthelp_outline


CREATE A PERSONALISED ADS PROFILE

A profile can be built about you and your interests to show you personalised ads
that are relevant to you. View details
ConsentLegitimate interesthelp_outline


SELECT PERSONALISED ADS

Personalised ads can be shown to you based on a profile about you. View details
ConsentLegitimate interesthelp_outline


CREATE A PERSONALISED CONTENT PROFILE

A profile can be built about you and your interests to show you personalised
content that is relevant to you. View details
ConsentLegitimate interesthelp_outline


SELECT PERSONALISED CONTENT

Personalised content can be shown to you based on a profile about you. View
details
ConsentLegitimate interesthelp_outline


MEASURE AD PERFORMANCE

The performance and effectiveness of ads that you see or interact with can be
measured. View details
ConsentLegitimate interesthelp_outline


MEASURE CONTENT PERFORMANCE

The performance and effectiveness of content that you see or interact with can
be measured. View details
ConsentLegitimate interesthelp_outline


APPLY MARKET RESEARCH TO GENERATE AUDIENCE INSIGHTS

Market research can be used to learn more about the audiences who visit
sites/apps and view ads. View details
ConsentLegitimate interesthelp_outline


DEVELOP AND IMPROVE PRODUCTS

Your data can be used to improve existing systems and software, and to develop
new products View details
ConsentLegitimate interesthelp_outline


ENSURE SECURITY, PREVENT FRAUD, AND DEBUG

help_outline
Your data can be used to monitor for and prevent fraudulent activity, and ensure
systems and processes work properly and securely. View details


TECHNICALLY DELIVER ADS OR CONTENT

help_outline
Your device can receive and send information that allows you to see and interact
with ads and content. View details


MATCH AND COMBINE OFFLINE DATA SOURCES

help_outline
Data from offline data sources can be combined with your online activity in
support of one or more purposes View details


LINK DIFFERENT DEVICES

help_outline
Different devices can be determined as belonging to you or your household in
support of one or more of purposes. View details


RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION

help_outline
Your device might be distinguished from other devices based on information it
automatically sends, such as IP address or browser type. View details


USE PRECISE GEOLOCATION DATA

Your precise geolocation data can be used in support of one or more purposes.
This means your location can be accurate to within several meters. 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 identifiers, or other information can be stored or accessed on
your device for the purposes presented to you. View details
Consent


MEASURE CONTENT PERFORMANCE

The performance and effectiveness of content that you see or interact with can
be measured. 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).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ROQ.AD INC.

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
Consent


INDEX EXCHANGE, INC.

Cookie duration: 395 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


QUANTCAST INTERNATIONAL LIMITED

Cookie duration: 397 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BEESWAXIO CORPORATION

Cookie duration: 395 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOVRN HOLDINGS INC

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADIKTEEV

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RTB HOUSE S.A.

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


WIDESPACE AB

Cookie duration: 372 (days). Cookie duration resets each session.

View details | Storage details | Privacy policylaunch
Consent


THE TRADE DESK

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADMETRICS GMBH

Doesn't use cookies.

View details | Privacy policylaunch
Consent


AMOBEE INC.

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EPSILON

Cookie duration: 400 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


YAHOO EMEA LIMITED

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADVENTORI SAS

Cookie duration: 90 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRIPLELIFT, INC.

Cookie duration: 90 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


XANDR, INC.

Cookie duration: 90 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEORY GMBH

Cookie duration: 90 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


UNRULY GROUP LLC

Cookie duration: 395 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEURAL.ONE

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADITION TECHNOLOGIES GMBH

Cookie duration: 90 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ACTIVE AGENT (ADITION TECHNOLOGIES GMBH)

Cookie duration: 90 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABOOLA EUROPE LIMITED

Cookie duration: 366 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMART ADSERVER

Cookie duration: 396 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADFORM

Cookie duration: 60 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE, INC.

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADARA MEDIA UNLIMITED

Cookie duration: 730 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIFT MEDIA, INC

Doesn't use cookies.

View details | Privacy policylaunch
Consent


RAKUTEN MARKETING LLC

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AVOCET SYSTEMS LIMITED

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIFESTREET CORPORATION

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIZMEK BY AMAZON

Cookie duration: 396 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OPENX

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


YIELDLAB AG

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ROKU ADVERTISING SERVICES

Cookie duration: 731 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NANO INTERACTIVE GMBH

Cookie duration: 182 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SIMPLIFI HOLDINGS INC

Cookie duration: 366 (days).

View details | Privacy policylaunch
Consent


PUBMATIC, INC.

Cookie duration: 90 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


COMSCORE B.V.

Cookie duration: 720 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


FLASHTALKING, INC.

Cookie duration: 730 (days).

View details | Privacy policylaunch
Consent


MEDIAMATH, INC.

Cookie duration: 393 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMAATO, INC.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEMASIO GMBH

Cookie duration: 366 (days). Cookie duration resets each session.

View details | Storage details | Privacy policylaunch
Consent


CRIMTAN HOLDINGS LIMITED

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SCENE STEALER LIMITED

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BETGENIUS LTD

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TRESENSA TECHNOLOGIES, INC.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CRITEO SA

Cookie duration: 390 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADLOOX SA

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BLIS MEDIA LIMITED

Cookie duration: 400 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOTAME SOLUTIONS, INC

Cookie duration: 274 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIVERAMP, INC.

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GROUPM UK LIMITED

Cookie duration: 395 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOOPME LIMITED

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DYNATA LLC

Cookie duration: 365 (days).

View details | Privacy policylaunch
Consent


FUSIO BY S4M

Cookie duration: 1 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TEEMO SA

Cookie duration: 30 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DOUBLEVERIFY INC.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BIDSWITCH GMBH

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IPONWEB GMBH

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEXTROLL, INC.

Cookie duration: 395 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TEADS

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (SSP)

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


STRÖER SSP GMBH (DSP)

Cookie duration: 90 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PLATFORM161 B.V.

Cookie duration: 396 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADACADO TECHNOLOGIES INC. (DBA ADACADO)

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MEETRICS GMBH

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMADEX, S.L.U.

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BOMBORA INC.

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SPOTX, INC

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EASYMEDIA GMBH

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Privacy policylaunch
Consent


REMERGE GMBH

Doesn't use cookies.

View details | Privacy policylaunch
Consent


ADVANCED STORE GMBH

Cookie duration: 24856 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAGNITE CTV, INC.

Cookie duration: 366 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SPOTAD

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


DELTA PROJECTS AB

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


USEMAX ADVERTISEMENT (EMEGO GMBH)

Cookie duration: 365 (days). Cookie duration resets each session.

View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EMETRIQ GMBH

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PUBLICIS MEDIA GMBH

Cookie duration: 1827 (days). Uses other forms of storage.

View details | Privacy policylaunch
Consent


MCCANN DISCIPLINE LTD

Cookie duration: 14 (days).

View details | Privacy policylaunch
Consent


ONETAG LIMITED

Cookie duration: 741 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CLOUD TECHNOLOGIES S.A.

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SMARTOLOGY LIMITED

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IMPROVE DIGITAL

Cookie duration: 90 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE ADVERTISING CLOUD

Cookie duration: 365 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


BANNERFLOW AB

Cookie duration: 366 (days).

View details | Storage details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TABMO SAS

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INTEGRAL AD SCIENCE, INC.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


WIZALY

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
Consent


WEBORAMA

Cookie duration: 397 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


JIVOX CORPORATION

Cookie duration: 90 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOBILE PROFESSIONALS BV

Cookie duration: Uses session cookies.

View details | Privacy policylaunch
Consent


ON DEVICE RESEARCH LIMITED

Cookie duration: 30 (days).

View details | Privacy policylaunch
Consent


EXACTAG GMBH

Cookie duration: 180 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CELTRA, INC.

Doesn't use cookies. Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MAINADV SRL

Cookie duration: 1 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GEMIUS SA

Cookie duration: 395 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
Consent


THE KANTAR GROUP LIMITED

Cookie duration: 914 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


IMPACT TECH INC.

Cookie duration: 720 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NIELSEN MARKETING CLOUD

Cookie duration: 120 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SOLOCAL

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


PIXALATE, INC.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ORACLE DATA CLOUD

Cookie duration: 180 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NUMBERLY

Cookie duration: 396 (days).

View details | Privacy policylaunch
Consent


AUDIENCEPROJECT APS

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


EFFILIATION / EFFINITY

Cookie duration: 60 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ARRIVALIST CO

Cookie duration: 730 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SEENTHIS AB

Doesn't use cookies.

View details | Privacy policylaunch


COMMANDERS ACT

Cookie duration: 365 (days). Uses other forms of storage.

View details | Privacy policylaunch
Consent


TRAVEL AUDIENCE GMBH

Cookie duration: 397 (days).

View details | Storage details | Privacy policylaunch
Consent


HUMAN

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADLUDIO LTD.

Doesn't use cookies.

View details | Privacy policylaunch
Consent


NEODATA GROUP SRL

Cookie duration: 366 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


INNOVID INC.

Cookie duration: 92 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


TACTIC™ REAL-TIME MARKETING AS

Cookie duration: Uses session cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


NEUSTAR, INC.

Cookie duration: 3650 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SUBLIMESKINZ - ADLEDGE

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


SALESFORCE.COM, INC.

Cookie duration: 180 (days). Uses other forms of storage.

View details | Privacy policylaunch
Consent


VERVE GROUP EUROPE GMBH

Doesn't use cookies.

View details | Privacy policylaunch
Consent


KOCHAVA INC.

Doesn't use cookies.

View details | Privacy policylaunch
Consent


OTTO (GMBH &AMP; CO KG)

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ADOBE AUDIENCE MANAGER, ADOBE EXPERIENCE PLATFORM

Cookie duration: 180 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LOCALSENSOR B.V.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


ONLINE SOLUTION

Cookie duration: 365 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


RELAY42 NETHERLANDS B.V.

Cookie duration: 731 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GP ONE GMBH

Cookie duration: Uses session cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


LIFTOFF MOBILE, INC.

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MINDTAKE RESEARCH GMBH

Cookie duration: 93 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CINT AB

Cookie duration: 730 (days).

View details | Privacy policylaunch
Consent


GOOGLE ADVERTISING PRODUCTS

Cookie duration: 396 (days). Uses other forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


GFK SE

Cookie duration: 730 (days). Uses other forms of storage.

View details | Privacy policylaunch
Consent


REVJET

Cookie duration: 730 (days).

View details | Privacy policylaunch
Consent


DIGISEG APS

Doesn't use cookies.

View details | Privacy policylaunch
Consent


PROTECTED MEDIA LTD

Doesn't use cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


CLINCH LABS LTD

Cookie duration: 730 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


HEARTS &AMP; SCIENCE MÜNCHEN GMBH

Cookie duration: 60 (days). Cookie duration resets each session.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


AMAZON ADVERTISING

Cookie duration: 396 (days). Cookie duration resets each session. Uses other
forms of storage.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


MOLOCO, INC.

Cookie duration: Uses session cookies.

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline


OBJECTIVE PARTNERS BV

Cookie duration: 90 (days).

View details | Privacy policylaunch
Consent


EBAY INC

Cookie duration: 90 (days).

View details | Privacy policylaunch
ConsentLegitimate interesthelp_outline

General vendors

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


ADTRIBA

Privacy policylaunch
Consent


PULSEPOINT

Privacy policylaunch
Consent


DEMANDBASE

Privacy policylaunch
Consent


EVIDON

Privacy policylaunch
Consent


CUBED

Privacy policylaunch
Consent


HURRA.COM

Privacy policylaunch
Consent


OPTOMATON

Privacy policylaunch
Consent


INTELLIAD

Privacy policylaunch
Consent


ANALIGHTS

Privacy policylaunch
Consent


DSTILLERY

Privacy policylaunch
Consent


DMA INSTITUTE

Privacy policylaunch
Consent


ZMS

Privacy policylaunch
Consent


DENTSU AEGIS NETWORK

Privacy policylaunch
Consent


IGNITION ONE

Privacy policylaunch
Consent


OMNICOM MEDIA GROUP

Privacy policylaunch
Consent


RESONATE

Privacy policylaunch
Consent


CENTRO

Privacy policylaunch
Consent


SOJERN

Privacy policylaunch
Consent


HAENSEL AMS

Privacy policylaunch
Consent


BDSK HANDELS GMBH & CO. KG

Privacy policylaunch
Consent


VIDEOLOGY

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


VIMEO

Privacy policylaunch
Consent


ENSIGHTEN

Privacy policylaunch
Consent


ADMAXIM

Privacy policylaunch
Consent


BATCH MEDIA

Privacy policylaunch
Consent


VODAFONE GMBH

Privacy policylaunch
Consent


NETQUEST

Privacy policylaunch
Consent


MANAGE.COM

Privacy policylaunch
Consent


CLOUDFLARE

Privacy policylaunch
Consent


SCOOTA

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


FRACTIONAL MEDIA

Privacy policylaunch
Consent


RACKSPACE

Privacy policylaunch
Consent


MSI-ACI

Privacy policylaunch
Consent


NAVEGG

Privacy policylaunch
Consent


ADMEDO

Privacy policylaunch
Consent


MOBITRANS

Privacy policylaunch
Consent


ADEX

Privacy policylaunch
Consent


AARKI

Privacy policylaunch
Consent


SFR

Privacy policylaunch
Consent


CABLATO

Privacy policylaunch
Consent


WAYSTACK

Privacy policylaunch
Consent

Accept all



Confirm choices

Close