Learn business growth with Google Analytics 4 › Forums › Google Analytics 4 › Requesting Data with Multiple Dimensions: pagePathPlusQueryString and deviceCategory › Reply To: Requesting Data with Multiple Dimensions: pagePathPlusQueryString and deviceCategory
-
The error request you’re seeing is likely because you’re using “pagePathPlusQueryString” as a dimension, which is incompatible with “screenPageViews” as a metric. Try replacing “screenPageViews” with “pageViews” and “pagePathPlusQueryString” with “pagePath”. This should resolve the issue and allow your request to be processed.