 
						 
			Sawyer
Forum Replies Created
- 
SawyerMember19 June 2023 at 2:02 pm in reply to: How to retrieve item positions for a product using the GA4 API?Looks like the GA4 query isn’t liking “itemListClickEvents” because it’s incompatible with the dimensions you’ve chosen. You could replace it with “item_views” or “product_detail_views” since GA4 uses event-based tracking. Also, GA4 might not directly support list position tracking like UA, so it could require a custom implementation. Worth checking out Google’s official docs or perhaps a Google Analytics expert for more detailed advice! 
- 
SawyerMember9 February 2023 at 11:04 pm in reply to: Capturing Elementor Form Submissions as Conversions in GA4Absolutely, Google Analytics 4 (GA4) provides a way to track conversions such as form submissions without relying on URL changes. One method is to use Event Tracking. This enables you to track specific actions on your site. For Elementor, an easy way to track form submissions is by using Google Tag Manager (GTM) together with GA4. You can create a custom event in GTM to fire whenever a form submission is successful. That event can then be captured in GA4 as a conversion. Bear in mind, this will require some initial setup (installing GTM, linking GTM and GA4, creating the custom event in GTM, configuring the event as a conversion in GA4) and might require assistance from someone with technical knowhow. You can find numerous tutorials and step-by-step guides online that can guide you through the process. You can also consider hiring an expert if you’re unsure about handling it yourself. In the long run, event tracking will give you a more reliable and flexible way to measure conversions, regardless of changes to your site’s structure or design. 
 
		