www.gartner.com Open in urlscan Pro
13.32.27.51  Public Scan

Submitted URL: https://app.gartnerformarketers.com/e/er?utm_campaign=EVT_IN_2024_SECI10_BB_E2_Generic_Tracks&utm_medium=email&utm_source=Eloqua&cm_...
Effective URL: https://www.gartner.com/en/conferences/apac/security-risk-management-india?utm_campaign=EVT_IN_2024_SECI10_BB_E2_Generic...
Submission: On September 14 via api from IN — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="form-one" class="formOne validator">
  <div class="form-heading">
    <div class="row">
      <div class="col-md-9 col-sm-12 col-xs-12">
        <h3 class="heading color-gartner-blue">Want to stay informed?</h3>
        <h5 class="sub-heading color-gartner-blue"> Get conference email updates.</h5>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="form-one col-md-9 col-sm-12 col-xs-12">
      <span class="field-container">
        <label for="email-address">Work Email</label>
        <input id="email-address" class="form-control step-one-form-control emailAddress" type="email" name="emailAddress" placeholder="" data-validator="email" inputmode="email" errormessage="Please enter a valid email address." required="">
        <img src="https://emtemp.gcom.cloud/ngw/commonassets/images/build-graphics/vis-cue-test-arrow.png" class="email-arrow-pointer" alt="">
        <span class="icon gcom-icon-check-circle"></span>
      </span>
      <span class="field-container personType">
        <label for="poID">Person Type</label>
        <input id="poID" class="form-control poID" type="text" name="poID">
        <span class="icon gcom-icon-check-circle"></span>
      </span>
    </div>
    <div class="form-one col-md-3 col-sm-12 col-xs-12 email-check">
      <button type="submit"
        class="btn btBtn btnNormalWidth button action-button step-one-action-button button-gray form-submit-button conference-theme-bg-color conference-theme-bg-color-hover conference-theme-border-2px btn-primary conference-theme-text-color"
        id="continue" errormessage="All fields are required.">
        <i class="gcom-icon-refresh icon-spinner" id="eloqua-final-submit-loading"></i> Continue </button>
    </div>
  </div>
  <div class="footer row">
    <div class="col-xs-12">
      <div class="row privacy-policy">
        <div class="col-xs-12">
          <div class="lock">
            <i class="dark gcom-icon-lock"></i>
          </div>
          <div class="privacy-container">
            <span class="privacy-text ">
              <p> By clicking the "Continue" button, you are agreeing to the <a href="https://www.gartner.com/en/about/policies/terms-of-use" target="_blank">
               Gartner Terms of Use
            </a> and <a href="https://www.gartner.com/en/about/policies/privacy" target="_blank">
               Privacy Policy.
            </a>
              </p>
            </span>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="submit-form" class="submitForm validator">
  <div class="form-two">
    <div class="row">
      <div class="col-xs-12">
        <h5 class="contactFormTitle">Contact Information</h5>
        <p class="fields-required">All fields are required.</p>
      </div>
      <div class="col-md-6 col-sm-12 col-xs-12 information">
        <div class="personal-information">
          <span class="field-container">
            <label for="first-name">First Name</label>
            <input id="first-name" class="form-control firstName" type="text" name="firstName" minlength="1" data-validator="string" inputmode="text" errormessage="Please enter your first name" required="">
            <span class="icon gcom-icon-check-circle"></span>
          </span>
          <span class="field-container">
            <label for="last-name">Last Name</label>
            <input id="last-name" class="form-control lastName" type="text" name="lastName" minlength="1" data-validator="string" inputmode="text" errormessage="Please enter your last name" required="">
            <span class="icon gcom-icon-check-circle"></span>
          </span>
          <span class="field-container">
            <label for="bus-phone">Business Phone</label>
            <input id="bus-phone" class="form-control busPhone" type="tel" name="busPhone" placeholder="" minlength="4" data-validator="number" inputmode="tel" errormessage="Please enter your phone number" required="">
            <span class="icon gcom-icon-check-circle"></span>
          </span>
          <span class="field-container">
            <label for="country">Country</label>
            <select required="" name="country" id="country" class="form-control country" errormessage="Please select your country">
              <option hidden="" value="" disabled="" selected=""></option>
            </select>
            <span class="icon gcom-icon-check-circle"></span>
          </span>
          <span class="field-container personType">
            <label for="poID">Person Type</label>
            <input id="poID" class="form-control poID" type="text" name="poID">
            <span class="icon gcom-icon-check-circle"></span>
          </span>
        </div>
      </div>
      <div class="col-md-6 col-sm-12 col-xs-12 information">
        <div class="company-information">
          <span class="field-container">
            <label for="job-title">Job Title</label>
            <input id="job-title" class="form-control jobTitle" type="text" name="jobTitle" placeholder="" minlength="1" errormessage="Please enter your job title" required="">
            <span class="icon gcom-icon-check-circle"></span>
          </span>
          <span class="field-container">
            <label for="company">Company Name</label>
            <input id="company" class="form-control company" type="text" name="company" placeholder="" data-validator="string" errormessage="Please enter your company&amp;#39;s name" required="">
            <span class="icon gcom-icon-check-circle"></span>
          </span>
          <span class="field-container">
            <label for="department">Job Function</label>
            <select required="" id="department" name="jobFunction" class="form-control department" errormessage="Please select your job function" onchange="FormUtils.populateJobRole(this);">
              <option hidden="" value="" selected="" disabled=""></option>
            </select>
            <span class="icon gcom-icon-check-circle"></span>
          </span>
          <span class="field-container">
            <label for="jobRole">Job Role</label>
            <select required="" name="jobRole" id="jobRole" class="form-control jobRole" errormessage="Please select your job role" onchange="FormUtils.populateJobFunctionValue(this);">
              <option hidden="" value=""></option>
            </select>
            <span class="icon gcom-icon-check-circle"></span>
          </span>
        </div>
      </div>
    </div>
  </div>
  <div class="steps">
    <div class="step-lists">
      <li></li>
      <li></li>
    </div>
    <div class="underline"></div>
    <p class="step-indicator">Step 2 of 2</p>
  </div>
  <div class="consent-error-msg hidden">
    <p>Please provide the consent below</p>
  </div>
  <div class="privacyConsent checkbox hidden">
    <input type="checkbox" name="consentbox" id="consentbox0">
    <label class="check-label consent-text" for="consentbox0">
      <p> I have read, understood and accepted Gartner <a href="https://www.gartner.com/en/about/policies/privacy/china-pipl-gartner" target="_blank">
     Separate Consent Letter
     </a> , whereby I agree (1) to provide Gartner with my personal information, and understand that information will be transferred outside of mainland China and processed by Gartner group companies and other legitimate processing parties and (2)
        to be contacted by Gartner group companies via internet, mobile/telephone and email, for the purposes of sales, marketing and research. </p>
    </label>
  </div>
  <div class="footer row">
    <div class="col-md-6 col-sm-6 col-xs-3 is-back-button">
      <a class="btn btBtn btnNormalWidth btn-secondary back-button" data-scroll-offset="1694703570026">
                  Back
               </a>
    </div>
    <div class="has-back-button form-action col-md-6 col-sm-6 col-xs-9">
      <button type="submit"
        class="btn btBtn btnNormalWidth button step-two-action-button col-md-6 col-sm-12 col-xs-12 form-submit-button button-gray conference-theme-bg-color conference-theme-bg-color-hover conference-theme-border-2px btn-primary conference-theme-text-color"
        id="submit" errormessage="All fields are required.">
        <i class="gcom-icon-refresh icon-spinner" id="eloqua-final-submit-loading"></i> Sign up Now </button>
    </div>
    <div class="col-xs-12">
      <div class="row privacy-policy">
        <div class="col-xs-12">
          <div class="lock">
            <i class="dark gcom-icon-lock"></i>
          </div>
          <div class="privacy-container">
            <span class="privacy-text ">
              <p> By clicking the "Sign up Now" button, you are agreeing to the <a href="https://www.gartner.com/en/about/policies/terms-of-use" target="_blank">
               Gartner Terms of Use
            </a> and <a href="https://www.gartner.com/en/about/policies/privacy" target="_blank">
               Privacy Policy.
            </a>
              </p>
            </span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!-- Hidden fields -->
  <input type="hidden" value="true" class="activateCountryFetch">
  <input id="lead-gen-elqFormName" name="elqFormName" type="hidden" value="EVT_GB_YOY_UNV_SU" class="hiddenParams">
  <input id="lead-gen-businessUnit" name="busUnit" type="hidden" value="EVT" class="hiddenParams">
  <input id="lead-gen-language" name="language" type="hidden" value="en" class="hiddenParams">
  <input id="lead-gen-mktgCode2" name="mktgCode2" type="hidden" value="" class="hiddenParams">
  <input id="lead-gen-elqCustomerGUID" name="guid" type="hidden" value="" class="hiddenParams">
  <input id="lead-gen-region" name="region" type="hidden" value="" class="hiddenParams">
  <input id="lead-gen-year" name="year" type="hidden" value="26 February 2024 00:00:00" class="hiddenParams">
  <input id="lead-gen-urlTarget" name="" type="hidden" value="false" class="hiddenParams">
  <input id="lead-gen-autoRedirect" name="" type="hidden" value="false" class="hiddenParams">
  <input id="lead-gen-campaignFunctionMapping" name="campaignFunctionMapping" type="hidden" value="false" class="hiddenParams">
  <input name="processingValue" type="hidden" value="" class="hiddenParams">
  <input name="retURL" type="hidden" class="hiddenParams">
  <input type="hidden" name="elqUserCountry" value="" class="elqUserCountry">
  <input type="hidden" name="chinaoptin" value="" class="chinaoptin hiddenParams">
  <!-- GTM Tracking fields -->
  <input name="refURL" type="hidden" value="" class="hiddenParams">
  <input name="refURL_Host" type="hidden" value="none" class="hiddenParams">
  <input name="refURL_Path" type="hidden" value="none" class="hiddenParams">
  <input name="curURL" type="hidden"
    value="https://www.gartner.com/en/conferences/apac/security-risk-management-india?utm_campaign=EVT_IN_2024_SECI10_BB_E2_Generic_Tracks&amp;utm_medium=email&amp;utm_source=Eloqua&amp;cm_mmc=Eloqua-_-Email-_-LM_EVT_IN_2024_SECI10_BB_E2_Generic_Tracks-_-0000"
    class="hiddenParams">
  <input name="ga_client_id" type="hidden" value="1110315372.1694707751" class="hiddenParams">
  <input type="hidden" name="firsturl"
    value="https://www.gartner.com/en/conferences/apac/security-risk-management-india?utm_campaign=EVT_IN_2024_SECI10_BB_E2_Generic_Tracks&amp;utm_medium=email&amp;utm_source=Eloqua&amp;cm_mmc=Eloqua-_-Email-_-LM_EVT_IN_2024_SECI10_BB_E2_Generic_Tracks-_-0000"
    class="first_url hiddenParams">
  <!-- utm params  -->
  <input name="utm_source" type="hidden" value="Eloqua" class="urlParams">
  <input name="utm_medium" type="hidden" value="email" class="urlParams">
  <input name="utm_content" type="hidden" value="undefined" class="urlParams">
  <input name="utm_term" type="hidden" value="undefined" class="urlParams">
  <input name="utm_campaign" type="hidden" value="EVT_IN_2024_SECI10_BB_E2_Generic_Tracks" class="urlParams">
  <input name="utm_adgroup" type="hidden" value="" class="urlParams">
  <!-- Data Layer fields -->
  <input id="eloquaDLEvent" type="hidden" value="formStep" class="datalayerParams">
  <input id="elqQCType" type="hidden" value="quick collect" class="datalayerParams">
  <input id="eloquaFormStep2of2" type="hidden" value="2 of 2" class="datalayerParams">
  <input id="eloquaPersonalandCompanyInfo" type="hidden" value="Personal and Company Info" class="datalayerParams">
  <input id="eloquaDLAnonymousUser" type="hidden" value="anonymous" class="datalayerParams">
  <input id="eloquaDLKnownUser" type="hidden" value="known" class="datalayerParams">
  <input id="eloquaDLSuccessEvent" type="hidden" value="formSuccess" class="datalayerParams">
  <input id="eloquaDLValEvent" type="hidden" value="formValidationError" class="datalayerParams">
  <input id="eloquaDLSuccess" type="hidden" value="success" class="datalayerParams">
  <input id="eloquaFormType" type="hidden" value="quickCollect" class="datalayerParams">
  <!-- Custom Messages -->
  <input type="hidden" name="eloquaText" value="<p><strong>Please check your inbox to confirm your subscription and add the domain @gartner.com to your safe sender list to ensure receipt of future emails.</strong></p>
