<?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: What is &amp;lt;mapWidgetID&amp;gt; in the document and where to find it? in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1567625#M16496</link>
    <description>&lt;P&gt;The method from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642760"&gt;@Shen_Zhang&lt;/a&gt;&amp;nbsp;works, but it can be hard to find the correct widget in the URL if there are several listed. Here's another way...&lt;BR /&gt;&lt;BR /&gt;Using the Developer Tools feature in the Chrome browser, you can search the page source and find "widgetid". The widget ID values will be to the right after the "=". The widget will also be highlighted on the web page and you can use that to figure out which widget has which ID.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nicholas_I_Seigal_1-1733970024377.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121507i5376070714695B78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nicholas_I_Seigal_1-1733970024377.png" alt="Nicholas_I_Seigal_1-1733970024377.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Nick Seigal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 02:22:57 GMT</pubDate>
    <dc:creator>Nicholas_I_Seigal</dc:creator>
    <dc:date>2024-12-12T02:22:57Z</dc:date>
    <item>
      <title>What is &lt;mapWidgetID&gt; in the document and where to find it?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1390995#M11330</link>
      <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where to find this map widget ID mentioned in the document?&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm#:~:text=com/experience/%3CAppId%3E%23-,%3CmapWidgetID%3E,-%3Dactive_datasource_id%3A%3CdataSourceId%3E" target="_blank"&gt;https://doc.arcgis.com/en/experience-builder/latest/build-apps/url-parameters.htm#:~:text=com/experience/%3CAppId%3E%23-,%3CmapWidgetID%3E,-%3Dactive_datasource_id%3A%3CdataSourceId%3E&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 09:22:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1390995#M11330</guid>
      <dc:creator>GeeteshSingh07</dc:creator>
      <dc:date>2024-03-05T09:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is &lt;mapWidgetID&gt; in the document and where to find it?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1391003#M11333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/721900"&gt;@GeeteshSingh07&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm afraid you cannot find the &amp;lt;mapWidgetID&amp;gt; from the builder. But there's way to find it at run time:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Go to Experience settings -&amp;gt; Manage URL status.&lt;/LI&gt;&lt;LI&gt;Turn on the toggle of the map widget that you wish to find&amp;nbsp;&amp;lt;mapWidgetID&amp;gt; from. Make sure at least one option in the popper is enabled.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-03-05 at 17.36.22.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/96858iAA090E3195351527/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-03-05 at 17.36.22.png" alt="Screenshot 2024-03-05 at 17.36.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Save the app and go to Live View or visit the published link.&lt;/LI&gt;&lt;LI&gt;Change the map extent, you'll see the map widget parameters are added to the end of the URL, starts with a hashtag, like this:&amp;nbsp;&lt;A href="https://experience.arcgis.com/experience/2ff3c55185da438e86cd10f0f82f5322/?draft=true#" target="_blank"&gt;https://experience.arcgis.com/experience/2ff3c55185da438e86cd10f0f82f5322/?draft=true#&lt;/A&gt;&lt;STRONG&gt;widget_1&lt;/STRONG&gt;=active_datasource_id:dataSource_9,center:12704174.417054582%2C2577413.034325546%2C102100&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;widget_1 &lt;/STRONG&gt;is the&amp;nbsp;&amp;lt;mapWidgetID&amp;gt; of this map widget. The reason that the&amp;nbsp;&amp;lt;mapWidgetID&amp;gt; is not available&lt;/P&gt;&lt;P&gt;to users in the builder is that this ID is not very readable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 09:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1391003#M11333</guid>
      <dc:creator>Shen_Zhang</dc:creator>
      <dc:date>2024-03-05T09:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is &lt;mapWidgetID&gt; in the document and where to find it?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1391008#M11334</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642760"&gt;@Shen_Zhang&lt;/a&gt;&amp;nbsp;this helps, thank you for sharing this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 10:21:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1391008#M11334</guid>
      <dc:creator>GeeteshSingh07</dc:creator>
      <dc:date>2024-03-05T10:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is &lt;mapWidgetID&gt; in the document and where to find it?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1551660#M15610</link>
      <description>&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="4"&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642760"&gt;@Shen_Zhang&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="4"&gt;I &lt;EM&gt;&lt;STRONG&gt;never&lt;/STRONG&gt;&lt;/EM&gt; would have found it without your post!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 23:12:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1551660#M15610</guid>
      <dc:creator>ODWC_GIS</dc:creator>
      <dc:date>2024-10-23T23:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is &lt;mapWidgetID&gt; in the document and where to find it?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1567625#M16496</link>
      <description>&lt;P&gt;The method from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642760"&gt;@Shen_Zhang&lt;/a&gt;&amp;nbsp;works, but it can be hard to find the correct widget in the URL if there are several listed. Here's another way...&lt;BR /&gt;&lt;BR /&gt;Using the Developer Tools feature in the Chrome browser, you can search the page source and find "widgetid". The widget ID values will be to the right after the "=". The widget will also be highlighted on the web page and you can use that to figure out which widget has which ID.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nicholas_I_Seigal_1-1733970024377.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/121507i5376070714695B78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nicholas_I_Seigal_1-1733970024377.png" alt="Nicholas_I_Seigal_1-1733970024377.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Nick Seigal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 02:22:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1567625#M16496</guid>
      <dc:creator>Nicholas_I_Seigal</dc:creator>
      <dc:date>2024-12-12T02:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: What is &lt;mapWidgetID&gt; in the document and where to find it?</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1610239#M18703</link>
      <description>&lt;P&gt;Hi Shen&lt;/P&gt;&lt;P&gt;We are using Enterprise version 11.1 - don't have the Settings cog. Is this only in Developer edition of Experience Builder or later versions of Standard Experience Builder? Is there some way I can locate the Map Widget ID from this version?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 03:28:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/what-is-lt-mapwidgetid-gt-in-the-document-and/m-p/1610239#M18703</guid>
      <dc:creator>JoClarkeBega</dc:creator>
      <dc:date>2025-04-30T03:28:48Z</dc:date>
    </item>
  </channel>
</rss>

