<!-- Start Tracking Code for analytics_facebook -->
<script data-bc-cookie-consent="4" type="text/plain">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('set', 'autoConfig', 'false', '805860103723406');
fbq('dataProcessingOptions', []);
fbq('init', '805860103723406', {"external_id":"f45f2c3b-a9d3-4970-a3c6-77350fc43270"});
fbq('set', 'agent', 'bigcommerce', '805860103723406');
function trackEvents() {
var pathName = window.location.pathname;
fbq('track', 'PageView', {}, "");
// Search events start -- only fire if the shopper lands on the /search.php page
if (pathName.indexOf('/search.php') === 0 && getUrlParameter('search_query')) {
fbq('track', 'Search', {
content_type: 'product_group',
content_ids: [],
search_string: getUrlParameter('search_query')
});
}
// Search events end
// Wishlist events start -- only fire if the shopper attempts to add an item to their wishlist
if (pathName.indexOf('/wishlist.php') === 0 && getUrlParameter('added_product_id')) {
fbq('track', 'AddToWishlist', {
content_type: 'product_group',
content_ids: []
});
}
// Wishlist events end
// Lead events start -- only fire if the shopper subscribes to newsletter
if (pathName.indexOf('/subscribe.php') === 0 && getUrlParameter('result') === 'success') {
fbq('track', 'Lead', {});
}
// Lead events end
// Registration events start -- only fire if the shopper registers an account
if (pathName.indexOf('/login.php') === 0 && getUrlParameter('action') === 'account_created') {
fbq('track', 'CompleteRegistration', {}, "");
}
// Registration events end
function getUrlParameter(name) {
var cleanName = name.replace(/[\[]/, '\[').replace(/[\]]/, '\]');
var regex = new RegExp('[\?&]' + cleanName + '=([^&#]*)');
var results = regex.exec(window.location.search);
return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' '));
}
}
if (window.addEventListener) {
window.addEventListener("load", trackEvents, false)
}
</script>
<noscript><img height="1" width="1" style="display:none" alt="null" src="https://www.facebook.com/tr?id=805860103723406&ev=PageView&noscript=1&a=plbigcommerce1.2&eid="/></noscript>
<!-- End Tracking Code for analytics_facebook -->
<!-- Start Tracking Code for analytics_googleanalytics4 -->
<script data-cfasync="false" src="https://cdn11.bigcommerce.com/shared/js/google_analytics4_bodl_subscribers-358423becf5d870b8b603a81de597c10f6bc7699.js" integrity="sha256-gtOfJ3Avc1pEE/hx6SKj/96cca7JvfqllWA9FTQJyfI=" crossorigin="anonymous"></script>
<script data-cfasync="false">
(function () {
window.dataLayer = window.dataLayer || [];
function gtag(){
dataLayer.push(arguments);
}
function initGA4(event) {
function setupGtag() {
function configureGtag() {
gtag('js', new Date());
gtag('set', 'developer_id.dMjk3Nj', true);
gtag('config', 'G-2EJJWV981Y');
}
var script = document.createElement('script');
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-2EJJWV981Y';
script.async = true;
script.onload = configureGtag;
document.head.appendChild(script);
}
setupGtag();
if (typeof subscribeOnBodlEvents === 'function') {
subscribeOnBodlEvents('G-2EJJWV981Y', true);
}
window.removeEventListener(event.type, initGA4);
}
gtag('consent', 'default', {"ad_storage":"denied","ad_user_data":"denied","ad_personalization":"denied","analytics_storage":"denied","functionality_storage":"denied"})
var eventName = document.readyState === 'complete' ? 'consentScriptsLoaded' : 'DOMContentLoaded';
window.addEventListener(eventName, initGA4, false);
})()
</script>
<!-- End Tracking Code for analytics_googleanalytics4 -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script>window.consentManagerStoreConfig = function () { return {"storeName":"Appion","privacyPolicyUrl":"https:\/\/appiontools.com\/privacy-policy\/","writeKey":null,"improvedConsentManagerEnabled":true,"AlwaysIncludeScriptsWithConsentTag":true}; };</script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/bodl-consent-32a446f5a681a22e8af09a4ab8f4e4b6deda6487.js" integrity="sha256-uitfaufFdsW9ELiQEkeOgsYedtr3BuhVvA4WaPhIZZY=" crossorigin="anonymous" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-config-3013a89bb0485f417056882e3b5cf19e6588b7ba.js" defer></script>
<script type="text/javascript" src="https://cdn11.bigcommerce.com/shared/js/storefront/consent-manager-08633fe15aba542118c03f6d45457262fa9fac88.js" defer></script>
<script type="text/javascript">
var BCData = {"product_attributes":{"sku":"EEVMGKT","upc":"00818369011168","mpn":"EEVMGKT","gtin":null,"weight":null,"base":true,"image":null,"price":{"price_range":[],"retail_price_range":[]},"stock":null,"instock":true,"stock_message":null,"purchasable":false,"purchasing_message":"","call_for_price_message":"Available Exclusively Through Your Local Distributor"}};
</script>
<script data-cfasync="false" src="https://microapps.bigcommerce.com/bodl-events/1.9.4/index.js" integrity="sha256-Y0tDj1qsyiKBRibKllwV0ZJ1aFlGYaHHGl/oUFoXJ7Y=" nonce="" crossorigin="anonymous"></script>
<script data-cfasync="false" nonce="">
(function() {
function decodeBase64(base64) {
const text = atob(base64);
const length = text.length;
const bytes = new Uint8Array(length);
for (let i = 0; i < length; i++) {
bytes[i] = text.charCodeAt(i);
}
const decoder = new TextDecoder();
return decoder.decode(bytes);
}
window.bodl = JSON.parse(decodeBase64("eyJzZXNzaW9uIjp7ImlkIjoiNmRiZGVmZjQtYzdjMy00N2U5LWJjOTQtNTZmYTAzMjI0NzE4IiwiZmlyc3RfdG91Y2hfdGltZXN0YW1wIjoiMjAyNi0wNC0wNVQwMToyMDo0OCIsImZpcnN0X3RvdWNoX3JlZmVycmFsX3VybCI6IiIsImZpcnN0X3RvdWNoX3JlcXVlc3RfdXJsIjoiaHR0cHM6Ly9hcHBpb250b29scy5jb20vZWV2bWdrdCJ9LCJzaG9wcGVyIjp7InZpc2l0b3JfaWQiOiJmNDVmMmMzYi1hOWQzLTQ5NzAtYTNjNi03NzM1MGZjNDMyNzAiLCJjdXN0b21lcl9pZCI6bnVsbCwiZW1haWwiOm51bGwsImZpcnN0X25hbWUiOm51bGwsImxhc3RfbmFtZSI6bnVsbH0sImRhdGFfY29uc2VudCI6eyJmdW5jdGlvbmFsIjpmYWxzZSwiYW5hbHl0aWNzIjpmYWxzZSwiYWR2ZXJ0aXNpbmciOmZhbHNlfSwiZXZlbnRzIjpbeyJib2RsX3YxX3Byb2R1Y3RfcGFnZV92aWV3ZWQiOnsiZXZlbnRfaWQiOiI3ZWE3MzA5NC01NGIzLTQ3YTItOTA4ZS0yNThhYWE4MDQwYTEiLCJjaGFubmVsX2lkIjoxLCJjdXJyZW5jeSI6bnVsbCwicHJvZHVjdF92YWx1ZSI6bnVsbCwibGluZV9pdGVtcyI6W3sicHJvZHVjdF9pZCI6IjMyOSIsInNrdSI6IkVFVk1HS1QiLCJ2YXJpYW50X2lkIjpudWxsLCJwcm9kdWN0X25hbWUiOiJFRVYgVW5pdmVyc2FsIE1hZ25ldCBLaXQiLCJnaWZ0X2NlcnRpZmljYXRlX2lkIjpudWxsLCJnaWZ0X2NlcnRpZmljYXRlX25hbWUiOm51bGwsImdpZnRfY2VydGlmaWNhdGVfdGhlbWUiOm51bGwsInB1cmNoYXNlX3ByaWNlIjpudWxsLCJzYWxlX3ByaWNlIjpudWxsLCJiYXNlX3ByaWNlIjpudWxsLCJyZXRhaWxfcHJpY2UiOm51bGwsInF1YW50aXR5IjpudWxsLCJkaXNjb3VudCI6bnVsbCwiY291cG9uX2Ftb3VudCI6bnVsbCwiaW5kZXgiOjAsImJyYW5kX25hbWUiOiJBcHBpb24iLCJjYXRlZ29yeV9uYW1lcyI6WyJIVkFDL1IgVG9vbHMvUmVmcmlnZXJhbnQgUmVjb3ZlcnkiLCJIVkFDL1IgVG9vbHMvQUMvUiBTeXN0ZW0gRXZhY3VhdGlvbiIsIkhWQUMvUiBUb29scy9TZXJ2aWNlIFRvb2xzIl0sImN1cnJlbmN5IjpudWxsfV19fSx7ImJvZGxfdjFfY29uc2VudF9sb2FkZWQiOnsiZXZlbnRfaWQiOiJhMDQ2ZTJiYS1mZjMwLTQzNDMtYWE3Zi00ZWYyYjU2ZmEyMzAiLCJhZHZlcnRpc2luZyI6ZmFsc2UsImFuYWx5dGljcyI6ZmFsc2UsImZ1bmN0aW9uYWwiOmZhbHNlfX1dfQ=="));
})()
</script>
EEV Universal Magnet Kit
Available Exclusively Through Your Local Distributor
SKU:
EEVMGKT
UPC:
00818369011168
Description
EEV Universal Magnet Kit - 3 Sizes
This compact magnet set provides precise, manual control over Electronic Expansion Valves (EEV). Featuring a durable design and ergonomic grip, the Universal EEV Magnet Set optimizes your troubleshooting and maintenance efficiency. Experience reliable EEV manual operation, designed to fit all common industry electronic expansion valves.
Appion Universal Magnet Kit: The Perfect Fit
Fits all common industry EEVs with sizes ranging from 13 to 17mm, 18 to 23mm, and 30 to 35mm.
Important Notice: Buying from unauthorized online sellers could void your product's warranty. This policy shields customers from acquiring pre-owned, damaged, or stolen items. Please be aware that Ebay and Amazon are NOT approved distributors.