" class="eloqua-text">
  <input type="hidden" name="eloquaMessage" value="Thank you!" class="eloqua-message">
  <input type="hidden" name="optinMessage" value="Thank you!" class="optin-message">
  <input type="hidden" name="optinText" value="<p><strong>Please add the domain @gartner.com to your safe sender list to ensure receipt of future emails.</strong></p>
" class="optin-text">
  <input name="elqCampaignType" type="hidden" value="campaign" class="elqCampaignType datalayerParams">
  <input name="campaignName" type="hidden" value="" class="hiddenParams">
  <input name="mktgCode" type="hidden" value="SECI10" class="hiddenParams">
  <input name="programType" type="hidden" value="QC" class="hiddenParams">
  <input name="offer" type="hidden" value="Action Plan" class="hiddenParams">
  <input name="contentName" type="hidden" value="Gartner Security &amp; Risk Management Summit" class="hiddenParams">
  <input name="audience" type="hidden" value="" class="hiddenParams">
  <input id="lead-gen-elqCampaignId" name="cid" type="hidden" value="" class="hiddenParams">
</form>

Text Content

 * Gartner.com
 * Gartner Conferences

 * Log In
 * Conference Navigator

 * Conference Navigator
   
 * Log In

Gartner Security & Risk Management Summit

