<?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>article How can I find which ActiveGate my Browser Monitor execution ran on? in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/ta-p/220732</link>
    <description>&lt;H2&gt;Summary&lt;/H2&gt;
&lt;DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;When you’re troubleshooting intermittent Browser Monitor failures in Dynatrace, it’s often necessary to determine which &lt;STRONG&gt;Synthetic ActiveGate&lt;/STRONG&gt; executed a specific monitor run—especially when using &lt;STRONG&gt;Private Synthetic Locations&lt;/STRONG&gt; with multiple ActiveGates.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;This guide explains how to quickly find the exact ActiveGate involved in a Browser Monitor execution and what to do if the information isn’t immediately visible.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Problem&lt;/H2&gt;
&lt;DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;In Dynatrace, Browser Monitor execution details show the &lt;STRONG&gt;synthetic location&lt;/STRONG&gt; where the run occurred.&lt;BR /&gt;However, if that location contains multiple ActiveGates, it can be difficult to determine &lt;STRONG&gt;which specific ActiveGate&lt;/STRONG&gt; executed the test.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Knowing this is essential when diagnosing:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Intermittent failures&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Host‑specific issues&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Configuration differences&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Network or certificate problems&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Proxy‑related behavior&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Private Location Resolution&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;(Latest Dynatrace) How to find the ActiveGate a Browser Monitor execution ran on&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Open a Notebook&lt;/STRONG&gt; in Dynatrace.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add a DQL section.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Paste in the following query:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.synthetic.events
|filter event.type == "browser_monitor_execution"
|fields timestamp, dt.synthetic.monitor.id, monitor.name, dt.entity.synthetic_location, location.name, event.id, result.engine.id, numberToHexString(toLong(result.engine.id))
|lookup [ fetch dt.entity.synthetic_location ],
    sourceField: dt.entity.synthetic_location,
    lookupField: id,
    fields: { location.name = entity.name }​
| fieldsRename hex = `numberToHexString(toLong(result.engine.id))`&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;You can refine the filter to search for specific executions or monitors. For example, you could search for only the monitor with id&amp;nbsp;&lt;STRONG&gt;SYNTHETIC_TEST-350FD4CA063F09AF&amp;nbsp;&lt;/STRONG&gt;by adding to the filter.&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;|filter event.type == "browser_monitor_execution"  and dt.synthetic.monitor.id=="SYNTHETIC_TEST-350FD4CA063F09AF"​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Run the query&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DQLOutput.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32264i123A51878C82702B/image-size/large?v=v2&amp;amp;px=999" role="button" title="DQLOutput.png" alt="DQLOutput.png" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;DIV id="tinyMceEditorHannahM_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorHannahM_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;The &lt;STRONG&gt;&lt;CODE&gt;hex&lt;/CODE&gt;&lt;/STRONG&gt; column contains the &lt;STRONG&gt;ActiveGate ID in hexadecimal format&lt;/STRONG&gt;.&lt;/DIV&gt;
&lt;DIV&gt;Copy this hex value and use it to search on the &lt;STRONG&gt;Deployment status &amp;gt; ActiveGates&lt;/STRONG&gt; page to find the exact ActiveGate that ran the Browser Monitor execution.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-06 150451.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32265i146BB8BE809ABABF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-06 150451.png" alt="Screenshot 2026-03-06 150451.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorHannahM_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;(Classic) How to find the ActiveGate a Browser Monitor execution ran on&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV&gt;&lt;STRONG&gt;Open the Browser Monitor details page.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Analyze executions.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Click on the execution you are interested in.&lt;/LI&gt;
&lt;LI&gt;Click on the &lt;STRONG&gt;location name&lt;/STRONG&gt; shown in the execution details.&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_0-1692178252169.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13590iB4A0C298ACD308D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_0-1692178252169.png" alt="HannahM_0-1692178252169.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;You will be taken directly to the &lt;STRONG&gt;ActiveGates page&lt;/STRONG&gt;, automatically filtered to:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;The Private Synthetic Location, and&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;The &lt;STRONG&gt;specific ActiveGate&lt;/STRONG&gt; that handled that execution.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_1-1692178405587.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13591i57B5AACABD5E39C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_1-1692178405587.png" alt="HannahM_1-1692178405587.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;This informations makes it easy to compare configurations, check logs, or validate host‑level behavior.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2&gt;Cluster and Public Locations Resolution&lt;/H2&gt;
&lt;DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Identifying the execution ActiveGate is not available through the UI.&lt;BR /&gt;Please &lt;STRONG&gt;open a chat&lt;/STRONG&gt; and provide:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;A link to the execution&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;A short description of the issue&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Support will help identify which ActiveGate processed the execution.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H2&gt;What's Next&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;If you weren't able to find the ActiveGate that ran the execution using the steps above, open a chat and a link to the execution you are interested.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Related reading&lt;/H3&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426" target="_blank" rel="noopener"&gt;Synthetic Troubleshooting Map&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp; &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-on-grail/synthetic-metrics/browser-monitor-metrics" target="_self"&gt;Browser Monitor metrics in Synthetic on Grail&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/dashboards-and-notebooks/notebooks" target="_self"&gt;Notebooks&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp; &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/analysis-and-alerting/synthetic-details-for-browser-monitors" target="_self"&gt;(Classic) Synthetic details for Browser Monitors&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2026 15:23:03 GMT</pubDate>
    <dc:creator>HannahM</dc:creator>
    <dc:date>2026-03-06T15:23:03Z</dc:date>
    <item>
      <title>How can I find which ActiveGate my Browser Monitor execution ran on?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/ta-p/220732</link>
      <description>&lt;H2&gt;Summary&lt;/H2&gt;
