<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Capture Business Events from RUM – Detailed Configuration Steps Needed in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-Capture-Business-Events-from-RUM-Detailed-Configuration/m-p/281669#M7012</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13748"&gt;@kohtsuka&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;All the information you need should be found here:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/business-observability/bo-events-capturing" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/business-observability/bo-events-capturing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To send business events with the RUM javascript, you must first create an &lt;STRONG&gt;variable JSON&lt;/STRONG&gt; object (in the example below, we are using &lt;STRONG&gt;let attributes&lt;/STRONG&gt;, but the name can be anything.).&lt;/P&gt;&lt;P&gt;Then once you decide what data you would like, use the&amp;nbsp;&lt;STRONG&gt;dynatrace.&lt;SPAN class=""&gt;sendBizEvent&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;type&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;string&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;fields&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;A class="" href="https://www.dynatrace.com/support/doc/javascriptapi/doc/types/dynatrace-types.JSONObject.html" target="_blank" rel="noopener"&gt;JSONObject&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;to send the data back to Dynatrace.&lt;/P&gt;&lt;P&gt;Example from Docs:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let attributes = {
    "event.name": "Confirmed Booking",
    "page": "booking-confirmation",
    "product": "Danube Anna Hotel",
    "amount": 358.35,
    "currency": "USD",
    "reviewScore": 4.8,
    "arrivalDate": "2022-11-05",
    "departureDate": "2022-11-15",
    "journeyDuration": 10,
    "adultTravelers": 2,
    "childrenTravelers": 0
};

dynatrace.sendBizEvent('com.easytravel.funnel.booking-finished', attributes);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information on&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class=""&gt;sendBizEvent&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;type&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;string&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;fields&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;A class="" href="https://www.dynatrace.com/support/doc/javascriptapi/doc/types/dynatrace-types.JSONObject.html" target="_blank" rel="noopener"&gt;JSONObject&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;, you can read more here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://www.dynatrace.com/support/doc/javascriptapi/doc/interfaces/dynatrace-types.DynatraceApi.html#sendbizevent" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/doc/javascriptapi/doc/interfaces/dynatrace-types.DynatraceApi.html#sendbizevent&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope that helps! &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- Aaron Schultz&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2025 14:21:14 GMT</pubDate>
    <dc:creator>Aaron_Schultz</dc:creator>
    <dc:date>2025-12-15T14:21:14Z</dc:date>
    <item>
      <title>How to Capture Business Events from RUM – Detailed Configuration Steps Needed</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-Capture-Business-Events-from-RUM-Detailed-Configuration/m-p/281616#M7011</link>
      <description>&lt;P&gt;I would like to understand the specific method for capturing Business Events from RUM.&lt;/P&gt;&lt;P&gt;The following documentation does not provide any detailed configuration steps:&lt;BR /&gt;&lt;A class="" href="https://docs.dynatrace.com/docs/observe/business-analytics/ba-events-capturing#send-business-event-rum-js" target="_new" rel="noopener"&gt;https://docs.dynatrace.com/docs/observe/business-analytics/ba-events-capturing#send-business-event-rum-js&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I also checked Dynatrace University, but the video simply says, “Please refer to the documentation,” without further explanation.&lt;/P&gt;&lt;P&gt;Would anyone be able to share the actual configuration steps?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Kohei Otsuka&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 02:25:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-Capture-Business-Events-from-RUM-Detailed-Configuration/m-p/281616#M7011</guid>
      <dc:creator>kohtsuka</dc:creator>
      <dc:date>2025-07-16T02:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Capture Business Events from RUM – Detailed Configuration Steps Needed</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-Capture-Business-Events-from-RUM-Detailed-Configuration/m-p/281669#M7012</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13748"&gt;@kohtsuka&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;All the information you need should be found here:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/business-observability/bo-events-capturing" target="_blank"&gt;https://docs.dynatrace.com/docs/observe/business-observability/bo-events-capturing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To send business events with the RUM javascript, you must first create an &lt;STRONG&gt;variable JSON&lt;/STRONG&gt; object (in the example below, we are using &lt;STRONG&gt;let attributes&lt;/STRONG&gt;, but the name can be anything.).&lt;/P&gt;&lt;P&gt;Then once you decide what data you would like, use the&amp;nbsp;&lt;STRONG&gt;dynatrace.&lt;SPAN class=""&gt;sendBizEvent&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;type&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;string&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;fields&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;A class="" href="https://www.dynatrace.com/support/doc/javascriptapi/doc/types/dynatrace-types.JSONObject.html" target="_blank" rel="noopener"&gt;JSONObject&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;to send the data back to Dynatrace.&lt;/P&gt;&lt;P&gt;Example from Docs:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let attributes = {
    "event.name": "Confirmed Booking",
    "page": "booking-confirmation",
    "product": "Danube Anna Hotel",
    "amount": 358.35,
    "currency": "USD",
    "reviewScore": 4.8,
    "arrivalDate": "2022-11-05",
    "departureDate": "2022-11-15",
    "journeyDuration": 10,
    "adultTravelers": 2,
    "childrenTravelers": 0
};

dynatrace.sendBizEvent('com.easytravel.funnel.booking-finished', attributes);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information on&amp;nbsp;&lt;STRONG&gt;&lt;SPAN class=""&gt;sendBizEvent&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;type&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;string&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class=""&gt;fields&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&amp;nbsp;&lt;A class="" href="https://www.dynatrace.com/support/doc/javascriptapi/doc/types/dynatrace-types.JSONObject.html" target="_blank" rel="noopener"&gt;JSONObject&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;, you can read more here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://www.dynatrace.com/support/doc/javascriptapi/doc/interfaces/dynatrace-types.DynatraceApi.html#sendbizevent" target="_blank" rel="noopener"&gt;https://www.dynatrace.com/support/doc/javascriptapi/doc/interfaces/dynatrace-types.DynatraceApi.html#sendbizevent&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope that helps! &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- Aaron Schultz&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 14:21:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-Capture-Business-Events-from-RUM-Detailed-Configuration/m-p/281669#M7012</guid>
      <dc:creator>Aaron_Schultz</dc:creator>
      <dc:date>2025-12-15T14:21:14Z</dc:date>
    </item>
  </channel>
</rss>

