×

TPA & Insurances

Acko General Insurance CompanyLtd.

Aditya Birla Health Insurance Com Ltd

Bajaj Allianz General Insurance Comp. Ltd.

Care Health Insurance Ltd.

Chola Mandlam Ms General Insuarance

East West Assist Insurance Tpa Pvt. Ltd

Family Health Plan (TPA) Ltd.

Future Generali India Insurance Comp. Ltd.

HDFC ERGO General Insurance Comp. Ltd.

Health India TPA Pvt. Ltd.

Health Insurance TPA India Pvt Ltd(HI TPA)

Heritage Health TPA Pvt. Ltd.

ICICI LOMBARD General Insurance Company Limited

IFFCO TOKIO General Insurance Company Limited

Liberty General Insurance Limited

MD India Healthcare Services (TPA) Pvt. Ltd.

Medsave Health Insurance TPA Limited

Medi Assist Insurance TPA Private Limited

Niva Bupa (Max Bupa) Health Insurance Co. Ltd.

Paramount Health Services Pvt. Ltd.

Raksha Tpa Pvt. Ltd.

Vidal Health TPA Pvt. Ltd.

Go Digit General Insurance Ltd

Reliance General Insurance Co.Ltd

Edelwise Tokio General Insurance Ltd.

ICICI Prudential Life Insurance Comp. Ltd.

Kotak Mahindra General Insurance Co., Ltd.

Magma HDI General Insurance Co., Ltd.

Manipal Cigna Health Insurance Comp Ltd.

Medvantage Insurance TPA Private Ltd. (Parekh)

Royal Sundaram Health Insurance Co., Ltd.

SBI General Insurance Company Ltd.

TATA AIG Health Insurance Company Ltd.

Universal Sompo General Insurance Company Ltd.

UTI Senior Citizen

STAR Health

function trackEnquiryEvent(eventName,eventparam,details,countrycode) { var baseurl = window.location.href; const urlSegments = baseurl.split('/'); // Split the URL into segments if(urlSegments[2]!='') { const segmentToCheck = urlSegments[2]; // Get the last segment (e.g., "shoes") const pagename = segmentToCheck.replaceAll('-',' ').toUpperCase(); // Example array of items const items = ['DOCTORS', 'CENTER OF EXCELLENCE', 'HOSPITAL', 'SPECIALITY', 'TREATMENT', 'NEWS MEDIA', 'BLOG']; // Check if the segment is present in the array and get the matching element var matchingItem = items.filter(item => item.includes(pagename)); if(typeof matchingItem !== 'undefined' && matchingItem.length > 0) { var pagecategory = matchingItem[0]; } else { var pagecategory = pagename; matchingItem = pagename; } if(countrycode!=undefined) { phcode = '+'+countrycode+details[2]; } else { phcode = '+91'+details[2]; } } else { matchingItem = 'HOME PAGE'; pagecategory = 'HOME PAGE'; } // clevertap.onUserLogin.push({ // "Site": { // "Name": details[0], // String // "Identity": phcode, // String or number // "Email": details[1], // Email address of the user // "Phone": phcode, // Phone (with the country code) // } // }) // clevertap.event.push("Enquiry Submitted", { // eventparam: eventName, // "Page Url":baseurl, // "Form Name":details[0], // "Form Email":details[1], // "Form Phone Number":phcode, // "Form Speciality":details[3], // }); }