26 – 27 February 2024 | Mumbai, India
Pricing & Registration
 * Pricing & Registration
 * Log In
   
 * Home
   
 * Agenda
   
 * Speakers
   
 * Exhibitors
   
 * Venue
   
 * 
 * Conference Navigator
   
 * Pricing & Registration
   
 * Gartner.com
 * Gartner Conferences
   

Gartner Security & Risk Management Summit

26 – 27 February 2024 | Mumbai, India



GARTNER SECURITY & RISK MANAGEMENT SUMMIT


26 – 27 FEBRUARY 2024 | MUMBAI, INDIA

View Topics


CYBERSECURITY: BUSINESS-ALIGNED.
RISK-FOCUSED.

As digital business transformation pervades the enterprise and “digital” becomes
essential to get every job done, security and risk leaders must become the
change agent driving secure digital transformation. No longer focused solely on
defense, the security organization becomes a proactive business partner,
anticipating and managing security risks in pursuit of enterprise excellence.


Gartner Security & Risk Management Summit helps security and risk management
leaders and practitioners to continuously improve the flexibility and
responsiveness of security risk management techniques and technology to achieve
mission-critical objectives.

 * Join Peers
   
 * Build Your Network
   
 * Learn and Engage
   
 * Meet Experts
   

JOIN PEERS

