O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 Online Shop - Worldwide shipping (2024)

O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 Online Shop - Worldwide shipping (1)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-39140"); let searchResults = document.getElementById("search-results-39140"); let searchResultsClose = document.getElementById("search-results-close-39140"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-39140"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-39140"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

support_agent

Contact

menu

O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 Online Shop - Worldwide shipping (2)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-21747"); let searchResults = document.getElementById("search-results-21747"); let searchResultsClose = document.getElementById("search-results-close-21747"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-21747"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-21747"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 Online Shop - Worldwide shipping (3)
English

Nederlands Deutsch Français Italiano

person Log in

shopping_cart 0 Basket

menu

O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 Online Shop - Worldwide shipping (9)

`); let searchResultsWrapper = document.getElementById("search-results-wrapper-37815"); let searchResults = document.getElementById("search-results-37815"); let searchResultsClose = document.getElementById("search-results-close-37815"); searchResultsWrapper.addEventListener("click", function(e) { if(e.target === searchInput) return; if(e.target === searchResultsClose) return; if(searchResultsClose.contains(e.target)) return; if(e.target === searchResults) return; if(searchResults.contains(e.target)) return; closeSearch(); }); function closeSearch() { document.body.classList.remove("search-open-37815"); if(searchInput.value.trim() === "") { window.setTimeout(function() { searchResults.innerHTML = ""; }, 250); } } searchResultsClose.addEventListener("click", closeSearch); function showSearch() { document.body.classList.add("search-open-37815"); let top = searchInput.getBoundingClientRect().bottom; // searchResults.style.top = "calc(" + top + "px + 1rem)"; } function doSearch(term) { if(term.trim() === "") { closeSearch(); return; } showSearch(); let fd = new FormData(); fd.append("search2", ""); fd.append("term", term); $.ajax({ method: "POST", data: fd, contentType: false, processData: false, success: function(data) { searchResults.innerHTML = ""; let searchTermDiv = document.createElement("div"); searchResults.appendChild(searchTermDiv); searchTermDiv.className = "text-center py-3 bg-light sticky-top"; if(data.numResults == 0) { searchTermDiv.innerText = "No search results"; } else if(data.numResults == 1) { searchTermDiv.innerText = "search result"; } else { searchTermDiv.innerText = data.numResults.toLocaleString() + " " + "search results"; } searchTermDiv.innerText += " " + "for" + " "; let searchTermSpan = document.createElement("span"); searchTermDiv.appendChild(searchTermSpan); searchTermSpan.className = "font-weight-bold"; searchTermSpan.innerText = term; let bigRowDiv = document.createElement("div"); searchResults.appendChild(bigRowDiv); bigRowDiv.className = "row no-gutters justify-content-center"; let resultProducts = []; let resultOther = []; for(let result of data.results) { if(result.pageType === "product") { resultProducts.push(result); } else { resultOther.push(result); } } if(resultOther.length) { let bigCol1Div = document.createElement("div"); bigRowDiv.appendChild(bigCol1Div); bigCol1Div.className = "col-12 col-lg-2 pr-lg-2 pt-lg-1"; for(let result of resultOther) { let resultDiv = document.createElement("div"); bigCol1Div.appendChild(resultDiv); resultDiv.className = "position-relative rounded p-3 mb-2 search-result"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title"; title.title = result.title; if(result.pageType === "category") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Category"; } else if(result.pageType === "blog") { let badge = document.createElement("span"); title.appendChild(badge); badge.className = "text-secondary ml-2 small font-weight-bold"; badge.innerText = "Blog"; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; } } if(resultProducts.length) { let bigCol2Div = document.createElement("div"); bigRowDiv.appendChild(bigCol2Div); bigCol2Div.className = "col pl-lg-4"; let rowDiv = document.createElement("div"); bigCol2Div.appendChild(rowDiv); rowDiv.className = "row no-gutters justify-content-center mx-n1 mx-lg-0"; for(let result of resultProducts) { let colDiv = document.createElement("div"); rowDiv.appendChild(colDiv); colDiv.className = "col-6 col-lg-3 col-xl-2 p-1"; let resultDiv = document.createElement("div"); colDiv.appendChild(resultDiv); resultDiv.className = "search-result position-relative h-100 p-3 rounded"; resultDiv.title = result.title; let img = document.createElement("img"); resultDiv.appendChild(img); if(typeof result.imageUrl !== "undefined") { img.src = result.imageUrl; } let anchor = document.createElement("a"); resultDiv.appendChild(anchor); anchor.href = result.url; anchor.className = "stretched-link"; let title = document.createElement("div"); resultDiv.appendChild(title); title.innerText = result.title title.className = "search-result-title text-center mt-2"; title.title = result.title; let bottomRow = document.createElement("div"); resultDiv.append(bottomRow); bottomRow.className = "row no-gutters mt-2"; let priceDiv = document.createElement("div"); bottomRow.appendChild(priceDiv); priceDiv.className = "col my-auto text-center h6 font-weight-bold text-primary text-nowrap"; if(result.price <= 0) { priceDiv.innerHTML = "Quotation"; } else { priceDiv.innerHTML = "€"; priceDiv.innerText += result.price.toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2, }); let cartDiv = document.createElement("div"); bottomRow.appendChild(cartDiv); cartDiv.className = "col-auto"; cartDiv.insertAdjacentHTML("beforeend", `

