Skip to content

Commit

Permalink
Added YouTube link (#36)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

Updated YouTube link.
  • Loading branch information
kimberlyand authored Jan 7, 2024
1 parent b7f34ff commit 7fbb1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knowlege-content/oracle-database/APEX/apm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Real User Monitoring tracks user sessions, page views, page load times and ident

In this video, you will learn how to setup a Application Performance Real User Monitor for an APEX website.

<a href="https://www.youtube.com/embed/DrNP99t1Pfg?si=tiPiBDJzlWxYolVq"><img width="1035" alt="image" src="https://github.com/kimberlyand/test/assets/106996346/3b062831-3f1f-4177-abdb-373dceb3902d"></a>
<a href="https://www.youtube.com/watch?v=VUYjIYqDAVc"><img width="1035" alt="image" src="https://github.com/kimberlyand/test/assets/106996346/3b062831-3f1f-4177-abdb-373dceb3902d"></a>

## Install the Browser Agent
Add this JavaScript code to your APEX application's global page to collect real user data from your website developed on APEX. Using this code your dashboards you will display the APEX version, session ID, the page id, and the user name of each end user of your APEX application.
Add this JavaScript code snippet to your APEX application's global page to collect real user data from your website developed on APEX. Now, your dashboards will display the APEX version, the session ID, the page id, and the user name of each end user of your APEX application.
```
<script>
window.apmrum = (window.apmrum || {});
Expand Down

0 comments on commit 7fbb1e9

Please sign in to comment.