<?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 Why Are “Page change” Events Not Returned in userAction Queries? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Why-Are-Page-change-Events-Not-Returned-in-userAction-Queries/m-p/299897#M39081</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;We are noticing a discrepancy between the actions visible in the User Session timeline and the results returned from querying the userAction table.&lt;/P&gt;&lt;P&gt;Session contains the following visible events related to /en/home:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Load → loading of page /en/home&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Page change → /en/home&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From the session timeline, the total visible /en/home actions are 10.&lt;/P&gt;&lt;P&gt;However, when querying userAction, we are getting lower counts.&lt;/P&gt;&lt;P&gt;Query #1:&lt;/P&gt;&lt;PRE&gt;SELECT count(*)
FROM userAction
WHERE (
    targetUrl LIKE "%/en/home%"
    OR name = "loading of page /en/home"
)
AND application = "xxxxxx"
AND usersession.internalUserId = "xxxxxxxx"&lt;/PRE&gt;&lt;P&gt;Result: 7&lt;/P&gt;&lt;P&gt;Query #2:&lt;/P&gt;&lt;PRE&gt;SELECT count(*)
FROM userAction
WHERE (
    name = "loading of page /en/home"
    OR name = "/en/home"
)
AND application = "web.vodafone.com.eg"
AND usersession.internalUserId = "1778209989302OEJ4PVDRSB0PUEKFR0E6D2UP2S867H2M"&lt;/PRE&gt;&lt;P&gt;Result: 4&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aboud1_0-1779538598422.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33258iD86FB38F7045E586/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aboud1_0-1779538598422.png" alt="Aboud1_0-1779538598422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems that some “Page change” events visible in the session timeline are not queryable from the userAction table.&lt;/P&gt;&lt;P&gt;Has anyone faced similar behavior before?&lt;BR /&gt;Is there a recommended way to retrieve all visible session timeline actions (including Page change events) through queries?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aboud&lt;/P&gt;</description>
    <pubDate>Sat, 23 May 2026 12:20:30 GMT</pubDate>
    <dc:creator>Aboud1</dc:creator>
    <dc:date>2026-05-23T12:20:30Z</dc:date>
    <item>
      <title>Why Are “Page change” Events Not Returned in userAction Queries?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Why-Are-Page-change-Events-Not-Returned-in-userAction-Queries/m-p/299897#M39081</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;We are noticing a discrepancy between the actions visible in the User Session timeline and the results returned from querying the userAction table.&lt;/P&gt;&lt;P&gt;Session contains the following visible events related to /en/home:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Load → loading of page /en/home&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Page change → /en/home&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From the session timeline, the total visible /en/home actions are 10.&lt;/P&gt;&lt;P&gt;However, when querying userAction, we are getting lower counts.&lt;/P&gt;&lt;P&gt;Query #1:&lt;/P&gt;&lt;PRE&gt;SELECT count(*)
FROM userAction
WHERE (
    targetUrl LIKE "%/en/home%"
    OR name = "loading of page /en/home"
)
AND application = "xxxxxx"
AND usersession.internalUserId = "xxxxxxxx"&lt;/PRE&gt;&lt;P&gt;Result: 7&lt;/P&gt;&lt;P&gt;Query #2:&lt;/P&gt;&lt;PRE&gt;SELECT count(*)
FROM userAction
WHERE (
    name = "loading of page /en/home"
    OR name = "/en/home"
)
AND application = "web.vodafone.com.eg"
AND usersession.internalUserId = "1778209989302OEJ4PVDRSB0PUEKFR0E6D2UP2S867H2M"&lt;/PRE&gt;&lt;P&gt;Result: 4&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aboud1_0-1779538598422.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/33258iD86FB38F7045E586/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aboud1_0-1779538598422.png" alt="Aboud1_0-1779538598422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems that some “Page change” events visible in the session timeline are not queryable from the userAction table.&lt;/P&gt;&lt;P&gt;Has anyone faced similar behavior before?&lt;BR /&gt;Is there a recommended way to retrieve all visible session timeline actions (including Page change events) through queries?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Aboud&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2026 12:20:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Why-Are-Page-change-Events-Not-Returned-in-userAction-Queries/m-p/299897#M39081</guid>
      <dc:creator>Aboud1</dc:creator>
      <dc:date>2026-05-23T12:20:30Z</dc:date>
    </item>
  </channel>
</rss>