Bring your team to maximize learning: Participate in relevant sessions together,
or split up to cover more ground and share your take-aways later.

CHIEF INFORMATION SECURITY OFFICERS

Define your strategy for agility and resilience in uncertain times:

 * Effectively balance the increasing volume, variety and speed of security and
   risk decisions.
 * Successfully communicate security risks, challenges and opportunities to
   senior executives.
 * Assess and transform security programs to become digital business enablers.
 * Prepare for continuous change in the technology and threat landscape. 
 * Overcome the barriers of organizational culture, resources and talent to grow
   and scale your digital initiatives. 



SECURITY EXECUTIVES

Develop security programs to respond to emerging threats and advanced attacks as
you:

 * Balance real-world risks with business drivers such as speed, agility,
   flexibility and performance
 * Develop and maintain effective security governance across the organization
 * Establish key metrics and indicators to measure the effectiveness of security
   programs
 * Anticipate the emergence of advanced attacks that evade traditional security



RISK MANAGEMENT LEADERS

Target the risks that matter most in the race to the digital future:

 * Build an effective risk management program when investing in digital
   business.
 * Evolve your risk management practices to stay on top of emerging and
   enterprise risks.
 * Successfully align risk appetite with business objectives.
 * Use metrics effectively to understand changes in risk exposure.
 * Effectively manage third-party risk.



IAM LEADERS

Gain critical insights to sustain effective identity and access management (IAM)
programs to provide the right access to the right people — and identify the
leading providers of IAM products and services to benefit the organization.

 * Align with business expectations to get buy-in and continued support for IAM
   programs and policies. 
 * Measure and communicate the value of the IAM program and move from cost
   center to revenue generation. 
 * Integrate IAM initiatives with established business processes and policies
   that affect customers and the workforce. 
 * Understand the fast-evolving IAM technologies and vendors, and cut through
   the hype of artificial intelligence, blockchain and the Internet of Things to
   leverage the right solutions. 
 * Manage the complexity and specific risks associated with cloud migration and
   cloud-based IAM solutions. 



SECURITY ARCHITECTS AND TECHNICAL PROFESSIONALS

