function extractItemsOfInterest(sessionId) { var externalIds = [] // This is the result we want from the catalog page. var resultEl = document.querySelector('[data-session-id="' + sessionId + '"]') // This is the result we want from the session details page. if (!resultEl) resultEl = document.querySelector('#widget-page-session-details') if (resultEl) { var itemsOfInterestEls = resultEl.querySelectorAll('.attribute-ItemofInterest .attribute-values') if (itemsOfInterestEls.length > 0) { // We have to iterate using a `for` loop because IE doesn't support `NodeList.prototype.forEach`. Thanks IE! for (var i = 0; i < itemsOfInterestEls.length; i++) { var itemText = itemsOfInterestEls[i].innerHTML // Chained items are hard-coded to start with ", ". if (itemText.substring(0, 2) === ', ') itemText = itemText.substring(2) if (itemsOfInterestMap[itemText]) externalIds.push(itemsOfInterestMap[itemText]) } } } if (externalIds.length === 0) { externalIds.push('No Item of Interest Value') } return externalIds } function isSessionDetailsPage() { return document.querySelector('#widget-page-session-details') } function isExhibitorDetailsPage() { return document.querySelector('.exhibitor-details-page') }
var itemsOfInterestMap = { 'SAP Manufacturing Integration and Intelligence' : '01200314690800000151', 'SAP ERP HCM' : '01200615320800000659', 'Public Sector' : '130110653021563432906662', 'SAP Financial Statement Insights' : '73554900100700001591', 'SAP Analytics Cloud' : '73554900100700001571', 'SAP Predictive Analytics' : '73554900100700001113', 'SAP Internet of Things' : '73554900100800002247', 'SAP Marketing Cloud' : '73555000100700000751', 'SAP Contact Center' : '73554900100700000864', 'Engineering' : '193926939960921617562539', 'SAP Cloud Identity Access Governance' : '73554900100700000844', 'SAP Consumer Sales Intelligence' : '73555000100700000783', 'SAP Application Interface Framework' : '73554900100700000776', 'SAP Master Data Governance' : '73554900100700001056', 'SAP Student Activity Hub' : '73555000100700000000', 'SAP SuccessFactors Onboarding' : '67838200100800006242', 'SAP Data Intelligence' : '73554900100700002421', 'SAP Jam' : '73554900100700001031', 'SAP Fiori' : '73554900100700000977', 'High Tech' : '141065692368283635970801', 'SAP Fieldglass Vendor Management System' : '73554900100700000970', 'SAP Customer Engagement Center' : '73555000100800001322 ', 'Retail' : '99624789925257984685885', 'SAP Vora' : '73555000100700000131', 'Automotive' : '56387771929354094609172', 'SAP NetWeaver' : '73554900100700001081', 'SAP Advantage Database Server' : '73554900100700000769', 'Healthcare' : '145882333770114278757787', 'SAP SuccessFactors Recruiting Posting' : '73555000100800000318', 'SAP Cloud for Real Estate' : '73554900100700001683', 'SAP Enterprise Threat Detection' : '73554900100700000947', 'SAP SuccessFactors Compensation' : '73555000100800000771', 'SAP Yard Logistics' : '73555000100700000020', 'SAP BW/4HANA' : '73554900100700001661', 'SAP Enterprise Digital Rights Management byNextLabs' : '73554900100700001624', 'SAP SuccessFactors Learning' : '67837800100800006334', 'SAP SuccessFactors Employee Central' : '73555000100800000773', 'SAP Assurance and Compliance Software' : '73554900100700000786', 'SAP RealSpend' : '73554900100700001144', 'Intelligent Enterprise' : 'INTELLIGENT_ENTERPRISE', 'SAP HANA Enterprise Cloud' : '161153735145145802176671450589155', 'SAP Real Estate Management' : '73554900100700001143', 'SAP Revenue Accounting and Reporting' : '73554900100700001156', 'SAP Signature Management by DocuSign' : '73554900100700001381', 'SAP S/4HANA' : '73554900100700001353', 'SAP SQL Anywhere' : '73554900100700001188', 'SAP Jam Communities' : '73555000100800000172', 'SAP Landscape Transformation' : '73554900100700001038', 'Utilities' : '48826897347003784259801', 'SAP ERP' : '73554900100700000951', 'SAP SuccessFactors Succession and Development' : '73555000100800000776', 'SAP Business Planning and Consolidation' : '73554900100700000805', 'SAP Lease Administration by Nakisa' : '73554900100700001043', 'SAP Integrated Business Planning' : '73554900100700001017', 'SAP Business One' : '73554900100700000803', 'SAP SuccessFactors Performance and Goals' : '73555000100800000774', 'SAP Time and Attendance Management by WorkForce Software' : '73554900100700001426', 'SAP Process Mining by Celonis' : '73554900100700001421', 'SAP Profitability and Performance Management' : '73554900100700001357', 'SAP Global Trade Services' : '73554900100700000993', 'SAP Sourcing and SAP Contract Lifecycle Management' : '73554900100700001186', 'Oil and Gas' : '156805312755941004032364', 'Ariba Network' : '73554900100700000655', 'SAP Process Control' : '73554900100700001119', 'SAP SuccessFactors Extended Enterprise Content Management by OpenText' : '73554900100700001816', 'SAP Intelligent Asset Management' : '73555000100700000851', 'SAP Global Track and Trace' : '73554900100700001761', 'SAP Financial Consolidation' : '73554900100700000973', 'SAP Leonardo' : '73554900100700001701', 'SAP Access Violation Management by Greenlight' : '73554900100700000760', 'SAP Access Control' : '73554900100700000759', 'SAP SuccessFactors Workforce Analytics' : '67837800100800006335', 'SAP Enterprise Asset Management' : '73554900100700001771', 'SAP Cloud Appliance Library' : '73554900100700000838', 'Chemicals' : '41698360237425736876524', 'SAP C/4HANA' : '73555000100700000911', 'SAP SuccessFactors Employee Central Payroll' : '67837800100800006744', 'Banking' : '131623764915182240635655', 'SAP Extended Warehouse Management' : '73554900100700000963', 'Industrial Machinery and Components' : '42513095034597134398119', 'SAP Product Lifecycle Costing' : '73554900100700001360', 'SAP Customer Data Cloud' : '73555000100700000661', 'SAP Strategy Management' : '73554900100700001894', 'SAP CPQ' : '73555000100800001601', 'SAP Document Center' : '73555000100700000251', 'Mill Products' : '31958591515119384139674', 'Mining' : '140366652636409988283894', 'SAP Connected Goods' : '73555000100700000271', 'SAP Portfolio and Project Management' : '73554900100700001108', 'SAP Profitability and Cost Management' : '73554900100700001129', 'SAP Risk Management' : '73554900100700001157', 'SAP Concur' : 'SAP_CONCUR', 'SAP Replication Server' : '73554900100700001151', 'SAP User Experience by KNOA' : '73554900100700001229', 'SAP Jam Collaboration' : '67837800100800006333', 'SAP S/4HANA Finance' : '67837800100800006927', 'SAP Vehicle Insights' : '73555000100700000171', 'SAP Innovation Management' : '73554900100700001014', 'SAP Adaptive Server Enterprise' : '73554900100700000765', 'Higher Education and Research' : '148449952393846517506952', 'Life Sciences' : '95174915017257381839339', 'SAPUI5' : '73554900100700001961', 'Sports & Entertainment' : '168405230419714604047700', 'SAP Roambi' : '73554900100700001611', 'SAP IT Operations Analytics' : '73555000100700000033', 'SAP Cloud for Customer' : '73554900100700000840', 'SAP Conversational AI' : '73555000100800001301', 'Media' : '46151026338704711996502', 'SAP Litmos' : '73554900100700002391', 'SAP Financial Services Data Management' : '73555000100700000492', 'Aerospace and Defense' : '192814547175000220653543', 'SAP Master Data Services' : '73555000100700000066', 'SAP Transportation Management' : '73554900100700001218', 'SAP Ariba Procurement' : '73554900100700001921', 'SAP Extended Enterprise Content Management by OpenText' : '73554900100700000961', 'SAP Invoice Management by OpenText' : '73554900100700001024', 'SAP Operational Process Intelligence' : '73554900100700001092', 'SAP Edge Services' : '73554900100700002011', 'SAP SuccessFactors HXM Suite' : '73554900100700001452', 'SAP Business ByDesign' : '73554900100700000799', 'SAP SuccessFactors Workforce Planning' : '73554900100800001084', 'SAP SuccessFactors Recruiting' : '67837800100800006356', 'SAP Event Ticketing' : '73554900100700000000', 'Travel and Transportation' : '189126846661201547308884', 'SAP Intelligent Product Design' : '73555000100700000931', 'Wholesale Distribution' : '26748694445508693237053', 'SAP Trade Repository Reporting by Virtusa' : '73554900100700001441', 'SAP Digital Manufacturing Cloud' : '73555000100800001492', 'Telecommunications' : '88785088356999520628792', 'SAP Lumira' : '73554900100700001049', 'Consumer Products' : '22197834566642743784643', 'SAP Energy Portfolio Management' : '73554900100700000932', 'SAP Landscape Management' : '73554900100700001039', 'SAP Agile Data Preparation' : '73555000100700000092', 'SAP Data Services' : '73554900100700000901', 'SAP Financial Closing Cockpit' : '73554900100700000972', 'SAP BusinessObjects Analysis' : '73554900100700000813', 'SAP HANA' : '73554900100700000996', 'SAP Rural Sourcing Management' : '73554900100700001160', 'SAP Crystal Reports' : '73554900100700000878', 'SAP PowerDesigner' : '73554900100700001111', 'SAP Learning Hub' : '74C072B9-F980-45F4-BDBC-CE77DB6F5408', 'SAP Product Lifecycle Management' : '73555000100700000632', 'SAP Knowledge Acceleration' : '73554900100700001034', 'SAP Agricultural Contract Management' : '73554900100700000771', 'SAP Predictive Maintenance and Service' : '73554900100700001114', 'SAP Analytics Hub' : '73554900100700001851', 'SAP Business Technology Platform' : '73555000100700000172', 'SAP Logistics Business Network' : '73554900100700001892', 'Qualtrics' : 'QUALTRICS', 'SAP Enterprise Architecture Designer' : '73555000100700000443', 'Digital Business Services' : 'DIGITAL_BUSINESS_SERVICES', 'SAP Ariba Supply Chain' : '73554900100700001931', 'SAP S/4HANA Cloud' : '73555000100700000452', 'SAP Mobile Asset Management' : '73554900100700001067', 'SAP BusinessObjects Dashboards' : '73554900100700000817', 'SAP S/4HANA Supply Chain' : '73554900100700001821', 'SAP Intelligent Robotic Process Automation' : '73554900100800002142', 'SAP Digital Boardroom' : 'SAP_DIGITAL_BOARDROOM', 'SAP HANA Cloud' : '73554900100800002881', 'SAP Enable Now' : '73554900100700001245', 'SAP SuccessFactors HCM Core' : '67837800100800006332', 'SAP Treasury and Risk Management' : '73554900100700001224', 'Defense and Security' : '159367983329805292011158', 'SAP Sales Cloud' : '73554900100700002221', 'SAP Solution Manager' : '73554900100700001184', 'SAP Big Data Services' : '73555000100800000691', 'SAP BusinessObjects Business Intelligence platform' : '73554900100700000814', 'SAP API Management' : '73554900100700000774', 'SAP Commercial Project Management' : '73554900100700000848', 'Professional Services' : '14945408660319805935548', 'SAP Information Steward' : '73554900100700001011', 'SAP Service Cloud' : '73555000100700000801', 'SAP Commerce' : '73554900100700001002', 'SAP Disclosure Management' : '73554900100700000915', 'SAP Customer Activity Repository' : '73554900100700000880', 'SAP IQ' : '73554900100700001026', 'SAP Commerce Cloud' : '73554900100700002031', 'SAP Sports One' : '73555000100700000019', 'Insurance' : '97996813156586659752541', 'SAP Ariba Cloud Integration' : '73554900100700001343', 'SAP Cloud Platform Extension Suite' : '73554900100800002121', 'SAP Cloud Platform Integration Suite' : '73554900100800003241', 'SAP Process Orchestration' : '477916618626075516391832082074785', 'SAP Data Warehouse Cloud' : '73555000100700001051', 'SAP Asset Intelligence Network' : '73554900100800000331', 'SAP BusinessObjects Design Studio' : '01200615320800003687', 'SAP Manufacturing Execution' : '01200615320800000731', 'SAP NetWeaver Application Server' : '01200615320800000352', 'SAP PowerDesigner (Product)' : '01200615320800003658', 'SAP Fieldglass Vendor Management System (Product)' : '67838200100800006957', 'SAP CoPilot' : '73554900100700001692', 'SAP Field Service Management' : '73554900100700002181', 'SAP Hybris Billing' : '73554900100700001781', 'SAP IoT Application Enablement' : '73554900100700001731', 'SAP Upscale Commerce' : '73554900100700002451', 'SuccessFactors HCM Suite [Rejected]' : '73554900100700001266', 'SAP Enterprise Digital Rights Management by NextLabs' : '73554900100800000684', 'SAP Exchange Media' : '73554900100800000357', 'SAP Leonardo IoT Bridge' : '73554900100800001191', 'SAP SuccessFactors People Analytics' : '73554900100800002745', 'SAP Cloud Platform' : '73555000100700000181', 'SAP Data Hub' : '73555000100700000461', 'SAP Leonardo Internet of Things' : '73555000100700000541', 'SAP Work Zone' : '73555000100700001111', 'SAP Cloud Indentity Access Governance' : '73555000100800000334', 'SAP Commissions' : '73555000100800001602', 'Certification' : '222877341567121072788807155782117', 'SAP Product Support for Large Enterprises' : '387420746097185015997575413702578', 'SAP MaxAttention' : '465666159058375680488139567446084', 'SAP Secure Support' : '566205280465495422687518879691456', 'Service and Support' : '779556686016916372029144161113304', 'SAP Enterprise Support' : '870582772016327058233428161154753', 'SAP Preferred Care' : '885460242427764055292241252784171', 'Strategic Sourcing' : '06E472B8-865D-4E34-965A-E042C335FFA7', 'Talent Management' : '09451768-DBFD-43B6-BD4E-D5201142F583', 'ERP and Finance' : '0E8B67A5-7368-4677-BA96-0D3BE3F2FB03', 'Supplier Management' : '10B6546F-69D9-440C-ABE8-451DC3EB613D', 'Travel and Expense' : '1597B353-93DE-4B60-8905-F7B795B50862', 'SAP Customer Experience Services' : '185531E7-7549-4A77-AC2D-C91F1B77C326', 'Core HR and Payroll' : '1ACBD0D2-46B5-4CED-B818-9A69ABCEBE78', 'Application Lifecycle Management' : '1B4B7777-AE31-5CC9-9491-52A7F33BC199', 'RISE with SAP' : '1E76886F-86AC-4839-9833-8BF95F5EB775', 'Governance, Risk, Compliance (GRC), and Cybersecurity' : '237150E2-6555-4A16-B49E-E93DBF1891DA', 'SAP Innovation Services' : '2C15D50D-50A3-4F33-8556-4727CE98CFCC', 'HR and People Engagement' : '31D47972-AB70-4133-ABDB-0F2ED994C655', 'Commerce' : '32AE99D2-EAE3-4145-BCD9-10AA5F088313', 'SAP Value Assurance' : '3CEDCE12-882A-4B47-B507-EE97D781D1C9', 'Selling and Fulfillment' : '477C79AB-0AE3-4E29-8FFA-D5B524CD1F0F', 'SAP ActiveAttention' : '4CC3B9EC-B422-42C2-8E6D-63DB07A795DE', 'Network and Spend Management' : '5337C6CA-3137-46C7-8BE8-77516A5310BF', 'Financial Planning and Analysis' : '556EFC71-913F-47E3-9AE9-56F45C24CE79', 'Enterprise Asset Management' : '5B37165C-7FD7-4142-90B5-DA2C4D9C8F2B', 'SAP Advanced Deployment' : '6743F2BD-B35C-431E-8472-3936311B4D63', 'SAP Activate' : '714D86BF-F0DE-4038-81E4-25C791C15F0C', 'Services Procurement and Contingent Workforce' : '72EE16EF-B365-40AC-9629-CA70573D7968', 'Accounts Receivable, Billing, and Revenue Management' : '81469474-A1C6-4E58-B4FA-90AD34FEFE8B', 'Analytics' : '87817424-F4E7-46F2-AF14-88BF0F4BA034', 'Supply Chain Planning' : '923402D6-E008-4F23-A8F2-85D72693ABB2', 'Database and Data Management' : '9653E76E-F2E5-4479-B889-E75F0853344E', 'Intelligent Technologies' : '9BF0B188-4DD3-4217-A624-3263FB4764EE', 'Business Technology Platform' : '9E234F9A-3011-416A-95B1-00079C57A5E4', 'SAP Advisory Services' : 'A0735A77-4BA9-4E99-A42F-69E0D14E5098', 'Sales' : 'A259DD6F-1BA2-4320-811C-AD86DE653EDD', 'Supply Chain Management' : 'A6CE1B21-4F0B-4FAA-9D89-3A758EE40551', 'HR Analytics and Workforce Planning' : 'A6F99975-9C2C-4C56-8728-309D89985C17', 'Supply Chain Logistics' : 'A7D51DE9-A3EA-48CE-A957-ECBFB4547980', 'Product Lifecycle Management' : 'AA0C3157-802E-453F-8858-CA547D4A8377', 'SAP Preferred Success' : 'ACD27F10-C93F-4843-AAE4-12AD9551BECF', 'Service' : 'AF7FA7AB-659F-4D43-8017-616F100B5E8E', 'Architecture and Solution Guidance' : 'ARCHITECTURE_AND_SOLUTION_GUIDANCE', 'ERP for Small and Midsize Enterprises' : 'B9E65A20-68F4-4D23-8941-AFCD9987741F', 'Accounting and Financial Close' : 'C76E4736-3B17-4FF8-9005-F8F9944C3D89', 'Procurement' : 'C7AA8BC6-768F-4FF8-BF04-E2497DECCD3D', 'Marketing' : 'C8CF40B1-AEA0-4329-B959-381DF7F283E5', 'Manufacturing' : 'D06E0BBB-634E-4860-A250-F61441C21A38', 'Employee Experience Management' : 'D90891B4-AA7B-4822-8474-95077FC2ACDD', 'Data Management and Security' : 'DATA_MANAGEMENT_AND_SECURITY', 'CRM and Customer Experience' : 'E17E8F35-3FFD-471E-B2A1-9CB794A7C8F1', 'Treasury Management' : 'E983480F-9ABD-4F9F-9935-8486B6708870', 'Customer Data' : 'F330BB82-3BE4-4104-9357-6E4B6D5BD0FE', 'SAP Best Practices' : 'F443F58A-79D1-442D-B9FE-26B3CAE5593A', 'Application Development and Integration' : 'F485EF11-C827-412B-A6F5-50E026EFCAA2', 'Migration and Upgrade Services' : 'MIGRATION_AND_UPGRADE_SERVICES', 'Premium Engagements' : '1D4AAC03-8912-4588-BB00-878E73FC2819', 'Quick Start Services' : '5704CC9E-E3EC-497E-A3D0-2069578404A8', 'SAP Callidus Cloud' : 'SAP_CALLIDUS_CLOUD', 'SAP Customer Data Platform' : '73554900100800002991', 'Solution Deployment Services' : 'SOLUTION_DEPLOYMENT_SERVICES', 'System Landscape Optimization' : '73554900100800003094', 'Training and Adoption Services' : '4A2F7B10-C26A-4519-B14B-5309815FF395', 'Transformation Management Services' : 'TRANSFORMATION_MANAGEMENT_SERVICES', 'Value Adoption Services' : 'VALUE_ADOPTION_SERVICES', 'Value Engineering' : 'VALUE_ENGINEERING', 'SAP SuccessFactors Extended ECM by OpenText' : '73555000100800000786', 'Diversity and Inclusion' : 'BC3809FE-FA08-434D-9BD8-8E4AC98BBBE1', 'Industry Cloud' : 'FEF9BB9E-FD0D-4DE6-AA4F-5D8EB852CB4', 'SAP Account Substantiation and Automation by Blackline' : '73554900100700002252', 'SAP Ariba Buying' : '24AFD5CD-2802-4B11-8F4E-EFD147104998', 'SAP Ariba Buying and Invoicing' : '088A2CE1-412B-458B-BECB-2311C968D328', 'SAP Ariba Catalog' : '7CE99287-BEA7-4831-BA0D-97BE77B20574', 'SAP Ariba Commerce Automation' : '01228BDC-FB94-4182-9744-8ED6CF265660', 'SAP Ariba Contracts' : '32A4B2AE-0D09-497D-B196-C45E3E758EFE', 'SAP Ariba Discount Management' : 'E50E9B89-BC49-4644-9E24-8FFE44444A1F', 'SAP Ariba Discovery' : '6570A413-BA1B-4546-AB49-69AE933C3E9E', 'SAP Ariba Invoice Management' : 'FB10DA9A-0E4F-4893-9978-B915D0210EC5', 'SAP Ariba Snap' : '2680D542-612B-49F6-92FE-81A025E57928', 'SAP Ariba Sourcing' : '064803C0-AAE3-46CA-8514-389B50B4838F', 'SAP Ariba Spend Analysis' : '490611F0-26CF-4995-8CB3-AC05D253306C', 'SAP Ariba Start Sourcing' : '9CBEA2FB-BB42-4441-9D2B-058C22ECBA91', 'SAP Ariba Supplier Information and Performance Management' : '11B32667-171E-4E23-857A-FBE83CC72D91', 'SAP Ariba Supplier Lifecycle and Performance' : '9566C2C2-C688-4939-AC50-30732B383E53', 'SAP Ariba Supplier Risk' : '16A4E0EB-9900-460A-AC56-FDFAED0270E4', 'SAP Ariba Supply Chain Collaboration for Buyers' : '1CF9720A-EB8A-4DDE-8031-C97087082C4E', 'SAP Contract Invoicing' : '67EAC0DC-C5FB-40E5-BC9B-239F00EB16F6', 'SAP Customer Identity' : '73554900100800002464', 'SAP Emarsys Customer Engagement' : '73555000100700001402', 'SAP Environment, Health, and Safety Management' : '73554900100700000948', 'SAP Fieldglass Assignment Management' : '8B764966-5ADE-40CA-B744-5255B4512F95', 'SAP Fieldglass Contingent Workforce Management' : '651BB7B6-C47B-47F8-AFF7-D33751EB4028', 'SAP Fieldglass Services Procurement' : '82D5FF1F-76FE-4070-9445-88D1C6E5FFAD', 'SAP Fieldglass Worker Profile Management' : '05ADF56A-6B8E-46E7-858A-AAB67E37D258', 'SAP Intercompany Financial Hub by Blackline' : '73554900100700002253', 'SAP S/4HANA Cloud for central procurement' : '73555000100800001106', 'SAP Strategic Sourcing Suite' : '73554900100700001349', 'SAP Work Zone for HR' : '73554900100800002841', 'Sustainability' : '140502597117949649788634441139048', 'SAP Litmos Training' : '73554900100800002331' };
window.Rainfocus.EventBus.on('rf-add-session-success', function (addSessionData) { var itemsOfInterestIds = extractItemsOfInterest(addSessionData.sessionId); var scheduleSessionPayload = { SMC: { interactionID: addSessionData.uniqueKey, interactionType: 'YY_ONLINE_EVENT_REG', itemsOfInterest: itemsOfInterestIds, interactionReason: 'SAP_EVENT', }, user: { loginStatus: 'logY', }, events: { SMCInteraction: true }, page: { URL: document.location.href, referrer: document.referrer, name: document.location.pathname, detail: '', section: '', language: navigator.language, }, }; if (isExhibitorDetailsPage() || isSessionDetailsPage()) { var titleEl = document.querySelector('.exhibitor-title h1, .catalog-result-title-text .title-text'); if (titleEl) scheduleSessionPayload.page.detail = titleEl.innerText } if (window._trackData) { console.log('Add Session', { scheduleSessionPayload }); window._trackData(scheduleSessionPayload); } });