<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Google Analytics Utility</title><link>/b/appmarket/posts/google-analytics-utility</link><description>Overview 
 The Google Analytics Utility allows designers to track user interactions with their application SAIL interfaces. It provides a means of tracking both page views and interaction events by leveraging the Google Analytics Measurement Protocol</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Thu, 26 Feb 2026 11:18:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>Marcos Roa</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The downloaded file does not contain all the objects mentioned in the README file. Among others, I&amp;#39;m missing the GA_GA4_MEASUREMENT_ID constant, the rule!GA_GA4_recordPageView()...&lt;/p&gt;
&lt;p&gt;Could you please help me with this?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Thu, 20 Apr 2023 21:58:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;2.4.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Adds README to the download package&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Wed, 19 Apr 2023 21:58:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v2.4.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Updates the GA4 integration to sanitize event names. &lt;/li&gt;&lt;li class="ql-indent-1"&gt;Previously, if an invalid character was passed in the event name, the event would not be recorded in Google Analytics. &lt;/li&gt;&lt;li class="ql-indent-1"&gt;Valid characters for event names are A-z and underscore.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Thu, 30 Mar 2023 21:58:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v2.3.2 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;[MIGRATED] The Google Analytics Utility allows your designers to track how users interact with their application SAIL interfaces. It provides a means of tracking both page views as well as interaction events by leveraging the Google Analytics Measurement Protocol.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Thu, 23 Mar 2023 13:02:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>Michael Farris</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very small thing, but the default baseUrl property in the properties&amp;nbsp;file references&amp;nbsp;&lt;a href="https://www.google-analytics.com/mp/collect"&gt;https://www.google-analytics.com/mp/collect&lt;/a&gt;&amp;nbsp;as the baseUrl. It should probably be&amp;nbsp;&lt;a href="https://www.google-analytics.com/"&gt;https://www.google-analytics.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Before I changed this the integration was giving me a 404 since by default the app was using&amp;nbsp;&lt;a href="https://www.google-analytics.com/mp/collectmp/collect"&gt;https://www.google-analytics.com/mp/collectmp/collect&lt;/a&gt;&amp;nbsp;as the full path which doesn&amp;#39;t exist.&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Tue, 21 Mar 2023 21:58:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v2.3 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;[MIGRATED] The Google Analytics Utility allows your designers to track how users interact with their application SAIL interfaces. It provides a means of tracking both page views as well as interaction events by leveraging the Google Analytics Measurement Protocol.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Fri, 17 Mar 2023 09:59:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v2.2.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;The Google Analytics Utility allows your designers to track how users interact with their application SAIL interfaces. It provides a means of tracking both page views as well as interaction events by leveraging the Google Analytics Measurement Protocol. [Migrated]&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Wed, 08 Mar 2023 22:59:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>Appian AppMarket</dc:creator><slash:comments>0</slash:comments><description>&lt;div&gt;&lt;strong&gt;v2.1.0 &lt;/strong&gt;&lt;strong&gt;Release Notes&lt;/strong&gt;&lt;/div&gt;&lt;ul&gt;&lt;li&gt;[MIGRATED] The Google Analytics Utility allows your designers to track how users interact with their application SAIL interfaces. It provides a means of tracking both page views as well as interaction events by leveraging the Google Analytics Measurement Protocol.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Thu, 11 Aug 2022 16:55:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>nandhinip</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-8d5c3c94-408c-4015-b51a-0090827e95aa/pastedimage1660236895843v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;getting the above error while import package to the application&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Fri, 24 Jun 2022 11:46:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>juancarlosl0002</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Does this work with Google Analytics 4?&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Google Analytics Utility</title><link>https://community.appian.com/b/appmarket/posts/google-analytics-utility</link><pubDate>Fri, 20 Sep 2019 09:26:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8d5c3c94-408c-4015-b51a-0090827e95aa</guid><dc:creator>satishk0001</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;How we can add this in our application&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=1401&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>