I'm building a custom report tool based on data from Google Analytics using the Core Reporting API. But now I'm stuck for a certain scenario. I need to display conversions/conversion rate for GA goals based on a certain eventcategory/action.
I'm using ga:goalCompletionsAll and ga:goalConversionRateAll as metrics and trying to use ga:eventCategory and ga:eventAction as dimensions but I never get anything else than 0 as completions and conversion rate.
Is there any other way to get conversion rate for a certain event?