&lt;DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;When you’re troubleshooting intermittent Browser Monitor failures in Dynatrace, it’s often necessary to determine which &lt;STRONG&gt;Synthetic ActiveGate&lt;/STRONG&gt; executed a specific monitor run—especially when using &lt;STRONG&gt;Private Synthetic Locations&lt;/STRONG&gt; with multiple ActiveGates.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;This guide explains how to quickly find the exact ActiveGate involved in a Browser Monitor execution and what to do if the information isn’t immediately visible.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Problem&lt;/H2&gt;
&lt;DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;In Dynatrace, Browser Monitor execution details show the &lt;STRONG&gt;synthetic location&lt;/STRONG&gt; where the run occurred.&lt;BR /&gt;However, if that location contains multiple ActiveGates, it can be difficult to determine &lt;STRONG&gt;which specific ActiveGate&lt;/STRONG&gt; executed the test.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Knowing this is essential when diagnosing:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Intermittent failures&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Host‑specific issues&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Configuration differences&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Network or certificate problems&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Proxy‑related behavior&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Private Location Resolution&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;(Latest Dynatrace) How to find the ActiveGate a Browser Monitor execution ran on&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Open a Notebook&lt;/STRONG&gt; in Dynatrace.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add a DQL section.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Paste in the following query:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.synthetic.events
|filter event.type == "browser_monitor_execution"
|fields timestamp, dt.synthetic.monitor.id, monitor.name, dt.entity.synthetic_location, location.name, event.id, result.engine.id, numberToHexString(toLong(result.engine.id))
|lookup [ fetch dt.entity.synthetic_location ],
    sourceField: dt.entity.synthetic_location,
    lookupField: id,
    fields: { location.name = entity.name }​
