Google Analytics 4 is Google's next-generation measurement solution, set to replace Universal Analytics (UA). Starting in July 2023, Universal Analytics properties stopped processing new data, and the UA API is fully deprecated since April 2025.
During the transition period, from Strategy ONE Update 11 to Strategy One (April 2025), GA4 and UA can cause the following error in
DSSErrors.log:
Error in accessing information from the external data source (Database Instance: Google Analytics, Error: GAnalyticsResultWrapper::Fetch failed. Google Analytics Connector encountered an error. Error type: Google Analytics Error. Universal Analytics is deprecated. Please migrate to GA4.. Connection String: .)
MSTRGAnalyticsHelper.jarin the build path and create a backup file.
C:\Program Files (x86)\Common Files\Strategy\MSTRGAnalyticsHelper.jar
/opt/Strategy1/install/jar/MSTRGAnalyticsHelper.jar
MSTRGAnalyticsHelper.jar.
GAnalytics.jar.
MJMulPrc_64.exe
M8MulPrc
The implementation of the patch solution retains the current UI for the Google Analytics Data Connector and its related data import workflow. Instead, it focuses on backend adjustments to accommodate both UA and GA4. In this patch variant, you must write your own freeform query for GA4 data import.


ids=ga:properties/{PROPERTY_ID}&format=GA4&query={JSON_BODY}PROPERTY_IDis automatically retrieved when you click Update Query
format=GA4&identifies the GA4 property
JSON_BODYcan be generated according to the GA4 Query Explorer