`); } } } setCmsEvent("event", "search", { "developer_id.dMzIyNT": true, search_term: term, search_count: data.numResults }); }, error: function(error) { console.log("Search failed; error:"); console.log(error); } }); } searchInput.addEventListener("input", function() { updateSearchInputClear(); if(callback) window.clearTimeout(callback); let inputCallback = function() { doSearch(searchInput.value); } callback = window.setTimeout(inputCallback, 250); }); });

English

Nederlands Deutsch Français Italiano

person Log in

shopping_cart 0 Basket

O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 Online Shop - Worldwide shipping (15)

close

home navigate_next O-rings navigate_next NBR - Nitrile O-Rings navigate_next O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948

home navigate_next O-rings navigate_next NBR - Nitrile O-Rings navigate_next O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948

ID (Inner diameter) 85 mm

CS (Cross Section) 4 mm

Material NBR - Nitrile

Hardness 70 Shore A

Color Black

Item no. 2948

Color Black

Approval None

Stock 25751 sentiment_satisfied_alt

Need a coating on this O-Ring? Request a quotation here keyboard_arrow_down All specifications

What are the shipment terms to my country?
CountryPriceTransit daysCarrier
Algeria€ 175,007 - 10FedEx: International Economy
Argentina€ 63,008 - 10FedEx: International Economy
Australia€ 45,008 - 10FedEx: International Priority
Austria€ 15,004 - 6GLS: Euro Business Parcel
Belgium€ 10,001 - 3GLS: Euro Business Parcel
Bosnia and Herzegovina€ 43,004 - 6FedEx: International Priority
Brazil€ 55,004 - 6FedEx: International Priority
Bulgaria€ 22,506 - 8FedEx: International Economy
Canada€ 45,002 - 4FedEx: International Priority
China€ 38,002 - 4FedEx: International Economy
Croatia€ 30,007 - 10FedEx: International Economy
Cyprus€ 28,003 - 5GLS: Euro Business Parcel
Czech Republic€ 20,003 - 5FedEx: International Priority
Denmark€ 13,002 - 4GLS: Euro Business Parcel
Egypt€ 175,007 - 10FedEx: Regional Economy
Estonia€ 20,004 - 6FedEx: Regional Economy
Finland€ 20,005 - 7FedEx: Regional Economy
France€ 10,002 - 4GLS: Euro Business Parcel
French Polynesia€ 70,006 - 8FedEx: International Priority
Germany€ 10,001 - 3GLS: Euro Business Parcel
Ghana€ 70,007 - 10FedEx: Regional Economy
Greece€ 25,004 - 6FedEx: Regional Economy
Hungary€ 23,001 - 3FedEx: Regional Economy
Iceland€ 43,007 - 10FedEx: International Priority
India€ 190,005 - 7FedEx: International Priority
Indonesia€ 45,005 - 7FedEx: International Priority
Ireland€ 18,003 - 5FedEx: Regional Economy
Israel€ 70,003 - 7FedEx: International Economy
Italy€ 20,001 - 3FedEx: International Priority
Japan€ 40,004 - 6FedEx: International Economy
Korea, Democratic People's Republic of€ 40,004 - 6FedEx: International Economy
Korea, Republic of€ 40,004 - 6FedEx: International Economy
Kurwait€ 40,007 - 10FedEx: International Economy
Latvia€ 28,004 - 6GLS: Euro Business Parcel
Lithuania€ 38,004 - 6GLS: Euro Business Parcel
Luxembourg€ 13,001 - 3GLS: Euro Business Parcel
Macedonia€ 40,007 - 10FedEx: International Economy
Malaysia€ 40,005 - 7FedEx: International Economy
Malta€ 30,004 - 6GLS: Euro Business Parcel
Mexico€ 63,005 - 7FedEx: International Economy
Monaco€ 23,003 - 5FedEx: International Priority
Netherlands€ 10,001 - 3GLS: Euro Business Parcel
New Zealand€ 52,507 - 10FedEx: International Priority
Norway€ 38,002 - 4FedEx: International Priority
Oman€ 40,007 - 10FedEx: International Eoonomy
Peru€ 53,004 - 8FedEx: International Economy
Philippines€ 45,004 - 8FedEx: International Economy
Poland€ 28,003 - 5GLS: Euro Business Parcel
Portugal€ 23.004 - 6FedEx: Regional Economy
Romania€ 28,004 - 6FedEx: International Economy
Saudi Arabia€ 45,004 - 6FedEx: International Economy
Serbia and Montenegro€ 43,002 - 4FedEx: International Economy
Singapore€ 45.004 - 6FedEx: International Economy
Slovakia€ 23,004 - 6FedEx: Regional Economy
Slovenia€ 23,004 - 6FedEx: Regional Economy
Spain€ 18,005 - 7FedEx: Regional Economy
Sweden€ 23,002 - 4FedEx: Regional Economy
Switzerland€ 38,002 - 4FedEx: International Economy
Taiwan€ 38,005 - 7FedEx: International Economy
Turkey€ 38,002 - 4FedEx: International Priority
United Arab Emirates€ 200,002 - 4FedEx: International Priority
United Kingdom€ 20,002 - 4FedEx: Regional Economy
United States€ 40,002 - 4FedEx: International Priority
Vietnam€ 45,005 - 7FedEx: International Economy
Why is there a minimum order QTY

O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 Online Shop - Worldwide shipping (16)

Our warehouse is tremendous.
Therefor it takes time to pick and pack each o-ring.

Given the low prices that we charge, we need to factor our warehouse time/cost in the order.
We do not want to raise our prices and we don't want to add a surcharge to each possition.
Therefor we decided that we prefer to give you more value for money by giving you more o-rings instead.
We hope you understand and appreciate this.

Stock Delivery time
243 Ordered Before 13:00, shipped the same day
25.508 Shipped in 5 - 7 - Day(s)

€0,65 Ex. VAT / per piece

€0,79 In. VAT

Price per piece

Ordered Before 13:00, shipped the same day

This product has a minimum order Qty of 13pcs

Quantity Per piece
13+€0,6529
500+€0,5902
1000+€0,5519
2500+€0,5191
5000+€0,4535
10000+€0,3826
In stock Yes, 25751 pcs
Article number2948
EAN6150546293238
ColorBlack
Alternative namesNitrile Rubber - NBR
Chemical NameAcrylonitrile butadiene rubber
Description 2O-ring NBR - Nitrile 85x4
MaterialNBR - Nitrile
Packaging UnitO-ring
Product nameO-ring 85x4 Nitrile NBR
Size in texteighty five zero by four zero
Trade namesLanxess - Zeon - and LG Chem
Alternative Size
DIN 3771 Size Chart85x4
SMS 1586 Size chart85 X 4
Core Spec's
ApprovalNone
CS (Cross Section)4 mm
Hardness70 Shore A
ID (Inner diameter)85 mm
Temperature Max135 ºC
Temperature Min-30 ºC

download Download/print specifications PDF

Description

This NBR - Nitrile O-Ring is 85x4mm and in the color Black. The Hardness of this O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 is 70 Shore A.The alternative names of the compound are Nitrile Rubber - NBR and they are mostly produced by Lanxess - Zeon - and LG Chem. The O-ring is commonly used in and has an operating temperature range from -30 ºC to 135 ºC. O-rings 11991 are indicated as 2948 and have a DIN 3771 Size of 85x4. This item is equal to and has an None Approval. The chemical name of this Oring is Acrylonitrile butadiene rubber.

Get a quote now

All items marked with a * are required.

This product has a minimum order Qty of 13pcs

This website uses cookies

We use cookies to improve user experience and display personalized advertisem*nts. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy policy. Click here.

This website uses cookies

We use cookies to improve user experience and display personalized advertisem*nts. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy policy. Click here.

Strictly necessary

Strictly necessary cookies allow core website functionality such as user login and account management. The website cannot be used properly without strictly necessary cookies.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
cookiebar.accept Accept the cookie bar.
local
5 year Accept the cookie bar.
cookiebar.settings Settings from the cookie bar.
local
5 year Settings from the cookie bar.
PHPSESSID PHP.net
Sessions Cookie generated by applications based on the PHP language. This is a general purpose identifier used to maintain user session variables. It is normally a random generated number, how it is used can be specific to the site, but a good example is maintaining a logged-in status for a user between pages.

Performance

Performance cookies are used to see how visitors use the website, eg. analytics cookies. Those cookies cannot be used to directly identify a certain visitor.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
vistrk Serverside tracking-system.
local
30 days Serverside tracking-system.
_ga Google
google-analytics.com (3rd party) or
2 years ID used to identify users
_gat* Google
google-analytics.com (3rd party) or
1 minute Used to monitor number of Google Analytics server requests when using Google Tag Manager
_ga_* Google
google-analytics.com (3rd party) or
2 years ID used to identify users
_gid Google
google-analytics.com (3rd party) or
24 hours ID used to identify users for 24 hours after last activity

Targeting

Targeting cookies are used to identify visitors between different websites, eg. content partners, banner networks. Those cookies may be used by companies to build a profile of visitor interests or show relevant ads on other websites.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
_gcl_au Google
3 months Used by Google AdSense for experimenting with advertisem*nt efficiency across websites using their services.

Functionality

Functionality cookies are used to remember visitor information on the website, eg. language, timezone, enhanced content.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
TawkConnectionTime Tawk.to Chat
session This cookie is used to determine the connection duration of tawk sessions.
_hjAbsoluteSessionInProgress Hotjar
30 minutes The cookie is set so Hotjar can track the beginning of the user's journey for a total session count. It does not contain any identifiable information.
_hjFirstSeen Hotjar
30 minutes The cookie is set so Hotjar can track the beginning of the user's journey for a total session count. It does not contain any identifiable information.
_hjIncludedInSessionSample* Hotjar
30 minutes This cookie is set to let Hotjar know whether that visitor is included in the data sampling defined by your site's daily session limit
_hjIncludedInSessionSample* Hotjar
30 minutes This cookie is set to let Hotjar know whether that visitor is included in the data sampling defined by your site's daily session limit
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.
_hjSession_* Hotjar
30 minutes A cookie that holds the current session data. This ensues that subsequent requests within the session window will be attributed to the same Hotjar session.

Unclassified

Unclassified cookies are cookies that do not belong to any other category or are in the process of categorization.

Show cookies keyboard_arrow_down

Name Provider / Domain Expiration Description
twk_idm_key unknown
unknown
unknown
gtm_session_start unknown
unknown
unknown
gtm_pageview_count unknown
unknown
unknown

Cookies are small text files that are placed on your computer by websites that you visit. Websites use cookies to help users navigate efficiently and perform certain functions. Cookies that are required for the website to operate properly are allowed to be set without your permission. All other cookies need to be approved before they can be set in the browser.

You can change your consent to cookie usage at any time on our Privacy Policy page. Click here

O-ring 85x4 - NBR - Nitrile - 70 Shore A - Black - ORS2948 Online Shop - Worldwide shipping (2024)

References

Top Articles
Latest Posts
Article information

Author: Lilliana Bartoletti

Last Updated:

Views: 6776

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Lilliana Bartoletti

Birthday: 1999-11-18

Address: 58866 Tricia Spurs, North Melvinberg, HI 91346-3774

Phone: +50616620367928

Job: Real-Estate Liaison

Hobby: Graffiti, Astronomy, Handball, Magic, Origami, Fashion, Foreign language learning

Introduction: My name is Lilliana Bartoletti, I am a adventurous, pleasant, shiny, beautiful, handsome, zealous, tasty person who loves writing and wants to share my knowledge and understanding with you.