| fieldsRename hex = `numberToHexString(toLong(result.engine.id))`&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;You can refine the filter to search for specific executions or monitors. For example, you could search for only the monitor with id&amp;nbsp;&lt;STRONG&gt;SYNTHETIC_TEST-350FD4CA063F09AF&amp;nbsp;&lt;/STRONG&gt;by adding to the filter.&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;|filter event.type == "browser_monitor_execution"  and dt.synthetic.monitor.id=="SYNTHETIC_TEST-350FD4CA063F09AF"​&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Run the query&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DQLOutput.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32264i123A51878C82702B/image-size/large?v=v2&amp;amp;px=999" role="button" title="DQLOutput.png" alt="DQLOutput.png" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;DIV id="tinyMceEditorHannahM_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorHannahM_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;The &lt;STRONG&gt;&lt;CODE&gt;hex&lt;/CODE&gt;&lt;/STRONG&gt; column contains the &lt;STRONG&gt;ActiveGate ID in hexadecimal format&lt;/STRONG&gt;.&lt;/DIV&gt;
&lt;DIV&gt;Copy this hex value and use it to search on the &lt;STRONG&gt;Deployment status &amp;gt; ActiveGates&lt;/STRONG&gt; page to find the exact ActiveGate that ran the Browser Monitor execution.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-06 150451.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32265i146BB8BE809ABABF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2026-03-06 150451.png" alt="Screenshot 2026-03-06 150451.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;DIV id="tinyMceEditorHannahM_1" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3&gt;(Classic) How to find the ActiveGate a Browser Monitor execution ran on&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;DIV&gt;&lt;STRONG&gt;Open the Browser Monitor details page.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Analyze executions.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Click on the execution you are interested in.&lt;/LI&gt;
&lt;LI&gt;Click on the &lt;STRONG&gt;location name&lt;/STRONG&gt; shown in the execution details.&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_0-1692178252169.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13590iB4A0C298ACD308D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_0-1692178252169.png" alt="HannahM_0-1692178252169.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;You will be taken directly to the &lt;STRONG&gt;ActiveGates page&lt;/STRONG&gt;, automatically filtered to:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;The Private Synthetic Location, and&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;The &lt;STRONG&gt;specific ActiveGate&lt;/STRONG&gt; that handled that execution.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_1-1692178405587.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/13591i57B5AACABD5E39C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_1-1692178405587.png" alt="HannahM_1-1692178405587.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV&gt;This informations makes it easy to compare configurations, check logs, or validate host‑level behavior.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2&gt;Cluster and Public Locations Resolution&lt;/H2&gt;
&lt;DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Identifying the execution ActiveGate is not available through the UI.&lt;BR /&gt;Please &lt;STRONG&gt;open a chat&lt;/STRONG&gt; and provide:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;A link to the execution&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;A short description of the issue&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Support will help identify which ActiveGate processed the execution.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;H2&gt;What's Next&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;If you weren't able to find the ActiveGate that ran the execution using the steps above, open a chat and a link to the execution you are interested.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Related reading&lt;/H3&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426" target="_blank" rel="noopener"&gt;Synthetic Troubleshooting Map&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp; &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-on-grail/synthetic-metrics/browser-monitor-metrics" target="_self"&gt;Browser Monitor metrics in Synthetic on Grail&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/dashboards-and-notebooks/notebooks" target="_self"&gt;Notebooks&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp; &lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-monitoring/analysis-and-alerting/synthetic-details-for-browser-monitors" target="_self"&gt;(Classic) Synthetic details for Browser Monitors&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 15:23:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/ta-p/220732</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2026-03-06T15:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find which ActiveGate my Browser Monitor execution ran on?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/tac-p/220771#M283</link>
      <description>&lt;P&gt;Thanks for sharing this&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;&amp;nbsp;It will be very handy for those who have multiple AGs for private synthetics.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 12:30:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/tac-p/220771#M283</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-08-16T12:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find which ActiveGate my Browser Monitor execution ran on?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/tac-p/220784#M286</link>
      <description>&lt;P&gt;Thank you:) Great advice!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 12:55:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/tac-p/220784#M286</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2023-08-16T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find which ActiveGate my Browser Monitor execution ran on?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/tac-p/220792#M287</link>
      <description>&lt;P&gt;Thanks, Great Info!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 13:36:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/tac-p/220792#M287</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2023-08-16T13:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I find which ActiveGate my Browser Monitor execution ran on?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/tac-p/220859#M288</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Immediately reminded me of &lt;A href="https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-differentiate-synthetic-measurements-from-differente-AGs/m-p/185780" target="_blank"&gt;https://community.dynatrace.com/t5/Synthetic-Monitoring/How-to-differentiate-synthetic-measurements-from-differente-AGs/m-p/185780&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 21:25:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-can-I-find-which-ActiveGate-my-Browser-Monitor-execution-ran/tac-p/220859#M288</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-08-16T21:25:39Z</dc:date>
    </item>
  </channel>
</rss>

