www.cips.org Open in urlscan Pro
2a02:26f0:3500:1b::1724:a38a  Public Scan

URL: https://www.cips.org/about-us/terms-conditions/privacy-statement
Submission: On October 28 via manual from GB — Scanned from GB

Form analysis 8 forms found in the DOM

<form>
  <fieldset>
    <legend class="visuallyhidden">Consent Selection</legend>
    <div id="CybotCookiebotDialogBodyFieldsetInnerContainer">
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonNecessary"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Necessary
            cookies</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessary"
            class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonPreferences"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Functional
            cookies</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferences" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonPreferencesInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonStatistics"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Performance
            cookies</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatistics" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonStatisticsInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
      <div class="CybotCookiebotDialogBodyLevelButtonWrapper"><label class="CybotCookiebotDialogBodyLevelButtonLabel" for="CybotCookiebotDialogBodyLevelButtonMarketing"><strong class="CybotCookiebotDialogBodyLevelButtonDescription">Marketing
            cookies</strong></label>
        <div class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketing" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox"
            data-target="CybotCookiebotDialogBodyLevelButtonMarketingInline" checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></div>
      </div>
    </div>
  </fieldset>
</form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelButtonDisabled" disabled="disabled" checked="checked"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonPreferences"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonStatistics"
    checked="checked" tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form><input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline" class="CybotCookiebotDialogBodyLevelButton CybotCookiebotDialogBodyLevelConsentCheckbox" data-target="CybotCookiebotDialogBodyLevelButtonMarketing" checked="checked"
    tabindex="0"> <span class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form class="CybotCookiebotDialogBodyLevelButtonSliderWrapper"><input type="checkbox" id="CybotCookiebotDialogBodyContentCheckboxPersonalInformation" class="CybotCookiebotDialogBodyLevelButton"> <span
    class="CybotCookiebotDialogBodyLevelButtonSlider"></span></form>

<form data-bind="submit: function(data, event) {event: { keydown : $data.handleKeyPress }}">
  <input id="CC-headerWidget-Search-Desktop" type="text" class="search-query" autocomplete="off" placeholder="Search"
    data-bind="value: searchText, valueUpdate: 'afterkeydown', onRender:initializeSearch.bind($data), event: { focus: $data.searchSelected,keydown : $data.handleKeyPress}">
</form>

<form>
  <div class="form-group">
    <div class="row">
      <div class="controls col-md-12">
        <label class="control-label">Save as:</label>
        <div class="input-wrapper">
          <input type="text" class="form-control" id="save-page-name" aria-required="true" required="required" data-bind="event: { keyup: toggleSaveButton}">
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="controls col-md-4">
      <button class="btn btn--primary-cips btn--blue" id="save-page-submit" type="button" data-bind="click: savePage, enable:  savePageButtonEnabled" disabled="">
        <span class="btn__text">Save</span>
      </button>
    </div>
    <div class="col-md-8">
      <div id="saveModalMessage"></div>
    </div>
  </div>
</form>

