All Parts
Capacitors
PCB Suppliers
Sponsored
This product is verified SnapMagic crafted CAD Datasheet refreshed this week Images & specs from supplier Lifecycle & change notifications
Starting from: USD
Availability:
Sponsored
Data available:
Sponsored
Sponsored
Starting from: $ USD
Quantity available:
Sponsored
Data available:
Download Models
Order free samples
Get the reference design
* Please fill required fields
Why we ask for this information
The supplier asked us to collect this information for this resource. At SnapMagic Search, we care about our users and only share information with your permission.
⨉
We hope you enjoy your free samples!
Your free samples will be sent to
' $(JOBTITLETEMPLATE).insertAfter($('#company').parent()) } $('#jobtitle').parent().hide(); $('#company').parent().hide(); $('#company').parent().hide(); $('#firstname').parent().hide(); $('#lastname').parent().hide(); $('#cityId').parent().hide(); $('#stateId').parent().hide(); $('#country').parent().hide(); // Change resource type $('#common-lead-form').attr('data-resource-type', resourcekey) $('.order-sample-heading').html(''); $('.modal-heading').text('Get ' + resourcekey); $('#common-lead-form-submit').val('Get ' + resourcekey); useEnrichment = true; } else if(manufacturer && manufacturer.toUpperCase().indexOf('THALES') !== -1) { manufacturer = 'THALES'; // Add the Thales X SnapMagic Search $('.order-sample-heading').html('
&
'); $('.order-sample-heading').css('padding-bottom', '0px'); // Change the form heading $('.modal-heading').text('Get ' + resourcekey); $('.modal-heading').css('margin-bottom', '5px'); // Change disclaimer $('.common-lead-info-heading').html(''); $('.common-lead-info-desc').text("The supplier has asked us for this information for this resource. At SnapMagic Search, we care about our users and only share information with your permission."); // Change the button text $('#common-lead-form-submit').val('Download'); // Change resource type of the lead form $('#common-lead-form').attr('data-resource-type', resourcekey) // Set forms $('#industry').parent().show(); $('#email').parent().parent().append($('#company').parent()); $('#email').parent().removeClass('span12').addClass('span6'); $('#company').parent().removeClass('span12').addClass('span6'); // Hide unwanted forms $('#termsLabel').parent().hide(); $('#lead-form-spinner').parent().remove(); $('#ref-design-sidebar').css('display', 'none'); $('#order-sample-sidebar').css('display', 'flex'); } else { $('.modal-heading').text(''); $('.modal-heading').css('margin-bottom', '5px'); $('#common-lead-form-submit').val('Request free samples'); $('#ref-design-sidebar').css('display', 'none'); $('#order-sample-sidebar').css('display', 'flex'); $('.common-lead-info-desc').text("The supplier will be sending you these samples directly and they'll need to follow up with you to facilitate the shipment."); $('#country').parent().hide(); // Change resource type $('#common-lead-form').attr('data-resource-type', 'Samples') } if(manufacturer && manufacturer.toUpperCase().indexOf('ABRACON') !== -1) { manufacturer = 'ABRACON' // Set modal titles, headers and texts. $('#common-lead-form-submit').val('Request samples'); $('#termsLabel').text('I agree to share this information with Abracon'); // Show additonal fields. $('#project-input-container').show(); } if(manufacturer && manufacturer.toUpperCase().indexOf('SUPERIOR SENSOR') !== -1) { manufacturer = 'SUPERIOR SENSOR' $('#termsLabel').text('I agree to share this information with Superior Sensor') } if(manufacturer && manufacturer.toUpperCase().indexOf('MPD') !== -1) { manufacturer = 'MPD' $('#termsLabel').text('I agree to share this information with MPD') $('#common-lead-form-submit').val('Request samples'); $('.order-sample-heading').remove(); $('.modal-heading').text('Request free samples'); // Show additonal fields. $('#address-input-container').show(); } common_saveImpression(location, manufacturer); if(unipart_id){ $('#common-lead-form').data('unipart-id', unipart_id); } if(lead_url){ $('#common-lead-form').data('lead-url', lead_url); } if(location){ $('#common-lead-form').data('location', location); } if(manufacturer){ $('#common-lead-form').data('manufacturer', manufacturer); } $('#common-lead-form').modal('show'); $(document).off('hide', '#common-lead-form').on('hide', '#common-lead-form', function () { $('link[rel=stylesheet][href~="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap"]').remove(); }); if(useEnrichment) { addEnrichmentEvent(); } } function common_saveImpression(location, manufacturer){ var type = 'Lead Impression'; const properties = { 'type': type, 'location': location, 'manufacturer': manufacturer, 'event_name': 'Referral' } track_mixpanel_click(properties); } function common_saveLead(payload, location) { var type = 'Lead Collected'; var save_lead_url = "/analytics/api/save_lead/" const properties = { 'type': type, 'location': location, 'manufacturer': payload.ref_manufacturer, 'event_name': 'Referral' } track_mixpanel_click(properties); $.ajax({ type: "POST", url: save_lead_url, data: payload, success: function ( response ) { if(payload.ref_manufacturer.toUpperCase().indexOf('QUECTEL') !== -1) { $('#common-lead-form').modal('hide'); const redirectLead = $('#common-lead-form').data('lead-url') window.open(redirectLead, '_blank'); } else { $('#common-lead-form').modal('hide'); $('.text-email').text(payload.email); $('#dialog-success').css('display', 'flex'); $('#dialog-success').modal('show'); } } }); } function isRoleBasedEmail(email) { let isRoleBased = false; const roleBasedEmailList = ['admin@', 'default@', 'email@', 'feedback@', 'info@', 'mail@', 'marketing@', 'news@', 'newsletter@', 'ops@', 'orders@', 'press@', 'pressrelease@', 'sales@', 'security@', 'support@'] if (roleBasedEmailList.some((item) => email.includes(item))) { isRoleBased = true; } return isRoleBased; } function validateRequiredInputs(inputs) { for (let i = 0; i < inputs.length; i++) { if (inputs[i] === '') { return false; } } return true; } $('#common-lead-form #common-lead-form-submit').on('click',function(event){ var location = $('#common-lead-form').data('location'); var resource_type = $('#common-lead-form').attr('data-resource-type'); unipart_id = $('#common-lead-form').data('unipart-id'); if(window.iti && window.iti.getSelectedCountryData() && window.iti.getSelectedCountryData().dialCode && $('#common-lead-form #phone_number').val() !== '') { var phoneNumber = '+' + window.iti.getSelectedCountryData().dialCode + $('#common-lead-form #phone_number').val(); } else { phoneNumber = ''; } var tmp_email = $('#common-lead-form #email').val(); if(tmp_email !== ''){ const country = $('#countryId').val() ? $('#countryId').val() : '' const state = $('#stateId').val() ? $('#stateId').val() : '' const city = $('#cityId').val() ? $('#cityId').val() : '' // By default, we IGNORE the validation. // If resource type is "samples", do not ignore validation unless it's Superior Sensor or Recom. // Regardless of resource type, do not ignore validation if manufacturer is NXP or Quectel. var ignoreValidation = true; var r_manufacturer = $('#common-lead-form').data('manufacturer'); if(resource_type != undefined){ if(resource_type.toLowerCase().trim() === 'samples'){ if(r_manufacturer.toUpperCase().indexOf('SUPERIOR SENSOR') === -1 && r_manufacturer.toUpperCase().indexOf('RECOM') === -1) { ignoreValidation = false; } } } if (r_manufacturer.toUpperCase().indexOf('MPD') !== -1) { ignoreValidation = true; } //test email const re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; let isValidEmail = re.test(String(tmp_email).toLowerCase()); if (($('#common-lead-form').data('manufacturer') || '').toUpperCase().indexOf('QUECTEL') !== -1) { isValidEmail = isValidEmail && !isRoleBasedEmail(tmp_email); ignoreValidation = false; } if(!isValidEmail) { $('#common-lead-form .err-msg').html('* Please enter a valid email address').show(); } else { //use freemail js to verify valid work mail freemail.check(tmp_email, ignoreValidation).then(function(valid_work_email){ const emailInput = $('#common-lead-form #email').val(); const firstnameInput = $('#common-lead-form #firstname').val(); const lastnameInput = $('#common-lead-form #lastname').val(); const companyInput = $('#common-lead-form #company').val(); const addressInput = $('#common-lead-form #address').val(); const termsIsChecked = $('#common-lead-form #terms').is(":checked"); const countrySelected = $('#common-lead-form #country').val(); const countryCodeSelection = $('#common-lead-form #country option:selected').attr('countryid') const industrySelected = $('#common-lead-form #industry').val(); const ref_manufacturer = $('#common-lead-form').data('manufacturer') || ''; let hasValidProject = true; if(ref_manufacturer.toUpperCase().indexOf('ABRACON') !== -1) { hasValidProject = $('#project_name').val() !== '' ? true : false; } let isRequiredInputValidated = emailInput !== '' && firstnameInput !== '' && lastnameInput !== '' && companyInput !== '' && termsIsChecked === true && hasValidProject; if(ref_manufacturer.toUpperCase().indexOf('THALES') !== -1) { isRequiredInputValidated = emailInput !== '' && companyInput !== '' && firstnameInput !== '' && lastnameInput !== '' && countrySelected !== '' && industrySelected !== ''; } if(ref_manufacturer.toUpperCase().indexOf('QUECTEL') !== -1) { // Validates that job title is filled for QUECTEL manufacturer isRequiredInputValidated = isRequiredInputValidated && $('#common-lead-form #jobtitle').val() !== ''; } if(ref_manufacturer.toUpperCase().indexOf('MPD') !== -1) { const inputs = [emailInput, firstnameInput, lastnameInput, companyInput, addressInput]; isRequiredInputValidated = validateRequiredInputs(inputs); } if(valid_work_email){ if(isRequiredInputValidated) { if(ref_manufacturer.toUpperCase().indexOf('QUECTEL') !== -1) { var payload = { firstName: firstnameInput, lastName: lastnameInput, email: emailInput, company: companyInput, jobtitle: $('#common-lead-form #jobtitle').val(), country: country, state: state, city: city, address: addressInput, addressLine1: '', addressLine2: '', phone_number: phoneNumber, csrfmiddlewaretoken: "Gg6T2VzlZGFlNNqWgcm0GoAr0JBJ2boZTPEThJvI9kj0L7HgbvETU33drO8s7dv7", ad_manager_id: $('#adManagerId').val(), adtext_link: resource_type, resource_type: resource_type, ref_manufacturer: ref_manufacturer, unipart_id: unipart_id, } } else if(ref_manufacturer.toUpperCase().indexOf('ABRACON') !== -1) { var payload = { firstName: firstnameInput, lastName: lastnameInput, email: emailInput, company: companyInput, project_name: $('#project_name').val(), csrfmiddlewaretoken: "Gg6T2VzlZGFlNNqWgcm0GoAr0JBJ2boZTPEThJvI9kj0L7HgbvETU33drO8s7dv7", ad_manager_id: $('#adManagerId').val(), adtext_link: "Free Samples", resource_type: resource_type, ref_manufacturer: ref_manufacturer, unipart_id: unipart_id, } } else if(ref_manufacturer.toUpperCase().indexOf('THALES') !== -1) { var payload = { firstName: firstnameInput, lastName: lastnameInput, email: emailInput, company: companyInput, country: countrySelected, user_country_code_location: countryCodeSelection, csrfmiddlewaretoken: "Gg6T2VzlZGFlNNqWgcm0GoAr0JBJ2boZTPEThJvI9kj0L7HgbvETU33drO8s7dv7", ad_manager_id: $('#adManagerId').val(), adtext_link: resource_type, resource_type: resource_type, ref_manufacturer: ref_manufacturer, unipart_id: unipart_id, industy: industrySelected } } else { var payload = { firstName: firstnameInput, lastName: lastnameInput, email: emailInput, company: companyInput, address: addressInput, csrfmiddlewaretoken: "Gg6T2VzlZGFlNNqWgcm0GoAr0JBJ2boZTPEThJvI9kj0L7HgbvETU33drO8s7dv7", ad_manager_id: $('#adManagerId').val(), adtext_link: "Free Samples", resource_type: resource_type, ref_manufacturer: ref_manufacturer, unipart_id: unipart_id, } } common_saveLead(payload, location); dataLayer.push({ "event": "gtm-lead-form-submit"}); }else { // try to run clearbit api to populate missing values clearBitApi(); if (!isRequiredInputValidated && $('#common-lead-form #firstname').is(":visible")) { $('#common-lead-form .err-msg').html('* Please fill required fields').show(); } } }else{ $('#common-lead-form .err-msg').html('Please enter a valid work email (not personal email)').show(); } }); } }else{ $('#common-lead-form .err-msg').html('* Please fill required fields').show(); } event.preventDefault(); event.stopPropagation(); });