-
The number of unique users who completed a conversion event in Google Analytics
Hey there! So, I’m on a mission to build a custom dashboard by automating and linking it up with Google Analytics data. Here, have a look at the data I’m interested in:
I’m using Google’s provided API to get it done:
https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReportI’m working with the Metrics defined in the API, specifically the custom conversions event ones. I managed to pull up the total data log (that’s the data in yellow). But my goal is to uniquely identify users who log into the event (that’s the ones in blue). I’ve tried all the metrics I could from the metrics metadata (https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/getMetadata)
but haven’t been able to find the specific conversions metrics I need. Can anyone help me out?
Log in to reply.