Text Content

 * Consent
 * Details
 * [#IABV2SETTINGS#]
 * About


OUR COOKIES

This website uses cookies to improve your experience. By continuing to use this
website you are accepting our cookie policy.

Consent Selection
Necessary cookies

Functional cookies

Performance cookies

Marketing cookies

Cookie settings
 * Necessary cookies 66
   
   Some cookies are necessary to make the website work properly, for example
   allowing us to show you the right web page and helping us to keep our website
   secure, and tracking items in your shopping basket.You can set your web
   browser to block these cookies, but some parts of the site will not then
   work. These cookies do not store any personal data.
    * Cookiebot
      3
      Learn more about this provider
      1.gifUsed to count the number of sessions to the website, necessary for
      optimizing CMP product delivery.
      Maximum Storage Duration: SessionType: Pixel Tracker
      CookieConsent [x2]Stores the user's cookie consent state for the current
      domain
      Maximum Storage Duration: 12849 daysType: HTTP Cookie
    * Google
      5
      Learn more about this provider
      
      Some of the data collected by this provider is for the purposes of
      personalization and measuring advertising effectiveness.
      
      __eoiUsed in order to detect spam and improve the website's security.
      Maximum Storage Duration: 180 daysType: HTTP Cookie
      ar_debugChecks whether a technical debugger-cookie is present.
      Maximum Storage Duration: 30 daysType: HTTP Cookie
      test_cookieUsed to check if the user's browser supports cookies.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      rc::eThis cookie is used to distinguish between humans and bots.
      Maximum Storage Duration: SessionType: HTML Local Storage
      rc::hThis cookie is used to distinguish between humans and bots.
      Maximum Storage Duration: PersistentType: HTML Local Storage
    * LinkedIn
      1
      Learn more about this provider
      li_gcStores the user's cookie consent state for the current domain
      Maximum Storage Duration: 180 daysType: HTTP Cookie
    * Sharethis
      1
      Learn more about this provider
      __sharethis_cookie_test__This cookie determines whether the browser
      accepts cookies.
      Maximum Storage Duration: SessionType: HTTP Cookie
    * cips.org
      1
      bm_svUsed in context with the website's BotManager. The BotManager
      detects, categorizes and compiles reports on potential bots trying to
      access the website.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
    * cips.org
      aaaadaru3czgmaaaaaaaaabcwm.apm-agt.eu-frankfurt-1.oci.oraclecloud.com
      
      2
      ak_bmsc [x2]This cookie is used to distinguish between humans and bots.
      This is beneficial for the website, in order to make valid reports on the
      use of their website.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
    * dev-cipsorgxaas.ocecdn.oraclecloud.com
      aaaadaru3czgmaaaaaaaaabcwm.apm-agt.eu-frankfurt-1.oci.oraclecloud.com
      
      2
      sticky [x2]Used to distribute traffic to the website on several servers in
      order to optimise response times.
      Maximum Storage Duration: SessionType: HTTP Cookie
    * idcs-1737335ab23947e396ae195f99e934d0.identity.oraclecloud.com
      3
      ORA_OCIS_REQ_1Pending
      Maximum Storage Duration: SessionType: HTTP Cookie
      ORA_OCIS_REQ_2Pending
      Maximum Storage Duration: SessionType: HTTP Cookie
      ORA_OCIS_REQ_3Pending
      Maximum Storage Duration: SessionType: HTTP Cookie
    * load.stape.cips.org
      1
      __cf_bmThis cookie is used to distinguish between humans and bots. This is
      beneficial for the website, in order to make valid reports on the use of
      their website.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
    * ocm.cips.org
      1
      ORA_OCIS_CG_ST_idcs-1737335ab23947e396ae195f99e934d0_ocm.cips.orgPending
      Maximum Storage Duration: SessionType: HTTP Cookie
    * stape.cips.org
      1
      _set_cookieThis cookie determines whether the browser accepts cookies.
      Maximum Storage Duration: SessionType: Pixel Tracker
    * visit-prod-eur.occa.ocs.oraclecloud.com
      3
      xdl7726845c1PRD_siteUSPending
      Maximum Storage Duration: 4814 daysType: HTTP Cookie
      xvl7726845c1PRD_siteUSPending
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      visitrouteVisitor Service
      Maximum Storage Duration: SessionType: HTTP Cookie
    * www.cips.org
      41
      AnonymousUserIdUnique GUID provided for an unauthenticated User
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      AWSALBRegisters which server-cluster is serving the visitor. This is used
      in context with load balancing, in order to optimize user experience.
      Maximum Storage Duration: 7 daysType: HTTP Cookie
      AWSALBCORSRegisters which server-cluster is serving the visitor. This is
      used in context with load balancing, in order to optimize user experience.
      Maximum Storage Duration: 7 daysType: HTTP Cookie
      AWSELBFor data centre management of web traffic and server load
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      BrowserSessionFor uniquely identifying browser session information used in
      the business processes for providing a Job board site
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      ccstorerouteCommerce Storefront.
      Maximum Storage Duration: SessionType: HTTP Cookie
      cookie-message_SupplyManagement_ResponsiveJobSeekerTo determine whether a
      visitor has seen the cookie banner/widget notification before (either true
      or false)
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      csrfTokenHelps prevent Cross-Site Request Forgery (CSRF) attacks.
      Maximum Storage Duration: SessionType: HTTP Cookie
      CulturePreferenceFor identifying the preferred culture to use on the site
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      DoubleSubmit_SupplyManagement_ResponsiveJobSeekerUsed to defend against
      cross site request forgery attacks
      Maximum Storage Duration: SessionType: HTTP Cookie
      FixedFacetDefaultsSearch defaults, used by javascript to display facets
      Maximum Storage Duration: SessionType: HTTP Cookie
      historyStackDataPending
      Maximum Storage Duration: SessionType: HTML Local Storage
      JSESSIONIDPreserves users states across page requests.
      Maximum Storage Duration: SessionType: HTTP Cookie
      JSMRISession information used to provide reporting essential for the
      business processes for providing a Job board site. Tracks last seen date
      and a count of overall sessions for an anonymous user.
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      LoginCookieCheckUsed during the login process to check that user has
      cookies enabled
      Maximum Storage Duration: SessionType: HTTP Cookie
      Logon_RecruiterServicesUnique Session identifier GUID for User
      authentication for the current logged on userUsed with
      User_RecruiterServices value for revalidating the User
      Maximum Storage Duration: SessionType: HTTP Cookie
      Logon_WebSiteUnique Session identifier GUID for User authentication for
      the current logged on userUsed with User_Website value for revalidating
      the User
      Maximum Storage Duration: SessionType: HTTP Cookie
      m_auAnalytics session anonymous user data. Used to store anonymised user
      data for statisitcs reporting.
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      m_sessionUsrIdThis cookie is a 256 bit encrypted cookie containing a users
      ID, this is used to identify users after signing up for a service via
      email during a session
      Maximum Storage Duration: SessionType: HTTP Cookie
      m_shbAnalytics session heartbeat cookie. Used by the analytics session
      system to skip requests to the external analytics session initiator if
      present.
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      m_sidAnalytics session anonymous session id. Used to link together events
      against a user session for stats reporting,
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      MdgxArticlesLastSearchParamsTo track what a users last article search
      terms was
      Maximum Storage Duration: SessionType: HTTP Cookie
      occs_site_id-storefrontUIused to store the OAuth token of the user that is
      logged in and keeps the shopper’s login token active during page reloads
      and multiple tab access. This cookie does collect personal data in the
      form of the profileId.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      occs_user_content_locale-storefrontUIPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      occsRecSessionIdContains a routing token used to direct requests to the
      correct back-end servers. Does not collect personal data.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      occsRecVisitorIdContains the visitor ID used by the Recommendations
      service. Does not collect personal data.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      oidc_stFor OpenIdConnect SSO data
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      pageIdListToLogPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      redirectedToWebPaymentPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      Remember_MeWebSiteFor remembering the User, using an encrypted userId
      Maximum Storage Duration: 1 monthType: HTTP Cookie
      RememberMeActivated_WebsiteUsed to identify whether RememberMe facility is
      activated
      Maximum Storage Duration: 1 monthType: HTTP Cookie
      RSAnonymousUserIdUnique GUID provided for an unauthenticated User
      Maximum Storage Duration: 2 yearsType: HTTP Cookie
      RSBrowserSessionFor uniquely identifying browser session information used
      in the business processes for providing a Job board site
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      RSMRISession information used to provide reporting essential for the
      business processes for providing a Job board site
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      RSSClickThroughJobIDFor identifying when a User has been referred from an
      RSS feed. Records the Job Reference of the Job clicked on in the RSS feed.
      Maximum Storage Duration: SessionType: HTTP Cookie
      selectedProductsPerRowUsed to set layout of product listing pages.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      sserouteServer-Side Extensions (SSEs)
      Maximum Storage Duration: SessionType: HTTP Cookie
      UrlCSRF_SupplyManagement_ResponsiveJobSeekerTo help with Cross Site
      Request Defences.
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      User_RecruiterServicesUnique User GUID provided for and authenticated
      UserUsed with Logon_Recruiterservices value to  revalidate the User
      Maximum Storage Duration: SessionType: HTTP Cookie
      User_WebSiteUnique User GUID provided for and authenticated UserUsed with
      Logon_Website value to  revalidate the User
      Maximum Storage Duration: SessionType: HTTP Cookie
      visitIdPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
    * www.milkround.com
      1
      VISITOR_IDPreserves the visitor's session state across page requests.
      Maximum Storage Duration: SessionType: HTTP Cookie

 * Functional cookies 3
   
   
   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.
   
    * www.cips.org
      3
      categoryNecessary in order to optimize the website's search-bar function.
      The cookie ensures accurate and fast search results.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      logLevelMaintains settings and outputs when using the Developer Tools
      Console on current session.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      searchFormCurrentStateRemembers the toggle status for CV Search form
      Maximum Storage Duration: PersistentType: HTML Local Storage

 * Performance cookies 21
   
   Performance cookies help us to analyze and improve how our website works, and
   are optional. They 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.
    * Hotjar
      5
      Learn more about this provider
      _hjSession_#Collects statistics on the visitor's visits to the website,
      such as the number of visits, average time spent on the website and what
      pages have been read.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      _hjSessionUser_#Collects statistics on the visitor's visits to the
      website, such as the number of visits, average time spent on the website
      and what pages have been read.
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      _hjTLDTestRegisters statistical data on users' behaviour on the website.
      Used for internal analytics by the website operator.
      Maximum Storage Duration: SessionType: HTTP Cookie
      hjActiveViewportIdsThis cookie contains an ID string on the current
      session. This contains non-personal information on what subpages the
      visitor enters – this information is used to optimize the visitor's
      experience.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      hjViewportIdSaves the user's screen size in order to adjust the size of
      images on the website.
      Maximum Storage Duration: SessionType: HTML Local Storage
    * aaaadaru3czgmaaaaaaaaabcwm.apm-agt.eu-frankfurt-1.oci.oraclecloud.com
      1
      OciTrackLinks performance related information to specific sessions for
      correct reporting on concurrent sessions handled by a particular server.
      Maximum Storage Duration: SessionType: HTTP Cookie
    * cips.org
      4
      FPAUAssigns a specific ID to the visitor. This allows the website to
      determine the number of specific user-visits for analysis and statistics.
      Maximum Storage Duration: 3 monthsType: HTTP Cookie
      FPGSIDRegisters statistical data on users' behaviour on the website. Used
      for internal analytics by the website operator.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      FPIDRegisters statistical data on users' behaviour on the website. Used
      for internal analytics by the website operator.
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      FPLCRegisters a unique ID that is used to generate statistical data on how
      the visitor uses the website.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
    * load.stape.cips.org
      2
      _gaRegisters a unique ID that is used to generate statistical data on how
      the visitor uses the website.
      Maximum Storage Duration: 2 yearsType: HTTP Cookie
      _ga_#Used by Google Analytics to collect data on the number of times a
      user has visited the website as well as dates for the first and most
      recent visit.
      Maximum Storage Duration: 2 yearsType: HTTP Cookie
    * www.cips.org
      9
      _dd_sRegisters the website's speed and performance. This function can be
      used in context with statistics and load-balancing.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      CampaignClickThroughIDIdentifies when a User has been referred from a
      campaign email, to measure the effectiveness of that campaign
      Maximum Storage Duration: SessionType: HTTP Cookie
      dd_cookie_test_#Registers data on visitors' website-behaviour. This is
      used for internal analysis and website optimization.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      iPhoneClickThroughJobIDFor identifying when a User has been referred from
      a job clicked on when viewing in the iPhone application
      Maximum Storage Duration: SessionType: HTTP Cookie
      JBEClickThroughIDFor identifying when a User has been referred from a Job
      Alert email. Records the ID reference of the Job Alert.
      Maximum Storage Duration: SessionType: HTTP Cookie
      JBEClickThroughJobIDFor identifying when a User has been referred from a
      Job Alert email.  Records the Job Reference of the Job clicked on in the
      Job Alert.
      Maximum Storage Duration: SessionType: HTTP Cookie
      visitorIdRegisters statistical data on users' behaviour on the website.
      Used for internal analytics by the website operator.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      WidgetClickThroughDomainFor identifying when a User has been referred from
      a website using a job widget.  Records the domain of the referrer.
      Maximum Storage Duration: SessionType: HTTP Cookie
      WidgetClickThroughJobIDFor identifying when a User has been referred from
      a website using a job widget.  Records the Job reference of the job
      clicked on in the widget.
      Maximum Storage Duration: SessionType: HTTP Cookie

 * Marketing cookies 69
   
   Marketing cookies help to ensure the adverts you see online are more relevant
   to you and your interests and are optional. 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 device.
    * Meta Platforms, Inc.
      3
      Learn more about this provider
      _fbpUsed by Facebook to deliver a series of advertisement products such as
      real time bidding from third party advertisers.
      Maximum Storage Duration: 3 monthsType: HTTP Cookie
      lastExternalReferrerDetects how the user reached the website by
      registering their last URL-address.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      lastExternalReferrerTimeDetects how the user reached the website by
      registering their last URL-address.
      Maximum Storage Duration: PersistentType: HTML Local Storage
    * Google
      15
      Learn more about this provider
      
      Some of the data collected by this provider is for the purposes of
      personalization and measuring advertising effectiveness.
      
      __gadsUsed to register what ads have been displayed to the user.
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      __gpiCollects information on user behaviour on multiple websites. This
      information is used in order to optimize the relevance of advertisement on
      the website.
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      activity;register_conversion=#;#=#Pending
      Maximum Storage Duration: SessionType: Pixel Tracker
      goog:cached:topicsPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      IDEUsed by Google DoubleClick to register and report the website user's
      actions after viewing or clicking one of the advertiser's ads with the
      purpose of measuring the efficacy of an ad and to present targeted ads to
      the user.
      Maximum Storage Duration: 400 daysType: HTTP Cookie
      pagead/landingCollects data on visitor behaviour from multiple websites,
      in order to present more relevant advertisement - This also allows the
      website to limit the number of times that they are shown the same
      advertisement.
      Maximum Storage Duration: SessionType: Pixel Tracker
      pagead/viewthroughconversion/753030076/Pending
      Maximum Storage Duration: SessionType: Pixel Tracker
      receive-cookie-deprecationCollects information on user behaviour on
      multiple websites. This information is used in order to optimize the
      relevance of advertisement on the website.
      Maximum Storage Duration: 180 daysType: HTTP Cookie
      ads/ga-audiencesUsed by Google AdWords to re-engage visitors that are
      likely to convert to customers based on the visitor's online behaviour
      across websites.
      Maximum Storage Duration: SessionType: Pixel Tracker
      NIDPending
      Maximum Storage Duration: 6 monthsType: HTTP Cookie
      pagead/1p-user-list/#Tracks if the user has shown interest in specific
      products or events across multiple websites and detects how the user
      navigates between sites. This is used for measurement of advertisement
      efforts and facilitates payment of referral-fees between websites.
      Maximum Storage Duration: SessionType: Pixel Tracker
      pagead/gen_204Collects data on visitor behaviour from multiple websites,
      in order to present more relevant advertisement - This also allows the
      website to limit the number of times that they are shown the same
      advertisement.
      Maximum Storage Duration: SessionType: Pixel Tracker
      pcs/activeviewUsed by DoubleClick to determine whether website
      advertisement has been properly displayed - This is done to make their
      marketing efforts more efficient.
      Maximum Storage Duration: SessionType: Pixel Tracker
      pcs/viewPending
      Maximum Storage Duration: SessionType: Pixel Tracker
      csiCollects data on visitors' preferences and behaviour on the website -
      This information is used make content and advertisement more relevant to
      the specific visitor.
      Maximum Storage Duration: SessionType: Pixel Tracker
    * LinkedIn
      2
      Learn more about this provider
      bcookieUsed by the social networking service, LinkedIn, for tracking the
      use of embedded services.
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      lidcUsed by the social networking service, LinkedIn, for tracking the use
      of embedded services.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
    * Microsoft
      8
      Learn more about this provider
      _uetsidUsed to track visitors on multiple websites, in order to present
      relevant advertisement based on the visitor's preferences.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      _uetsid_expContains the expiry-date for the cookie with corresponding
      name.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      _uetvidUsed to track visitors on multiple websites, in order to present
      relevant advertisement based on the visitor's preferences.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      _uetvid_expContains the expiry-date for the cookie with corresponding
      name.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      MSPTCPending
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      MUIDUsed widely by Microsoft as a unique user ID. The cookie enables user
      tracking by synchronising the ID across many Microsoft domains.
      Maximum Storage Duration: 1 yearType: HTTP Cookie
      _uetsidCollects data on visitor behaviour from multiple websites, in order
      to present more relevant advertisement - This also allows the website to
      limit the number of times that they are shown the same advertisement.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      _uetvidUsed to track visitors on multiple websites, in order to present
      relevant advertisement based on the visitor's preferences.
      Maximum Storage Duration: 1 yearType: HTTP Cookie
    * Oracle
      1
      Learn more about this provider
      ELQSTATUSUsed to auto-populate forms and validate if a given contact has
      subscribed to an email group. The cookie is only set if the user allows
      tracking.
      Maximum Storage Duration: 13 monthsType: HTTP Cookie
    * YouTube
      34
      Learn more about this provider
      #-# [x2]Used to track user’s interaction with embedded content.
      Maximum Storage Duration: SessionType: HTML Local Storage
      iU5q-!O9@[#COOKIETABLE_ADVERTISING#]nbsp;[x2]Registers a unique ID to keep
      statistics of what videos from YouTube the user has seen.
      Maximum Storage Duration: SessionType: HTML Local Storage
      LAST_RESULT_ENTRY_KEY [x2]Used to track user’s interaction with embedded
      content.
      Maximum Storage Duration: SessionType: HTTP Cookie
      ytidb::LAST_RESULT_ENTRY_KEY [x2]Used to track user’s interaction with
      embedded content.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      YtIdbMeta#databases [x2]Used to track user’s interaction with embedded
      content.
      Maximum Storage Duration: PersistentType: IndexedDB
      yt-remote-cast-available [x2]Stores the user's video player preferences
      using embedded YouTube video
      Maximum Storage Duration: SessionType: HTML Local Storage
      yt-remote-cast-installed [x2]Stores the user's video player preferences
      using embedded YouTube video
      Maximum Storage Duration: SessionType: HTML Local Storage
      yt-remote-connected-devices [x2]Stores the user's video player preferences
      using embedded YouTube video
      Maximum Storage Duration: PersistentType: HTML Local Storage
      yt-remote-device-id [x2]Stores the user's video player preferences using
      embedded YouTube video
      Maximum Storage Duration: PersistentType: HTML Local Storage
      yt-remote-fast-check-period [x2]Stores the user's video player preferences
      using embedded YouTube video
      Maximum Storage Duration: SessionType: HTML Local Storage
      yt-remote-session-app [x2]Stores the user's video player preferences using
      embedded YouTube video
      Maximum Storage Duration: SessionType: HTML Local Storage
      yt-remote-session-name [x2]Stores the user's video player preferences
      using embedded YouTube video
      Maximum Storage Duration: SessionType: HTML Local Storage
      LogsDatabaseV2:V#||LogsRequestsStoreUsed to track user’s interaction with
      embedded content.
      Maximum Storage Duration: PersistentType: IndexedDB
      nextIdUsed to track user’s interaction with embedded content.
      Maximum Storage Duration: SessionType: HTTP Cookie
      remote_sidNecessary for the implementation and functionality of YouTube
      video-content on the website.
      Maximum Storage Duration: SessionType: HTTP Cookie
      requestsUsed to track user’s interaction with embedded content.
      Maximum Storage Duration: SessionType: HTTP Cookie
      ServiceWorkerLogsDatabase#SWHealthLogNecessary for the implementation and
      functionality of YouTube video-content on the website.
      Maximum Storage Duration: PersistentType: IndexedDB
      TESTCOOKIESENABLEDUsed to track user’s interaction with embedded content.
      Maximum Storage Duration: 1 dayType: HTTP Cookie
      VISITOR_INFO1_LIVETries to estimate the users' bandwidth on pages with
      integrated YouTube videos.
      Maximum Storage Duration: 180 daysType: HTTP Cookie
      YSCRegisters a unique ID to keep statistics of what videos from YouTube
      the user has seen.
      Maximum Storage Duration: SessionType: HTTP Cookie
      yt.innertube::nextIdRegisters a unique ID to keep statistics of what
      videos from YouTube the user has seen.
      Maximum Storage Duration: PersistentType: HTML Local Storage
      yt.innertube::requestsRegisters a unique ID to keep statistics of what
      videos from YouTube the user has seen.
      Maximum Storage Duration: PersistentType: HTML Local Storage
    * eloqua.com
      procurement.cipscomms.org
      
      2
      ELOQUA [x2]Registers a unique ID that identifies the user's device upon
      return visits. Used for auto-populating forms and to validate if a certain
      contact is registered to an email group.
      Maximum Storage Duration: 13 monthsType: HTTP Cookie
    * load.stape.cips.org
      www.googletagmanager.com
      
      3
      _gcl_au [x3]Used by Google AdSense for experimenting with advertisement
      efficiency across websites using their services.
      Maximum Storage Duration: 3 monthsType: HTTP Cookie
    * www.cips.org
      1
      #GUID#23Pending
      Maximum Storage Duration: 5 daysType: HTTP Cookie

 * Unclassified cookies 9
   Unclassified cookies are cookies that we are in the process of classifying,
   together with the providers of individual cookies.
    * aaaadaru3czgmaaaaaaaaabcwm.apm-agt.eu-frankfurt-1.oci.oraclecloud.com
      1
      apmTrackDetailsPending
      Maximum Storage Duration: SessionType: HTML Local Storage
    * www.cips.org
      8
      audienceCurrency.activePending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      audienceCurrency.codePending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      audienceCurrency.processedPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      m_tempUsrIdPending
      Maximum Storage Duration: SessionType: HTTP Cookie
      occs_currency-storefrontUIPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      occs_pricelistgroup_id-storefrontUIPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      regionPending
      Maximum Storage Duration: PersistentType: HTML Local Storage
      RememberMeActivated_WebSitePending
      Maximum Storage Duration: SessionType: HTTP Cookie

Cross-domain consent[#BULK_CONSENT_DOMAINS_COUNT#] [#BULK_CONSENT_TITLE#]
List of domains your consent applies to: [#BULK_CONSENT_DOMAINS#]
Cookie declaration last updated on 27/10/2024 by Cookiebot



[#IABV2_TITLE#]

[#IABV2_BODY_INTRO#]
[#IABV2_BODY_LEGITIMATE_INTEREST_INTRO#]
[#IABV2_BODY_PREFERENCE_INTRO#]
[#IABV2_LABEL_PURPOSES#]
[#IABV2_BODY_PURPOSES_INTRO#]
[#IABV2_BODY_PURPOSES#]
[#IABV2_LABEL_FEATURES#]
[#IABV2_BODY_FEATURES_INTRO#]
[#IABV2_BODY_FEATURES#]
[#IABV2_LABEL_PARTNERS#]
[#IABV2_BODY_PARTNERS_INTRO#]
[#IABV2_BODY_PARTNERS#]


Cookies are small text files that can be used by websites to make a user's
experience more efficient.

The law states that we can store cookies on your device if they are strictly
necessary for the operation of this site. For all other types of cookies we need
your permission.

This site uses different types of cookies. Some cookies are placed by third
party services that appear on our pages.

You can at any time change or withdraw your consent from the cookie declaration
on our website.

Learn more about who we are, how you can contact us and how we process personal
data in our privacy policy.

Please state your consent ID and date when you contact us regarding your
consent.


Do not sell or share my personal information
Allow selection Allow selection Customise

Allow all cookies
pa1800004 is loaded.

 * About CIPS
 * Careers

 * More Options

 * Membership
 * Employers
 * Students & Qualifications
 * Events
 * Knowledge & Insight
 * Procurement & Supply Careers

Search


Region
Currency £ (GBP)

Cart Cart 0 Cross Cart
Your Basket item(0)



Review and checkout
User Log in | Register My CIPS Chevron-Down-Small

Join CIPS Chevron-Forward
Logout Log Out

   
 * Membership Chevron-Down-Small
   Membership
    * Join CIPS
   
    * Renew your membership
   
    * Rejoin CIPS
   
    * Group membership
   
    * Membership grades
       * Affiliate membership
       * Student membership
       * MCIPS
       * FCIPS
       * Chartered status
   
    * Upgrade your membership
   
   Benefits
    * Expertise & intelligence
       * Ethics test
       * Intelligence Hub
   
    * Support & guidance
       * Skills training courses
       * Self assessment tool
   
    * Community & connection
       * CIPS Connect - our online community
       * Branches
       * CIPS Events
       * Volunteering
   
    * Credibility & recognition
       * Professional register
       * MCIPS
       * CIPS code of conduct
   
    * Career progress & success
       * CPD
       * Global Standard
       * CIPS Salary Guide
       * Procurement & Supply Jobs
   
    * Routes to MCIPS
       * Qualifications Programme
       * Experiential Route
       * Corporate Award
       * Accredited Degree
   
   Membership
    * Join CIPS
   
    * Renew your membership
   
    * Rejoin CIPS
   
    * Group membership
   
    * Membership grades
       * Affiliate membership
       * Student membership
       * MCIPS
       * FCIPS
       * Chartered status
   
    * Upgrade your membership
   
   Benefits
    * Expertise & intelligence
       * Ethics test
       * Intelligence Hub
   
    * Support & guidance
       * Skills training courses
       * Self assessment tool
   
    * Community & connection
       * CIPS Connect - our online community
       * Branches
       * CIPS Events
       * Volunteering
   
    * Credibility & recognition
       * Professional register
       * MCIPS
       * CIPS code of conduct
   
    * Career progress & success
       * CPD
       * Global Standard
       * CIPS Salary Guide
       * Procurement & Supply Jobs
   
    * Routes to MCIPS
       * Qualifications Programme
       * Experiential Route
       * Corporate Award
       * Accredited Degree
   
   Membership
    * Join CIPS
   
    * Renew your membership
   
    * Rejoin CIPS
   
    * Group membership
   
    * Membership grades
       * Affiliate membership
       * Student membership
       * MCIPS
       * FCIPS
       * Chartered status
   
    * Upgrade your membership
   
   Benefits
    * Expertise & intelligence
       * Ethics test
       * Intelligence Hub
   
    * Support & guidance
       * Skills training courses
       * Self assessment tool
   
    * Community & connection
       * CIPS Connect - our online community
       * Branches
       * CIPS Events
       * Volunteering
   
    * Credibility & recognition
       * Professional register
       * MCIPS
       * CIPS code of conduct
   
    * Career progress & success
       * CPD
       * Global Standard
       * CIPS Salary Guide
       * Procurement & Supply Jobs
   
    * Routes to MCIPS
       * Qualifications Programme
       * Experiential Route
       * Corporate Award
       * Accredited Degree
   
   Membership
    * Join CIPS
   
    * Renew your membership
   
    * Rejoin CIPS
   
    * Group membership
   
    * Membership grades
       * Affiliate membership
       * Student membership
       * MCIPS
       * FCIPS
       * Chartered status
   
    * Upgrade your membership
   
   Benefits
    * Expertise & intelligence
       * Ethics test
       * Intelligence Hub
   
    * Support & guidance
       * Skills training courses
       * Self assessment tool
   
    * Community & connection
       * CIPS Connect - our online community
       * Branches
       * CIPS Events
       * Volunteering
   
    * Credibility & recognition
       * Professional register
       * MCIPS
       * CIPS code of conduct
   
    * Career progress & success
       * CPD
       * Global Standard
       * CIPS Salary Guide
       * Procurement & Supply Jobs
   
    * Routes to MCIPS
       * Qualifications Programme
       * Experiential Route
       * Corporate Award
       * Accredited Degree
   
   Ready to sign up? Become a member today Join CIPS
 * Employers Chevron-Down-Small
   Develop your people
    * Group Membership
   
    * Applied Learning Programme (Corporate Award)
   
   Develop your organisation
    * Procurement Advisory Services
   
    * Procurement Excellence Programme
   
    * Ethical Services
   
    * Procurement Skills Training
   
    * Skills Assessment
   
    * Qualifications Programme
   
   Useful links
    * Procurement & Supply Jobs
   
    * Salary Guide
   
    * Professional Register
   
    * CIPS case studies
   
    * Browse all our services for organisations
   
    * Apprenticeships
   
    * Global State of Procurement & Supply Report 2024
   
   Develop your people
    * Group Membership
   
    * Applied Learning Programme (Corporate Award)
   
   Develop your organisation
    * Procurement Advisory Services
   
    * Procurement Excellence Programme
   
    * Ethical Services
   
    * Procurement Skills Training
   
    * Skills Assessment
   
    * Qualifications Programme
   
   Useful links
    * Procurement & Supply Jobs
   
    * Salary Guide
   
    * Professional Register
   
    * CIPS case studies
   
    * Browse all our services for organisations
   
    * Apprenticeships
   
    * Global State of Procurement & Supply Report 2024
   
   Develop your people
    * Group Membership
   
    * Applied Learning Programme (Corporate Award)
   
   Develop your organisation
    * Procurement Advisory Services
   
    * Procurement Excellence Programme
   
    * Ethical Services
   
    * Procurement Skills Training
   
    * Skills Assessment
   
    * Qualifications Programme
   
   Useful links
    * Procurement & Supply Jobs
   
    * Salary Guide
   
    * Professional Register
   
    * CIPS case studies
   
    * Browse all our services for organisations
   
    * Apprenticeships
   
    * Global State of Procurement & Supply Report 2024
   
   Power up your procurement performance Contact our team today
 * Students & Qualifications Chevron-Down-Small
    * Qualifications
       * Level 2 Certificate
       * Level 3 Advanced Certificate
       * Level 4 Diploma
       * Level 5 Advanced Diploma
       * Level 5 Advanced Diploma Update
       * Level 6 Professional Diploma
       * Corporate qualifications programmes
       * Qualification exemptions
       * Accredited Universities
       * Apprenticeships
   
    * Student hub
       * Choose your study options
       * Study with a study centre
       * Study with CIPS OnDemand
       * Self study
       * Cost of studying
       * Exam & results schedule
       * Remote exams
       * Exam resources
       * Find a study & exam centre
   
    * Study Resources
       * eBooks
       * Study Guides
       * eLearning
   
    * Ethics Test
   
    * Get MCIPS
   
    * Procurement eLearning
   
   
   
   The smart way to study
    * Try CIPS OnDemand for free
   
    * Procurement Courses
       * Supply Chain Qualifications
       * Supply Chain Management Courses
       * Procurement Certification
   
    * Global State of Procurement & Supply Report 2024
   
    * Qualifications
       * Level 2 Certificate
       * Level 3 Advanced Certificate
       * Level 4 Diploma
       * Level 5 Advanced Diploma
       * Level 5 Advanced Diploma Update
       * Level 6 Professional Diploma
       * Corporate qualifications programmes
       * Qualification exemptions
       * Accredited Universities
       * Apprenticeships
   
    * Student hub
       * Choose your study options
       * Study with a study centre
       * Study with CIPS OnDemand
       * Self study
       * Cost of studying
       * Exam & results schedule
       * Remote exams
       * Exam resources
       * Find a study & exam centre
   
    * Study Resources
       * eBooks
       * Study Guides
       * eLearning
   
    * Ethics Test
   
    * Get MCIPS
   
    * Procurement eLearning
   
   
   
   The smart way to study
    * Try CIPS OnDemand for free
   
    * Procurement Courses
       * Supply Chain Qualifications
       * Supply Chain Management Courses
       * Procurement Certification
   
    * Global State of Procurement & Supply Report 2024
   
    * Qualifications
       * Level 2 Certificate
       * Level 3 Advanced Certificate
       * Level 4 Diploma
       * Level 5 Advanced Diploma
       * Level 5 Advanced Diploma Update
       * Level 6 Professional Diploma
       * Corporate qualifications programmes
       * Qualification exemptions
       * Accredited Universities
       * Apprenticeships
   
    * Student hub
       * Choose your study options
       * Study with a study centre
       * Study with CIPS OnDemand
       * Self study
       * Cost of studying
       * Exam & results schedule
       * Remote exams
       * Exam resources
       * Find a study & exam centre
   
    * Study Resources
       * eBooks
       * Study Guides
       * eLearning
   
    * Ethics Test
   
    * Get MCIPS
   
    * Procurement eLearning
   
   
   
   The smart way to study
    * Try CIPS OnDemand for free
   
    * Procurement Courses
       * Supply Chain Qualifications
       * Supply Chain Management Courses
       * Procurement Certification
   
    * Global State of Procurement & Supply Report 2024
   
    * Qualifications
       * Level 2 Certificate
       * Level 3 Advanced Certificate
       * Level 4 Diploma
       * Level 5 Advanced Diploma
       * Level 5 Advanced Diploma Update
       * Level 6 Professional Diploma
       * Corporate qualifications programmes
       * Qualification exemptions
       * Accredited Universities
       * Apprenticeships
   
    * Student hub
       * Choose your study options
       * Study with a study centre
       * Study with CIPS OnDemand
       * Self study
       * Cost of studying
       * Exam & results schedule
       * Remote exams
       * Exam resources
       * Find a study & exam centre
   
    * Study Resources
       * eBooks
       * Study Guides
       * eLearning
   
    * Ethics Test
   
    * Get MCIPS
   
    * Procurement eLearning
   
   
   
   The smart way to study
    * Try CIPS OnDemand for free
   
    * Procurement Courses
       * Supply Chain Qualifications
       * Supply Chain Management Courses
       * Procurement Certification
   
    * Global State of Procurement & Supply Report 2024
   
   Get started for free, with five days’ free access to one interactive study
   module Try for free
 * Events Chevron-Down-Small
    * Events & Networking Hub
   
    * CIPS in my region
       * Americas
       * Australia & New Zealand
       * Southern Africa
       * MENA
       * Europe
   
    * CIPS Graduations
   
    * Local networking & events near you
   
    * Browse all events
   
    * Procurement Skills Training Courses
   
    * Volunteer with CIPS
   
    * Awards
   
    * Events & Networking Hub
   
    * CIPS in my region
       * Americas
       * Australia & New Zealand
       * Southern Africa
       * MENA
       * Europe
   
    * CIPS Graduations
   
    * Local networking & events near you
   
    * Browse all events
   
    * Procurement Skills Training Courses
   
    * Volunteer with CIPS
   
    * Awards
   
    * Events & Networking Hub
   
    * CIPS in my region
       * Americas
       * Australia & New Zealand
       * Southern Africa
       * MENA
       * Europe
   
    * CIPS Graduations
   
    * Local networking & events near you
   
    * Browse all events
   
    * Procurement Skills Training Courses
   
    * Volunteer with CIPS
   
    * Awards
   
    * Events & Networking Hub
   
    * CIPS in my region
       * Americas
       * Australia & New Zealand
       * Southern Africa
       * MENA
       * Europe
   
    * CIPS Graduations
   
    * Local networking & events near you
   
    * Browse all events
   
    * Procurement Skills Training Courses
   
    * Volunteer with CIPS
   
    * Awards
   
   Take a look at upcoming awards & previous winners Find out more
 * Knowledge & Insight Chevron-Down-Small
    * Browse Knowledge & Insight
   
    * Intelligence Hub — technical resources
   
    * Procurement & Supply Jobs
   
    * CIPS Salary Guide
   
    * Careers
   
    * Global Standard for Procurement & Supply
   
    * Knowledge & Insight Member Only Content
   
    * CIPS Official Knowledge Partners
   
    * CIPS Download
   
    * CIPS Connect - our online community
   
    * Global State of Procurement & Supply Report 2024
   
    * Browse Knowledge & Insight
   
    * Intelligence Hub — technical resources
   
    * Procurement & Supply Jobs
   
    * CIPS Salary Guide
   
    * Careers
   
    * Global Standard for Procurement & Supply
   
    * Knowledge & Insight Member Only Content
   
    * CIPS Official Knowledge Partners
   
    * CIPS Download
   
    * CIPS Connect - our online community
   
    * Global State of Procurement & Supply Report 2024
   
    * Browse Knowledge & Insight
   
    * Intelligence Hub — technical resources
   
    * Procurement & Supply Jobs
   
    * CIPS Salary Guide
   
    * Careers
   
    * Global Standard for Procurement & Supply
   
    * Knowledge & Insight Member Only Content
   
    * CIPS Official Knowledge Partners
   
    * CIPS Download
   
    * CIPS Connect - our online community
   
    * Global State of Procurement & Supply Report 2024
   
    * Browse Knowledge & Insight
   
    * Intelligence Hub — technical resources
   
    * Procurement & Supply Jobs
   
    * CIPS Salary Guide
   
    * Careers
   
    * Global Standard for Procurement & Supply
   
    * Knowledge & Insight Member Only Content
   
    * CIPS Official Knowledge Partners
   
    * CIPS Download
   
    * CIPS Connect - our online community
   
    * Global State of Procurement & Supply Report 2024
   
   Browse the A-Z of procurement & supply terms View the glossary
 * Procurement & Supply Careers Chevron-Down-Small
    * Procurement & Supply Jobs
   
    * CIPS Salary Guide
   
    * Start your career
   
    * Job profiles
   
    * Develop your career
   
    * Upgrade to Chartered Status
   
    * Are you ready for Fellowship?
   
    * Careers
   
    * What can I earn?
   
    * What skills are in demand?
   
    * CIPS Connect - our online community
   
    * Procurement & Supply Jobs
   
    * CIPS Salary Guide
   
    * Start your career
   
    * Job profiles
   
    * Develop your career
   
    * Upgrade to Chartered Status
   
    * Are you ready for Fellowship?
   
    * Careers
   
    * What can I earn?
   
    * What skills are in demand?
   
    * CIPS Connect - our online community
   
    * Procurement & Supply Jobs
   
    * CIPS Salary Guide
   
    * Start your career
   
    * Job profiles
   
    * Develop your career
   
    * Upgrade to Chartered Status
   
    * Are you ready for Fellowship?
   
    * Careers
   
    * What can I earn?
   
    * What skills are in demand?
   
    * CIPS Connect - our online community
   
    * Procurement & Supply Jobs
   
    * CIPS Salary Guide
   
    * Start your career
   
    * Job profiles
   
    * Develop your career
   
    * Upgrade to Chartered Status
   
    * Are you ready for Fellowship?
   
    * Careers
   
    * What can I earn?
   
    * What skills are in demand?
   
    * CIPS Connect - our online community
   
   Why you should choose a career in procurement & supply Find out more
   

Reset Password

Enter your email address to receive a secure link to reset your password.
Email Address



Send Request
Cancel

Update Password

Email Address

New Password

Confirm New Password

Save Cancel

Update Password

Password successfully updated.

Continue

Log In

Email Address
Password
Forgotten Password?
Log In Cancel
 * Home
 * about us
 * terms conditions
 * privacy statement

About us


PRIVACY STATEMENT







This Privacy Statement sets out how we use and protect any information that you
give us when you use this website. It applies to data shared online, stored in
our computer system or in hard copy.

The personal data, in any format, that we collect, and hold is important to us
and is handled in accordance with this Statement. We are committed to ensuring
that your privacy is protected. Where we ask you to provide information by which
you can be identified when using our websites, or any CIPS services, you can be
assured that it will only be used in accordance with this Privacy Statement. We
will always explain clearly what data we are collecting about you and why. We
will only collect data we need to give you a better experience; to improve and
deliver our services to you; and to meet our responsibilities to you.

Download the full privacy statement
Download CIPS data protection policy


HOW DO I MANAGE MY COOKIE SETTINGS?

You can update your cookie preferences at any time via our cookie policy page.


FURTHER INFORMATION COVERING HOW TO MANAGE YOUR PERSONAL DATA AND UTILISE YOUR
RIGHTS UNDER DATA PROTECTION LAWS CAN BE ACCESSED BY CLICKING THE LINK BELOW.




FURTHER INFORMATION COVERING HOW TO MANAGE YOUR PERSONAL DATA AND UTILISE YOUR
RIGHTS UNDER DATA PROTECTION LAWS CAN BE ACCESSED BY CLICKING THE LINK BELOW.

Further information


FURTHER INFORMATION COVERING HOW TO MANAGE YOUR PERSONAL DATA AND UTILISE YOUR
RIGHTS UNDER DATA PROTECTION LAWS CAN BE ACCESSED BY CLICKING THE LINK BELOW.

Further information


FURTHER INFORMATION COVERING HOW TO MANAGE YOUR PERSONAL DATA AND UTILISE YOUR
RIGHTS UNDER DATA PROTECTION LAWS CAN BE ACCESSED BY CLICKING THE LINK BELOW.

Share
Tweet
Share
   
 * Cont-block-privacy and data protect statement 06-06-24
   

Get Access Already a member? Login Here


TO CONTINUE READING

Join CIPS, for your career, and the profession.

Access a wealth of exclusive member-only content, resources, and tools to
enhance your career development.

Join to unlock content
Close
Save this page
Save as:

Save




Help & support
Contact Us
FAQs
MyCIPS
About Us
Work at CIPS
Navigate to
Procurement & Supply Jobs
Careers
Membership Grades
Professional Register
CIPS Country Partners
CIPS Foundation
Running a study centre
Become a study centre
Sitemap
CIPS Content Partners
Policies & statements
Privacy Statement
Modern Slavery Statement
Cookie Policy Statement
Terms & Conditions
©2024 CIPS - All rights reserved