Select and architect effective security and risk solutions:

 * Understand how the characteristics of digital business impact security
   architecture practices.
 * Enable a tighter alignment between security and business.
 * Develop security architecture frameworks to address compliance demands and
   evolving IT.
 * Gain insight into the increasingly complex market for security and risk
   management technologies and services.



NETWORK, APPLICATION AND DATA SECURITY MANAGERS

Protect critical assets:

 * Develop new best practices to secure new enterprise network edges.
 * Keep pace with the changing technology application landscape and evolving
   data protection regulations.
 * Balance the imperative to rapidly modernize applications with the requirement
   to protect them.
 * Respond to the challenges of securing sensitive data while expanding the use
   of cloud services.



BUILD YOUR NETWORK

Network with experts and peers

At Gartner Security & Risk Management Summit, attendees have the opportunity to
connect with Gartner experts and chief information security officers (CISOs) and
security and risk management leaders. Meet one-on-one with Gartner experts for
tailored advice to help you achieve your mission-critical priorities.


Build new relationships, broaden your perspectives and uncover ways to solve
problems alongside other security and risk leaders. When you engage with
like-minded peers, you find opportunities to share your ideas and experiences.

Highlights

 * Roundtable sessions:* Join your security and risk management peers from
   leading organizations and various industries to discuss relevant topics
   inspired by the latest research in these small-group sessions, moderated by a
   Gartner expert. 
 * End-user case studies: Detailed and documented case studies, by Gartner
   invitation, reveal lessons from your peers during their own organization’s
   implementations.
 * Peer conversations: Join peer-to-peer discussions organically throughout the
   conference. With over 300 attendees consisting of CISOs and security and risk
   management leaders, discover how others are tackling the challenges you face
   every day. 

*Preregistration is required. These sessions are available to end users only;
space is limited.

LEARN AND ENGAGE

Prioritize what to accelerate, unlock resources for digital investments, make
meaningful cultural changes and so much more. No matter where you are on your
digital business acceleration journey, we’re here to help you get to your
destination faster — with confidence.

 

LEAN BACK AND LISTEN

Expect the best speakers, brightest minds and the latest big ideas. These
sessions provide the inspiration and actionable insight to transform your most
critical priorities into business results.


Highlights

 * Guest speakers: Attendees hear firsthand experience from guest keynote
   speakers and guest speakers from top organizations.
 * Gartner Magic Quadrant™ sessions and Market Guides: Explore the Gartner Magic
   Quadrant™ methodology that helps attendees understand how well technology
   providers are executing against their stated vision.
 * Solution Provider sessions: When you’re looking to address a specific issue,
   these strategic roadmap presentations and user-case studies provide
   real-world advice. 
    

LEAN IN AND ENGAGE

Facilitated by Gartner experts, these sessions challenge attendees to solve
problems together, exchange their viewpoints and get to the core of the business
imperatives that drive you and your peers.


Highlights

 * The CISO Circle:* This Gartner exclusive is a dedicated program within the
   overall agenda designed for chief information security officers and those
   serving in the CISO role. Participants have the opportunity to explore new
   strategies, share innovative ideas, grow their community of peers and gain
   special access to Gartner experts in unique and highly educational,
   interactive sessions.
 * Workshops:* Small-scale and interactive, in these sessions, attendees
   collaborate with peers by taking the most important topics and learning how
   to apply them to their business.
    

*Preregistration is required. These sessions are available to end users only. 

View Sessions

MEET EXPERTS

Our objective Gartner experts help you advance your most critical priorities
through industry-leading insights, guidance and tools. Tap their unique
expertise to make faster, smarter decisions. 

Gartner one-on-one meetings:* Meet one-on-one with Gartner experts for tailored
advice to help you achieve your most critical priorities. These popular meetings
offer you the undivided attention of a Gartner expert who listens and guides you
on the matters most critical to your success.


Ask the Expert sessions:* These topic-driven sessions provide a more intimate
discussion forum, featuring one Gartner expert and end-user peers posing
questions.
 

*Preregistration is required. These sessions are available to end users only;
space is limited.

View Experts

Great conference, many key take-aways that I’ll bring back to my organization. I
really liked the CISO Circle and the opportunity to network with CISOs across
various industries and our shared experiences.

Deepak Bhosale

Chief Information Security Officer, Asian Paints


WANT TO STAY INFORMED?

GET CONFERENCE EMAIL UPDATES.

Work Email Person Type
Continue

