<?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: Filtering reports with the Qlik Cloud GA4 Connector in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2115971#M1425</link>
    <description>&lt;P&gt;I am facing the same issue.&lt;/P&gt;
&lt;P&gt;Does anyone has an idea?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":see_no_evil_monkey:"&gt;🙈&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2023 12:07:19 GMT</pubDate>
    <dc:creator>LenaE</dc:creator>
    <dc:date>2023-09-12T12:07:19Z</dc:date>
    <item>
      <title>Filtering reports with the Qlik Cloud GA4 Connector</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2095847#M1257</link>
      <description>&lt;P&gt;When using the RunReport table, is it possible to incorporate a filter?&amp;nbsp; For example, could you filter to only the eventName = "downloads". Reading through the API documentation, it appears possible but I am unclear on the syntax. If it is possible, what syntax would be used to filter multiple selections (for example, run the following report for eventName='downloads' and eventName='pageViews').&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following code was written using the Google Analytics 4 connector in Qliksense:&lt;/P&gt;
&lt;P&gt;LOAD eventName as [RunReport.eventName], &lt;BR /&gt;pageLocation as [RunReport.pageLocation], &lt;BR /&gt;eventCount as [RunReport.eventCount];&lt;BR /&gt;SELECT eventName,&lt;BR /&gt;pageLocation,&lt;BR /&gt;eventCount&lt;BR /&gt;FROM RunReport&lt;BR /&gt;WITH PROPERTIES (&lt;BR /&gt;propertyName='properties/*******',&lt;BR /&gt;metrics='eventCount',&lt;BR /&gt;dateRange='2daysAgo,today');&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2095847#M1257</guid>
      <dc:creator>jg2</dc:creator>
      <dc:date>2025-03-19T23:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering reports with the Qlik Cloud GA4 Connector</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2096725#M1269</link>
      <description>&lt;P&gt;100%! Would like to know if WITH PROPERTIES() can incorporate someting like the below otherwise the connector is pulling in unnecessary data. Anyone at Qlik have info on this? See &lt;A href="https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport#body.request_body.FIELDS.dimension_filter" target="_blank" rel="noopener"&gt;dimensionFilter&lt;/A&gt; and metricFilter in GA API docs.&lt;/P&gt;
&lt;P&gt;WITH PROPERTIES ( &lt;BR /&gt;propertyName='properties/*',&lt;BR /&gt;dimensions='hostName,pageLocation,date',&lt;BR /&gt;metrics='sessions,screenPageViews',&lt;BR /&gt;dateRange='yesterday,today',&lt;BR /&gt;stringFilter='hostName,PARTIAL_REGEXP,{values}'&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 19:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2096725#M1269</guid>
      <dc:creator>psublue98</dc:creator>
      <dc:date>2023-07-24T19:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering reports with the Qlik Cloud GA4 Connector</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2115971#M1425</link>
      <description>&lt;P&gt;I am facing the same issue.&lt;/P&gt;
&lt;P&gt;Does anyone has an idea?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":see_no_evil_monkey:"&gt;🙈&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 12:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2115971#M1425</guid>
      <dc:creator>LenaE</dc:creator>
      <dc:date>2023-09-12T12:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering reports with the Qlik Cloud GA4 Connector</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2502479#M3023</link>
      <description>&lt;P&gt;Did you end up finding an answer on filtering on a dimension for a specific value using stringFilter or some other syntax? I have been looking everywhere and can't find the proper syntax to filter GA4 dimensions in the load script in Qlik.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 16:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2502479#M3023</guid>
      <dc:creator>AustinWright</dc:creator>
      <dc:date>2025-01-22T16:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering reports with the Qlik Cloud GA4 Connector</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2507880#M3136</link>
      <description>&lt;P&gt;Sadly haven't seen any updates on this yet. Currently just filtering down through preceding load but doesn't technically filter.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 22:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2507880#M3136</guid>
      <dc:creator>TheLazyDevelopr</dc:creator>
      <dc:date>2025-02-28T22:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering reports with the Qlik Cloud GA4 Connector</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2510721#M3210</link>
      <description>&lt;P&gt;They added filtering now:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Corona55_0-1742411610184.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178786iD73026FF7C873B90/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Corona55_0-1742411610184.png" alt="Corona55_0-1742411610184.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 19:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2510721#M3210</guid>
      <dc:creator>TheLazyDevelopr</dc:creator>
      <dc:date>2025-03-19T19:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering reports with the Qlik Cloud GA4 Connector</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2510761#M3212</link>
      <description>&lt;P&gt;Juhu! Thanks for the information. I'm gonna try it out. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 08:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Filtering-reports-with-the-Qlik-Cloud-GA4-Connector/m-p/2510761#M3212</guid>
      <dc:creator>LenaE</dc:creator>
      <dc:date>2025-03-20T08:02:59Z</dc:date>
    </item>
  </channel>
</rss>