By clicking the "Continue" button, you are agreeing to the Gartner Terms of Use
and Privacy Policy.

CONTACT INFORMATION

All fields are required.

First Name Last Name Business Phone Country Person Type
Job Title Company Name Job Function Job Role

Step 2 of 2

Please provide the consent below

I have read, understood and accepted Gartner Separate Consent Letter , whereby I
agree (1) to provide Gartner with my personal information, and understand that
information will be transferred outside of mainland China and processed by
Gartner group companies and other legitimate processing parties and (2) to be
contacted by Gartner group companies via internet, mobile/telephone and email,
for the purposes of sales, marketing and research.

Back
Sign up Now

By clicking the "Sign up Now" button, you are agreeing to the Gartner Terms of
Use and Privacy Policy.







TRACKS AT A GLANCE

Access the latest Gartner research specifically designed to help security and
risk management leaders improve and advance security capabilities to support the
enterprise’s digital growth. Each track has a particular area of focus to help
you deliver on what matters most to you and your organization.

Track A


CYBERSECURITY LEADERSHIP

Faced with a fragmented, interdependent world, cybersecurity leaders have less
control over decisions around cyber risk than ever before. This track gives you
practical guidance on managing security teams and stakeholders through the
evolving threat landscape.

Track B


CYBER AND IT RISK MANAGEMENT

This track covers risks relevant to privacy, supply chains, and cybersecurity.
Learn how to communicate value, correlate risk data to automate control
monitoring, and enable decision-making for the right outcomes.

Track C


INFRASTRUCTURE SECURITY

This track will delve into the evolving landscape of infrastructure security
solutions, from managed and unmanaged endpoints to the rapidly evolving network
requirements to support cloud workloads and remote workspaces.

Track D


APPLICATION AND DATA SECURITY

New technologies mean new threats and an increasing attack surface, not all of
which are visible by the teams responsible. This track will explore the latest
developments, future roadmaps and new approaches to traditional application and
data security problems

Track E


CYBERSECURITY OPERATIONS

Security operations (SecOps) is a crucial component of an effective security
program. Security operations technologies and services defend IT systems from
attack by identifying threats. This track will help security and risk management
leaders increase business resilience through effective threat and exposure
visibility, response planning, and risk prioritization for your organization.

CISO Circle


THE CISO CIRCLE*

The CISO Circle curates Gartner's best insight and guidance in highly
interactive sessions purpose-built to improve your performance against the four
core components of CISO effectiveness: executive influence, future risk
management, workforce architecture and stress management. (*Application is
required.)

View Topics


QUESTIONS?

EMAIL US AT
GLOBALCONFERENCES@GARTNER.COM

Contact Us


READY TO REGISTER?

SECURE YOUR SPACE NOW.

Register Now

 * Gartner Conferences
 * Contact Conferences
 * Exhibit
 * Contact Gartner

 * IT Glossary
 * Privacy
 * Policies
 * Terms of Use

 * Site Index
 * Careers
 * Gartner.com
 * Frequently Asked Questions

 * Pricing & Registration
 * Sitemap

 * Gartner Conferences
 * Contact Conferences
 * Exhibit
 * Contact Gartner
 * IT Glossary
 * Privacy
 * Policies

 * Terms of Use
 * Site Index
 * Careers
 * Gartner.com
 * Frequently Asked Questions
 * Pricing & Registration
 * Sitemap



©2023 Gartner, Inc. and/or its affiliates. All rights reserved.


YOUR PRIVACY IS IMPORTANT TO US


By clicking “Accept all,” you agree to the storing of cookies on your device to
enhance site navigation, analyze site usage and assist in our marketing efforts.
To learn more, visit our Privacy Policy and Cookie Notice.

Customize Accept all



PRIVACY PREFERENCE CENTER


By clicking “Accept all,” you agree to the storing of cookies on your device to
enhance site navigation, analyze site usage and assist in our marketing efforts.
To learn more, visit our Privacy Policy and Cookie Notice.
Accept all


SELECT COOKIES

STRICTLY NECESSARY COOKIES

Always Active


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

View Vendor Details‎

TARGETING COOKIES

Targeting Cookies


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

View Vendor Details‎

FUNCTIONAL COOKIES

Functional Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

View Vendor Details‎

PERFORMANCE COOKIES

Performance Cookies


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

View Vendor Details‎
Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

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

 * 
   
   View Cookies
   
    * Name
      cookie name

Select and proceed


;